#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 16, 2013 10:36:56 GMT -8
Brian, how do I get the titlebar to show? The title bar should always show. Can you link me to somewhere it doesn't?
|
|
inherit
149509
0
May 31, 2016 10:22:13 GMT -8
RADesign
328
November 2009
radesign
|
Post by RADesign on Mar 17, 2013 1:08:05 GMT -8
This one, Brian: iodv5beta.freemessageboards.comThere seems to be a conflict between this plugin and the 'Head Base And Side Images BZ 0.5.2 E' plugin I use. Both plugins seem to adress the Title-bar.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 17, 2013 7:42:56 GMT -8
This one, Brian: iodv5beta.freemessageboards.comThere seems to be a conflict between this plugin and the 'Head Base And Side Images BZ 0.5.2 E' plugin I use. Both plugins seem to adress the Title-bar. .title-bar is a default class in V5 that's applicable to every container ever. My plugin definitely isn't the only one that uses it. It's probably due to the fact that it's also using the .boards class to achieve the highlight effect on each of the menu items. I can't think of a workaround for this at the moment with any other existing classes.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Mar 20, 2013 14:05:16 GMT -8
If you open it and then forget to close it and switch accounts then you're stuck with it being open...?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 20, 2013 14:29:25 GMT -8
If you open it and then forget to close it and switch accounts then you're stuck with it being open...? Are you on the latest version? I corrected that bug almost immediately after release. If you're not on a staff account neither the menu nor the icon should display.
|
|
inherit
163839
0
May 25, 2017 20:48:34 GMT -8
Maiden
1,020
February 2011
dreamaiden
|
Post by Maiden on Mar 20, 2013 15:54:23 GMT -8
oh nope, still on 1.1.0 my bad.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 16, 2013 21:44:44 GMT -8
As you know Brian. I am always here to bug you exdat.freeforums.net/I am using a CSS head/base code, I have put it everywhere. This also includes it on the table for this plugin. How could I remove it from the table, without removing it from anywhere else on my forum? Could you possibly make it so that clicking the titlebar closes the menu? Lastly, any chance of a "member" version of this? Obviously it'd be used for other, specific links, not admin ones Thankies
|
|
Mike
Junior Member
Posts: 324
inherit
186646
0
Oct 21, 2017 6:40:31 GMT -8
Mike
324
December 2012
mike1972
|
Post by Mike on Apr 17, 2013 0:03:03 GMT -8
Awesome plugin Brian. Anything that makes my role as a forum admin easier is good by me.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 17, 2013 8:00:57 GMT -8
As you know Brian. I am always here to bug you exdat.freeforums.net/I am using a CSS head/base code, I have put it everywhere. This also includes it on the table for this plugin. How could I remove it from the table, without removing it from anywhere else on my forum? Could you possibly make it so that clicking the titlebar closes the menu? Lastly, any chance of a "member" version of this? Obviously it'd be used for other, specific links, not admin ones Thankies The admin menu has a class of admin-menu. Work off of that and apply CSS that negates your head/base CSS on its container. You already have the option to click the star icon. Also, the text "Admin" in the title bar links to the actual admin area, so that could cause issues. Import another copy, then go into the plugin's Build page and click on its Components tab. Change every instance of proboards.data('user').is_staff to !proboards.data('user').is_staff, and remove the <a> element from Line 13 of the plugin's header. Then go back to the Manage page and edit the permissions of the plugin to make it available to members/guests only. You now have a member version.
|
|
inherit
Jack of All Trades, Master of None
27090
0
May 30, 2013 20:36:34 GMT -8
Stinky666
8,818
July 2004
stinky666
|
Post by Stinky666 on Apr 17, 2013 8:04:34 GMT -8
As you know Brian. I am always here to bug you exdat.freeforums.net/I am using a CSS head/base code, I have put it everywhere. This also includes it on the table for this plugin. How could I remove it from the table, without removing it from anywhere else on my forum? Could you possibly make it so that clicking the titlebar closes the menu? Lastly, any chance of a "member" version of this? Obviously it'd be used for other, specific links, not admin ones Thankies The admin menu has a class of admin-menu. Work off of that and apply CSS that negates your head/base CSS on its container. You already have the option to click the star icon. Also, the text "Admin" in the title bar links to the actual admin area, so that could cause issues. Import another copy, then go into the plugin's Build page and click on its Components tab. Change every instance of proboards.data('user').is_staff to !proboards.data('user').is_staff, and remove the <a> element from Line 13 of the plugin's header. Then go back to the Manage page and edit the permissions of the plugin to make it available to members/guests only. You now have a member version. If it has a class of admin-menu, why does it even add it anyway? That definitely isn't in the Head/Base CSS. Fine Excellent, thank you
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 17, 2013 10:52:04 GMT -8
If it has a class of admin-menu, why does it even add it anyway? That definitely isn't in the Head/Base CSS. Because it's also using the same class as the boards to achieve the highlight effect and the inner borders. This is so people don't have to apply additional CSS in conjunction with the plugin.
|
|
inherit
onewillingsniper@hotmail.com
185552
0
Mar 13, 2014 12:52:02 GMT -8
Willing Sniper
559
November 2012
sergentpepper
|
Post by Willing Sniper on May 2, 2013 11:01:47 GMT -8
The last update messed up my headings in the admin menu. They still show in the plugin but not on the page.
The categories. They disappeared with the last update. For instance news feed shows on the menu, but not the "Settings" heading.
So I unchecked all the heading boxes, and the headings reappeared, but not as a heading in bold. When I rechecked the box they disappeared again.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 2, 2013 11:45:10 GMT -8
Willing Sniper, can you change the settings to "break" the plugin so I can see what you're talking about?
|
|
inherit
onewillingsniper@hotmail.com
185552
0
Mar 13, 2014 12:52:02 GMT -8
Willing Sniper
559
November 2012
sergentpepper
|
Post by Willing Sniper on May 2, 2013 11:51:34 GMT -8
Willing Sniper, can you change the settings to "break" the plugin so I can see what you're talking about? Where do I do that Brian?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 2, 2013 11:52:47 GMT -8
Willing Sniper, can you change the settings to "break" the plugin so I can see what you're talking about? Where do I do that Brian? Just change your menu items so that the plugin is broken again. I can't tell what's broken unless you have the settings changed so that I can see what's wrong.
|
|