inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 26, 2013 10:19:23 GMT -8
Todge I didn't put the template to move the shoutbox in on the test site. So that would make sense the template is the culprit. I have removed the sidebar and also the template to move the shoutbox on the live site and still no go. It's driving me nuts! Todge I found something that might help: Simply paste this code into one of your sidebar containers. Then go into your theme's style sheet (Themes > Advanced Styles & CSS > Style Sheet) and add the following CSS to the end: #sidebar-id > .content-box { border-width: 0px; background-color: transparent; padding: 0px !important; }
Or if you're using Style 1, use this code: #sidebar-id > .content { border-width: 0px; background-color: transparent; padding: 0px !important; }
Ok, the only thing is I have gone through every single style sheet for every theme I have an no where is that at the end or anywhere near the end of any of them.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 26, 2013 12:37:36 GMT -8
If it's not the template or the sidebar, there must be some other difference between your 2 forums.
What do you have in your live forum that's not in your test forum, no matter how small?
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 26, 2013 12:46:01 GMT -8
Plugins on my live forum: Smiley Management Hidden Staff Edits Back To To Quick Reply BBCode Spell Checker Forum Age Color Smear Spoiler Tags Collapsible Categories Collapsible Infocenter Smiley Drop Down I also have the Latest Posting The Test Forum has: Quick Reply BBcode Smiley Drop Down and Smiley Manager About the only thing I haven't tried is removing the latest postings to see if that is it. That wasn't it either.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 26, 2013 13:18:44 GMT -8
Okay.. Lets try something else...
Leave the plugin as is and make sure it's enabled..
Now, put this in your Global Footer..
<script type="text/javascript"> <!--
if(proboards.data('user').is_staff == 1) { if(typeof(proboards.plugin._plugins["smilie_dropdown"]) == 'undefined') { var surls = ''; } else { var surls = proboards.plugin._plugins["smilie_dropdown"].settings.list_your_smilies_here; } surls = surls.split(/smilie\[\d+\]=('|")/);
var smli = document.createElement('li'); var sma = document.createElement('a'); with(sma){innerHTML="Smileys"; href="#"; onclick=function(){listSmileys(surls)}; } smli.appendChild(sma); document.getElementById('navigation-menu').getElementsByTagName('ul')[0].appendChild(smli); }
// --> </script>
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 26, 2013 14:55:44 GMT -8
I wish I had good news but still nothing. I found a snippet of code for the sidebar that was in my global header. I removed that. ...*sigh!* Sorry to be such a pain.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 27, 2013 9:43:14 GMT -8
You're not a pain spiceelicious, but the roots being torn free of my scalp are.. I've edited the code above.. Could you replace the code in your Global Footer with the above code please? Tell me when it is in, and please do not remove it until I have had a look.
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 27, 2013 10:26:51 GMT -8
You're not a pain spiceelicious, but the roots being torn free of my scalp are.. I've edited the code above.. Could you replace the code in your Global Footer with the above code please? Tell me when it is in, and please do not remove it until I have had a look. No more than mine....argh! Hi Todge, it's done! and here is a big hug for you(((((hug))))) What that code has done is placed another text button in the navigation tree titled smilies. Hey whatever works Just one more question and then hopefully you will have seen the last of me When I added that to my friends, the smilies were automatically in the smilie manager. I have to manually add mine. But how do they save when you have to manually add them?
|
|
inherit
200266
0
Aug 12, 2019 18:47:55 GMT -8
markaew
63
September 2013
markaew
|
Post by markaew on Sept 28, 2013 0:55:39 GMT -8
Unless I am missing something but when I use the manager and I finish entering the URLs and I exit, all my work is gone. I saw no place to save my entries. If that is normal then I would suggest a change to where they are "remembered" the next time you use it.
|
|
inherit
128246
0
Nov 19, 2012 15:19:31 GMT -8
Celeste
1,203
July 2008
celestial8888
|
Post by Celeste on Sept 28, 2013 2:34:52 GMT -8
Unless I am missing something but when I use the manager and I finish entering the URLs and I exit, all my work is gone. I saw no place to save my entries. If that is normal then I would suggest a change to where they are "remembered" the next time you use it. The Smiley Manager plugin does two things: It allows you to see what the smiley popup will look like when it is live, and it creates the code for you. You have to do a few more steps to change it in your plugin. Once you get your smilies arrayed the way you want them in the Smiley Manager, use the 'Get List' button. Copy your list. It will be in code. Then go to 'Manage Plugins' in the Admin area. Once you are in the Smiley Dropdown plugin, use the 'Smilies and Settings' tab. Highlight any existing smilies codes, then paste your new list over the top of it and save it.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 28, 2013 2:44:59 GMT -8
You're not a pain spiceelicious, but the roots being torn free of my scalp are.. I've edited the code above.. Could you replace the code in your Global Footer with the above code please? Tell me when it is in, and please do not remove it until I have had a look. No more than mine....argh! Hi Todge, it's done! and here is a big hug for you(((((hug))))) What that code has done is placed another text button in the navigation tree titled smilies. Hey whatever works Just one more question and then hopefully you will have seen the last of me When I added that to my friends, the smilies were automatically in the smilie manager. I have to manually add mine. But how do they save when you have to manually add them? OK, now I know the problem.. I've changed the code above again, can you now replace the footer code with that and tell me if it works. If so, I'll make the changes to the plugin, that will hopefully then work for you, unless of course you prefer the 'Smileys' button where it is. As for saving your changes, Celeste was good enough to post that above.
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 28, 2013 7:13:58 GMT -8
TodgeHi Todge, it's replaced but I still get the smilie text instead of a drop down from admin. It's fine with me either way. Now how do I get my smilies to save. I noticed in my friends when I added the smilie manager all her smilies would already be in place. Mine aren't.
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 28, 2013 7:49:58 GMT -8
TodgeHi Todge, it's replaced but I still get the smilie text instead of a drop down from admin. It's fine with me either way. Now how do I get my smilies to save. I noticed in my friends when I added the smilie manager all her smilies would already be in place. Mine aren't. OK.. Leave that code in the footer for now, and replace the Smiley Management plugin with this version.. Hopefully that will now give you the dropdown. If it does, go ahead and remove the code from your global footer.
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 28, 2013 8:05:58 GMT -8
Does a happy dance...woop! I have the drop down in the admin
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,322
January 2004
todge
|
Post by Todge on Sept 28, 2013 10:17:19 GMT -8
Right, now.. When you click Smileys in the dropdown, does the code list your existing smileys?
|
|
inherit
178825
0
Nov 13, 2024 11:25:29 GMT -8
spiceelicious
Not a blond bimbo
1,076
April 2012
spiceelicious
|
Post by spiceelicious on Sept 28, 2013 10:59:31 GMT -8
No it does not
|
|