#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2013 9:41:09 GMT -8
Newbie question here, but how do you guys put the shoutbox on the side? The ProBoards shoutbox can be moved over with this code. After that, you would add this to the bottom of Themes > Colors & Styles > Style Sheet to get rid of the box around it. Substitute the text in red with the ID you gave the container. Make sure your container is set to Style 2. First of all love this plugin Brian, but have a few problems. A couple which were solved just by reading through this thread My Site1) I have the 'Global Messages' plugin on my forum/site and wish for the sidebars to start after this. Is that possible at all? I was hoping a simple code would allow me to do this. I tried the code you mentioned here: 2) Thanks to reading through this thread, I have successfully had one of the sidebar boxes have a background image like I had on V4. One small problem, on my V4 code I was able to have the background image be a click-able image link and send members elsewhere on the site. There anyway of doing this? If you tweak the Move Shoutbox code I linked above just a little bit you can move pretty much anything. First, you'll want to give the global message container an ID. Go to Plugins > Build > Global Messages and select the Components tab. Change Line 7 to this, then save the plugin: This will give the global message container a unique class so we can grab it via Javascript. Now add this to your Global Header: And it should move it above all of the other stuff. To make an entire sidebar container clickable, get the ID and place it in this code, replacing the red text with the appropriate information. This will go in your Global Footer.
|
|
inherit
76239
0
Apr 9, 2018 13:46:41 GMT -8
McGani
EATIN' & BREEDIN' & PUMPIN' GAS. CHEESEBURGER CHEESEBURGER DO IT AGAIN.
1,165
April 2006
potterholic22
|
Post by McGani on Jan 30, 2013 10:09:53 GMT -8
Is there a way to get some padding inside the Sidebars, so the text isn't almost touching the edge? I'm too cautious to experiment on my own xD Here's my Forum, you'll see what I'm talking about! Thanks in advance! www.slayerettes.boards.net
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2013 10:35:23 GMT -8
Is there a way to get some padding inside the Sidebars, so the text isn't almost touching the edge? I'm too cautious to experiment on my own xD Here's my Forum, you'll see what I'm talking about! Thanks in advance! www.slayerettes.boards.net Try adding this to the bottom of Themes > Colors & Styles > Style Sheet: Each container has the .pad-all class, which is part of the default V5 CSS that adds padding to most containers. You can change this for just the sidebars by adding that code and changing the text in red to your desired number of pixels worth of padding.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2013 10:42:10 GMT -8
whammyman5: Can you try reimporting the plugin now? The new copy of the plugin should work.
|
|
xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Jan 30, 2013 10:50:13 GMT -8
where can i find codes to put in the tables? i want top 5/10 posters in one
thanks
|
|
inherit
76239
0
Apr 9, 2018 13:46:41 GMT -8
McGani
EATIN' & BREEDIN' & PUMPIN' GAS. CHEESEBURGER CHEESEBURGER DO IT AGAIN.
1,165
April 2006
potterholic22
|
Post by McGani on Jan 30, 2013 10:54:39 GMT -8
Brian perfect! Thank you so much, you're #1!
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2013 11:15:46 GMT -8
where can i find codes to put in the tables? i want top 5/10 posters in one thanks That's a custom page widget. It can't be added anywhere other than custom pages as it's not anywhere within the source of other pages.
|
|
xLc
Junior Member
Posts: 290
inherit
180982
0
Sept 18, 2019 6:25:07 GMT -8
xLc
290
July 2012
lifestylecourier
|
Post by xLc on Jan 30, 2013 11:34:07 GMT -8
you've lost me there..
what about other codes? is there a list somewhere?
|
|
Former Member
inherit
guest@proboards.com
185676
0
Nov 24, 2024 14:37:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 30, 2013 12:43:14 GMT -8
I am having issues with the side tables not wanting to move away from the board. I have the Spacing set at 20 px but nothing. chrissysplayground.proboards.com/Thanks Chrissy
|
|
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 Jan 30, 2013 13:08:20 GMT -8
Chrissy, my friend Joan has the same problem on her beta board yet on the converted board works beautifully.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 30, 2013 13:13:07 GMT -8
you've lost me there.. what about other codes? is there a list somewhere? Anything that's on every single page of the forum can be added to the sidebar with a code. Otherwise, you can add whatever content you like to the sidebar tables using HTML, CSS, or Javascript. I am having issues with the side tables not wanting to move away from the board. I have the Spacing set at 20 px but nothing. chrissysplayground.proboards.com/Thanks Chrissy If you hover your mouse over the tooltip for the spacing field you'll see it says that's for the spacing "between each object in your sidebar." You want the Forum Spacing option in the Other Settings tab.
|
|
inherit
109687
0
Mar 23, 2014 11:19:44 GMT -8
edr
88
August 2007
edr
|
Post by edr on Jan 30, 2013 13:35:58 GMT -8
Thanks Brian the code to make a sidebar container click-able worked For future reference, what do I do to make it open in a new window/tab? The other codes to move the sidebars under the global messages doesn't for some reason. Not sure if I have done something wrong but when I entered the codes the global messages disappeared off my forum. The first code I put in Plugins > Build > Global Messages > Components, replacing line 7 with it. The second code I put in my Global HeaderThough... was I suppose to change the red text in this first code? I wasn't sure and if so, wasn't sure what to change it to. My Site
|
|
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 Jan 30, 2013 14:09:02 GMT -8
i should have caught that too Chrissy.
|
|
inherit
189194
0
Jan 30, 2013 15:09:47 GMT -8
whammyman5
3
January 2013
whammyman5
|
Post by whammyman5 on Jan 30, 2013 14:36:59 GMT -8
whammyman5: Can you try reimporting the plugin now? The new copy of the plugin should work. I didn't even have to do that; I just went to the site to go reimport it and poof, everything was fixed already ^_^ Thank you...*just in case keeps a copy of the updated plugin.
|
|
Former Member
inherit
guest@proboards.com
185676
0
Nov 24, 2024 14:37:58 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 30, 2013 15:00:06 GMT -8
Thanks Brian that worked.
|
|