Shape 5

phpBB Club Styles (backup) => Life Journey - Club => : jeffko July 16, 2011, 07:51:03 AM



: Adding memberlist back after SiteShaper used
: jeffko July 16, 2011, 07:51:03 AM
Hello,

What an amazing bit of software this is. Truly amazing. I have tried to install it with the siteshaper (succesful) and as a new install inputting the Vertex2 and Shape5 controls (successful) but to add it to an existing board I keep having my pinball game go "tilt".

Is there a guide to or a special way to reinsert the forums and posts along with the memberlist and existing passwords after utilizing the siteshaper?

Thanks in advance to anyone who takes the time to respond.


: Re: Adding memberlist back after SiteShaper used
: Dave M July 21, 2011, 05:31:19 AM
I will help you shortly>

Thanks
Dave


: Re: Adding memberlist back after SiteShaper used
: Dave M July 26, 2011, 06:18:59 AM
OK if using an existing forum you can copy the launguage, styles/S5_Life_Journey, vertex2 folders over to current site and also
the vertexAdmin.php, moduleLayout.php files to current site

ALLWAYS MAKE A BACKUP BEFORE MAKING ANY CHANGES :)

Make these edits
:
Edit: includes/constants.php
 
At bottom add:
 
// Additional tables
include($phpbb_root_path . 'vertex2/constants.' . $phpEx);

Then close that and edit:
:
includes/functions.php
 
Look for:
 
$template->display('body');
 
 
its at line 4620 or there abouts
 
And replace it with:
 
 
//Vertex Framework
if (file_exists($phpbb_root_path . 'styles/' . $user->theme['template_path'] . '/vertex/StyleLibData.' . $phpEx) && !file_exists($phpbb_root_path . 'install/index.' . $phpEx) && !defined('IN_ADMIN')) {
    include($phpbb_root_path . 'vertex2/include/vertexFramework.' . $phpEx);
} else {
    $template->display('body');
}
//Vertex Framework

Then run the attached sql file and it should work if you have any problems please let me know and sorry for slow response

Thanks
Dave


: Re: Adding memberlist back after SiteShaper used
: jeffko July 31, 2011, 11:42:08 AM
Thank you all at SHAPE5 for these OUTSTANDING Hybrid website/Forums.


I will send you a personal note later.



Blessings,


Jeff


: Re: Adding memberlist back after SiteShaper used
: Dave M August 01, 2011, 05:54:45 AM
Your most welcome and thanks

Dave