Page 1 of 1

ACP [SOLVED]

PostPosted: Thu Feb 01, 2007 10:01 am
Author: DjPorkchop
Hi. I have another topic with IM Portal. It only has 3 links at the Forum Index, admin index and Preview Forum Index.

I need to add the one that takes me to portal.php how can I do this?

Thx in advance.


Ray

Re: ACP

PostPosted: Thu Feb 01, 2007 12:36 pm
Author: Helter
open your template/admin/index_navigate.tpl

find

Code: Select all
          <tr>           <td><span><a>{L_ADMIN_INDEX}</a></span></td>         </tr>         <tr>           <td><span><a>{L_FORUM_INDEX}</a></span></td>         </tr>         <tr>           <td><span><a>{L_PREVIEW_FORUM}</a></span></td>         </tr>    


replace with

Code: Select all
          <tr>           <td><span><a>{L_ADMIN_INDEX}</a></span></td>         </tr>         <tr>           <td><span><a>{L_PORTAL}</a></span></td>         </tr>         <tr>           <td><span><a>{L_FORUM_INDEX}</a></span></td>         </tr>         <tr>           <td><span><a>{L_PREVIEW_PORTAL}</a></span></td>         </tr>         <tr>           <td><span><a>{L_PREVIEW_FORUM}</a></span></td>         </tr>      


open language/lang_english/lang_admin

Find

Code: Select all
$lang['Preview_forum'] = 'Preview Forum';


after add (do this for all languages)

Code: Select all
 $lang['Portal'] = 'Portal Page';$lang['Preview_portal'] = 'Preview Portal';  

Re: ACP

PostPosted: Fri Feb 02, 2007 10:03 pm
Author: DjPorkchop
No dice......... I deleted cache and all did a fresh reboot and do not see any changes in ACP at all. Did the changes to another ACP on another machine for a buddy of mine to see if it would work on his machine and no go either....

From what Im seeing that should work. Im confuzzled now.

I had a similar problem with a fix that Teelk gave me for a link to ones personal albums like on this site and it didnt work either.

Its no big deal BUT id rather go to my portal then to my forums everytime I leave ACP. :D

Re: ACP

PostPosted: Fri Feb 02, 2007 11:36 pm
Author: Helter
the above code will give you this
Without eXtreme styles, im not sure how the template cache works, but you should be able to empty the cache folder using your ftp client

[flash=,:2bo3368t]http://www.integrmod.com/images/acp.jpg[/flash:2bo3368t]

Re: ACP

PostPosted: Sat Feb 03, 2007 12:17 am
Author: DjPorkchop
Yeah I dont have extrem styles installed. Im not so sure how to clear the cahce folder. i never did that before. I went into that directory in WSFTP Pro and clicked refresh and still nothing.

Im probably not clearing that cache file correctly. We are talking the directory called Cache correct?



**UPDATE**

Marking this one solved and thx. I installed X-Styles and all is fine now. Got my links. <img>