inherit
192748
0
Jul 1, 2021 0:00:30 GMT -8
tintti
28
April 2013
tintti
|
Post by tintti on Aug 6, 2014 4:24:35 GMT -8
Is it this plugin which do this? Those wich is named 'Welcome café cinema' and 'recent threads.' If don't, can you name me plugin or code which do it? If this does that, how? (sorry for maybe bad english)
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 6, 2014 8:35:14 GMT -8
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Aug 6, 2014 13:25:36 GMT -8
Is there a way i could use this plugin on my forum but put it on the otherside of the page?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 6, 2014 13:41:57 GMT -8
Is there a way i could use this plugin on my forum but put it on the otherside of the page? Use the Right Sidebar tab in the plugin settings if you want a sidebar on the right, or use the Left Sidebar tab if you want one on the left.
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Aug 6, 2014 15:54:54 GMT -8
Is there a way i could use this plugin on my forum but put it on the otherside of the page? Use the Right Sidebar tab in the plugin settings if you want a sidebar on the right, or use the Left Sidebar tab if you want one on the left. How did u get the shoutbox in there, And would it be possible to have who,s online in there aswell ?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 6, 2014 15:57:17 GMT -8
Use the Right Sidebar tab in the plugin settings if you want a sidebar on the right, or use the Left Sidebar tab if you want one on the left. How did u get the shoutbox in there, And would it be possible to have who,s online in there aswell ? Use this code to move the shoutbox into the sidebar: support.proboards.com/thread/433242The list of users online is only available on the homepage and cannot be added to the sidebar. Sorry.
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Aug 6, 2014 16:05:27 GMT -8
How did u get the shoutbox in there, And would it be possible to have who,s online in there aswell ? Use this code to move the shoutbox into the sidebar: support.proboards.com/thread/433242The list of users online is only available on the homepage and cannot be added to the sidebar. Sorry. lol your gonna hate me more than you already do, But i dont have a clue were to put <div id="move-shoutbox"></div>
|
|
inherit
benlfc@me.com
200146
0
Apr 21, 2015 19:44:15 GMT -8
dalglish
122
September 2013
dalglish
|
Post by dalglish on Aug 6, 2014 16:15:57 GMT -8
How did u get the shoutbox in there, And would it be possible to have who,s online in there aswell ? Use this code to move the shoutbox into the sidebar: support.proboards.com/thread/433242The list of users online is only available on the homepage and cannot be added to the sidebar. Sorry. I ahve put <div id="move-shoutbox"></div> into the plugin but it wont show
|
|
inherit
212350
0
May 17, 2018 6:57:55 GMT -8
Bladehawk
35
August 2014
bladehawk
|
Post by Bladehawk on Aug 6, 2014 19:56:23 GMT -8
Hey Brian, Great plugin. I'm trying to use the Header functionality to quickly link to a specific post. I could just leave it as a basic hyperlink, but it would be pretty unnoticeable, so I wanted to use a simple CSS button-thing. Here's the code I'm trying to use: <style> a:link, a:visited { display: block; font-weight: bold; color: #ffffff; background-color: #808080; width: 120px; text-align: center; padding: 4px; text-decoration: none; }
a:hover, a:active { background-color: #e65000; } </style>
<a href="http://godwarsx.proboards.com/post/151/thread" target="_blank">Click Me!</a> Problem is, it applies the style to every single link on the forum! I've got grey boxes everywhere! I'm not sure how to limit it to just the Header applied by this plugin. Here's a picture. The forum is godwarsx.proboards.com.
|
|
inherit
120205
0
Nov 20, 2022 0:36:37 GMT -8
;Spots.xx
331
February 2008
spotseh
|
Post by ;Spots.xx on Aug 6, 2014 20:40:26 GMT -8
avaricexx.proboards.com/Hello! I want to use images kind of like head/base images, but I can't seem to figure out how to get rid of all the padding around them.
|
|
inherit
212044
0
Sept 22, 2016 16:39:54 GMT -8
rogcar75
34
July 2014
rogcar75
|
Post by rogcar75 on Aug 7, 2014 6:23:05 GMT -8
I have installed the sidebar Plugin, and i have a question? Heres the forum link - rgtestsite.freeforums.net/I have a problem getting the sentence lines to end when they are supposed to, they just carry over to the next sentence. example 1 - Test 2 - Test 3 - Test 4 - Test Each 1 - Test (should be 1 line) I want them to be like this example 1 - Test 2 - Test 3 - Test 4 - Test But all four lines run together, probably something simple, but i can't figure out how to get them right. Thanks For the help. Rog
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 7, 2014 8:23:57 GMT -8
Use this code to move the shoutbox into the sidebar: support.proboards.com/thread/433242The list of users online is only available on the homepage and cannot be added to the sidebar. Sorry. I ahve put <div id="move-shoutbox"></div> into the plugin but it wont show The theme you have installed already has a shoutbox movement code that places the shoutbox at the bottom of the forum within the shoutbox button, so it wouldn't be possible to move it anywhere else. Sorry. Hey Brian, Great plugin. I'm trying to use the Header functionality to quickly link to a specific post. I could just leave it as a basic hyperlink, but it would be pretty unnoticeable, so I wanted to use a simple CSS button-thing. Here's the code I'm trying to use: <style> a:link, a:visited { display: block; font-weight: bold; color: #ffffff; background-color: #808080; width: 120px; text-align: center; padding: 4px; text-decoration: none; }
a:hover, a:active { background-color: #e65000; } </style>
<a href="http://godwarsx.proboards.com/post/151/thread" target="_blank">Click Me!</a>
Problem is, it applies the style to every single link on the forum! I've got grey boxes everywhere! I'm not sure how to limit it to just the Header applied by this plugin. Here's a picture. The forum is godwarsx.proboards.com. puu.sh/aI0Km/4bbeff4f4a.pngPlace all of your header contents inside a div with a class, then you can address just the header using that class. Any CSS you declare on a web page declares styling rules for the entire page, not just the section of the page you added it to. That's why your CSS was affecting all of the links. avaricexx.proboards.com/Hello! I want to use images kind of like head/base images, but I can't seem to figure out how to get rid of all the padding around them. Do you have a live example somewhere of what you're trying to do showing the part you're stuck on? It sounds like you just need to add CSS to remove the padding. I have installed the sidebar Plugin, and i have a question? Heres the forum link - rgtestsite.freeforums.net/I have a problem getting the sentence lines to end when they are supposed to, they just carry over to the next sentence. example 1 - Test 2 - Test 3 - Test 4 - Test Each 1 - Test (should be 1 line) I want them to be like this example 1 - Test 2 - Test 3 - Test 4 - Test But all four lines run together, probably something simple, but i can't figure out how to get them right. Thanks For the help. Rog The sidebar plugin uses HTML. If you want to add a line break all you have to do is use the HTML tag for line breaks, which is <br />. You can learn more about HTML at W3Schools.
|
|
inherit
212044
0
Sept 22, 2016 16:39:54 GMT -8
rogcar75
34
July 2014
rogcar75
|
Post by rogcar75 on Aug 7, 2014 8:39:59 GMT -8
Thanks Brian again. Sorry to bother you, i just didn't know the html for closing the gaps.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 7, 2014 8:50:14 GMT -8
Thanks Brian again. Sorry to bother you, i just didn't know the html for closing the gaps. That's fine! It's what the thread is here for. I don't expect everyone to know every HTML tag.
|
|
inherit
120205
0
Nov 20, 2022 0:36:37 GMT -8
;Spots.xx
331
February 2008
spotseh
|
Post by ;Spots.xx on Aug 7, 2014 10:12:45 GMT -8
No, I was mostly messing around with the code but I didn't save anything. Basically what I'm trying to do is this: The black parts would be the images, the sidebar content would be inside the gray part. (See the styling I already have on my site.) I tried just putting the images at the top of the content coding, but what I end up with is something like this: I want the padding around the content to remain the same, but remove the padding around the images. I would also like to get rid of the rounded corners, though I'm not sure where in the coding to do that.
|
|