Sub Menu
Links Menu
Online Users

In total there are 302 users online :: 2 registered, 0 hidden and 300 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Google [Bot] based on users active over the past 60 minutes

ACP [SOLVED]

General discussion of anything. Discuss a topic in and out of IntegraMOD

Moderator: Integra Moderator

ACP [SOLVED]

PostAuthor: MWE_001 » Thu Feb 01, 2007 9:01 am

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
Last edited by MWE_001 on Sat Feb 03, 2007 1:26 am, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: ACP

PostAuthor: Helter » Thu Feb 01, 2007 11:36 am

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';  
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: ACP

PostAuthor: MWE_001 » Fri Feb 02, 2007 9:03 pm

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
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois

Re: ACP

PostAuthor: Helter » Fri Feb 02, 2007 10:36 pm

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]
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4167
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 172.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: ACP

PostAuthor: MWE_001 » Fri Feb 02, 2007 11:17 pm

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>
Last edited by MWE_001 on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
"Don't gain the world and lose your soul, wisdom is better than silver and gold" -Bob Marley

If you build it, I can break it! ~ Whispered in the tone of the movie Field of Dreams.
User avatar
MWE_001
Sr Integra Member
Sr Integra Member
 
Posts: 1265
Likes: 0 post
Liked in: 0 post
Images: 12
Joined: Fri Apr 21, 2006 6:59 pm
Cash on hand: 0.00
Location: Illinois


Return to General Discussion

Who is online

Registered users: Bing [Bot], Google [Bot]

cron