TinyPortal

Development => Support => Installation => Topic started by: blaze416 on March 27, 2007, 05:17:12 AM

Title: not finding code block any help?
Post 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
Title: Re: not finding code block any help?
Post by: G6Cad on March 27, 2007, 06:00:19 AM
You are in the default Core theme right ?

Try and change the search term, try this line

$context['linktree'] = array();
Title: Re: not finding code block any help?
Post by: blaze416 on March 27, 2007, 07:34:21 PM
thank you.  found it now.
Title: Re: not finding code block any help?
Post by: blaze416 on March 27, 2007, 07:48:54 PM
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?
Title: Re: not finding code block any help?
Post by: G6Cad on March 27, 2007, 08:14:34 PM
/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')))
Title: Re: not finding code block any help?
Post by: blaze416 on March 27, 2007, 08:15:33 PM
evermind found it
Title: Re: not finding code block any help?
Post by: blaze416 on March 27, 2007, 08:20:09 PM
you guys rock here with all of your help
Title: Re: not finding code block any help?
Post by: G6Cad on March 27, 2007, 09:19:15 PM
Glad you soted it :)
Also, you did very well  :up:
Title: Re: not finding code block any help?
Post by: blaze416 on March 27, 2007, 09:56:32 PM
not to shabby for being my first manual mod install