TinyPortal
Development => Support => Installation => Topic started by: blaze416 on March 27, 2007, 05:17:12 AM
i am tring to install tp with a manual install cause it keeps timing out with the package manager. but im not able to find this block of code in the load.php file
<search for>
Code:
// Start the linktree off empty..
$context['linktree'] = array();
</search for>
if anyone could help out that would be great. im using a fresh install of smf 1.1.2 and the new tinyportal. thanks in advance
You are in the default Core theme right ?
Try and change the search term, try this line
$context['linktree'] = array();
thank you. found it now.
ok sorry for the hassel but now im not finding another one. in the sub.php file
<search for>
Code:
// Admin area 'Members'.
</search for>
any help?
/Sources/Subs.php is the file that string is located.
try and locate this string instead in that file.
if (allowedTo(array('moderate_forum', 'manage_membergroups', 'manage_bans', 'manage_permissions', 'admin_forum')))
evermind found it
you guys rock here with all of your help
Glad you soted it :)
Also, you did very well :up:
not to shabby for being my first manual mod install