Page 3 of 5

Re: MCP info on index

Posted: Sat May 30, 2009 7:36 pm
by kbriggs
Nevermind. Refreshing the prosilver template did the trick.

Re: MCP info on index

Posted: Sat May 30, 2009 8:21 pm
by DragonMaster1
kbriggs wrote:Does this mod work on 3.0.4? I modified index.php and styles/prosilver/template/index_body.html per the instructions but I see no change on my Index page. But when I click Moderator Control Panel it shows that I have pending action: "In total there is 1 post waiting for approval."

It does wok on my 304 Divine Black subsilver

http://www.diomessageboard.com

Re: MCP info on index

Posted: Tue Jul 28, 2009 9:53 pm
by oxfordsi
I was hoping to install this MOD but the attached .xml page isnt loading! :cry:

Re: MCP info on index

Posted: Wed Jul 29, 2009 5:42 am
by Derky
Are you sure you've extracted everything?

Re: MCP info on index

Posted: Thu Sep 03, 2009 8:03 pm
by kevinaf
Good evening every body,

I had the mod installed for quit a while now and i like it very much. I was wondering if it is possible to place the red bar on every page? The best option is to place itt in the overall_header.html i think, so that my moderators can see the bar even on the page /search.php?search_id=unread from the mod view_or_mark_unreads.

I have tried to put code code from the file index_body.html into my overall_header.html. The bar was shown on in overall_header but furder on no pages.
Is there someone who can tell me where i can place the php code from the mod for the overall_header.html?

Re: MCP info on index

Posted: Sat Sep 05, 2009 2:22 pm
by Derky
The html code from index_body.html should be placed into overall_header.html yes. :-)

Open: /includes/functions.php

Find:

Code: Select all

        'T_STYLESHEET_NAME'        => $user->theme['theme_name'],

        'SITE_LOGO_IMG'            => $user->img('site_logo'),

        'A_COOKIE_SETTINGS'        => addslashes('; path=' . $config['cookie_path'] . ((!$config['cookie_domain'] || $config['cookie_domain'] == 'localhost' || $config['cookie_domain'] == '127.0.0.1') ? '' : '; domain=' . $config['cookie_domain']) . ((!$config['cookie_secure']) ? '' : '; secure')),
    )); 
After add:
The code that you should add in index.php.
Don't forget to remove it from index.php. ;)

Re: MCP info on index

Posted: Sat Sep 05, 2009 4:49 pm
by kevinaf
Thanks Derky, that works perfect.

Re: MCP info on index

Posted: Sun Sep 06, 2009 12:34 am
by statm
Will PM reports in 3.0.6 get added to your mod derky?

Re: MCP info on index

Posted: Sun Sep 06, 2009 6:47 pm
by Derky
Yes, but I didn't looked at it yet. ;)

Re: MCP info on index

Posted: Mon Sep 07, 2009 8:39 pm
by statm
Thanks!

Re: MCP info on index

Posted: Tue Oct 06, 2009 7:32 pm
by Valace
Great mod!

Re: MCP info on index

Posted: Sat Nov 14, 2009 8:38 pm
by mrsjprice
am I missing something? Ive installed this but in the overall header, it works fine but doesnt show up with a red bar.

See the miage attached, mine just shows like text.

Re: MCP info on index

Posted: Sun Nov 15, 2009 11:23 am
by mrsjprice
Can anyone help?
Ta jade

Re: MCP info on index

Posted: Mon Nov 16, 2009 6:02 pm
by Derky
You need to use the subsilver2 template changes and not prosilver's for that style. ;)
The changes are located in /contrib/subsilver2.xml ;)

Re: MCP info on index

Posted: Mon Nov 16, 2009 7:03 pm
by mrsjprice
Derky wrote:You need to use the subsilver2 template changes and not prosilver's for that style. ;)
The changes are located in /contrib/subsilver2.xml ;)
I did... Use the subsilver2 edits.