inherit
209194
0
Apr 6, 2020 18:05:51 GMT -8
R4ph89
113
May 2014
r4ph89
|
Post by R4ph89 on Dec 1, 2015 12:35:46 GMT -8
New issue that I found with my sidebar. One of my affiliates commented on the fact that two of my cells are butt up against each other, whereas the rest are spaced out normally. What could be causing this?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 1, 2015 12:42:15 GMT -8
New issue that I found with my sidebar. One of my affiliates commented on the fact that two of my cells are butt up against each other, whereas the rest are spaced out normally. What could be causing this? In the plugin settings you have the Left Sidebar Spacing field set to 0px which is causing those two containers to show next to each other. Set this to 10px and they'll all share the same spacing.
|
|
inherit
209194
0
Apr 6, 2020 18:05:51 GMT -8
R4ph89
113
May 2014
r4ph89
|
Post by R4ph89 on Dec 1, 2015 12:52:22 GMT -8
That did it. Now, if I wanted to add my affiliates plugin to my sidebar, how would the code for that work?
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 1, 2015 12:58:25 GMT -8
That did it. Now, if I wanted to add my affiliates plugin to my sidebar, how would the code for that work? You'd need to use Javascript to move the container to your sidebar, similar to the Move Shoutbox script. If the container for your affiliates has a unique ID or class you can target that in the Javascript portion of the code instead of what's currently specified.
|
|
daz28
New Member
Posts: 13
inherit
210236
0
Mar 11, 2019 17:12:20 GMT -8
daz28
13
June 2014
daz28
|
Post by daz28 on Dec 1, 2015 16:48:48 GMT -8
When logged out there is a box on the side bar I put a join here link in a while back. my problem is I cant find it any where to edit it. its not visible when logged in. I cant see any where in the admin or sidebar setting to edit it. but I defiantly have done it before. Any pointers please
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 1, 2015 16:58:58 GMT -8
When logged out there is a box on the side bar I put a join here link in a while back. my problem is I cant find it any where to edit it. its not visible when logged in. I cant see any where in the admin or sidebar setting to edit it. but I defiantly have done it before. Any pointers please Can you provide a link to the forum in question?
|
|
daz28
New Member
Posts: 13
inherit
210236
0
Mar 11, 2019 17:12:20 GMT -8
daz28
13
June 2014
daz28
|
Post by daz28 on Dec 1, 2015 17:01:34 GMT -8
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 1, 2015 17:03:39 GMT -8
It looks like it's in the Announcements tab of the settings for your Recently Updated Threads Sidebar plugin rather than the Sidebar Redux plugin. You should be able to find the HTML that produces it there.
|
|
daz28
New Member
Posts: 13
inherit
210236
0
Mar 11, 2019 17:12:20 GMT -8
daz28
13
June 2014
daz28
|
Post by daz28 on Dec 1, 2015 17:06:26 GMT -8
Thanks I look there
|
|
daz28
New Member
Posts: 13
inherit
210236
0
Mar 11, 2019 17:12:20 GMT -8
daz28
13
June 2014
daz28
|
Post by daz28 on Dec 1, 2015 17:08:57 GMT -8
marvellous. I found it there I though for a moment I was going mad thank you.
|
|
inherit
221010
0
Apr 20, 2021 8:29:44 GMT -8
gabeshelley
13
April 2015
gabeshelley
|
Post by gabeshelley on Dec 14, 2015 23:05:31 GMT -8
Site: thebwf.proboards.comIt appears that some are seeing the two sidebars in different sizes. I see the left side as smaller than the right, the right taking up the entire length of the page whereas the left is half of that. I'm using Chrome. The other admin is using Firefox and they appear the both be as long as the page. We thought that maybe it was a Chrome/Firefox thing but someone else using Firefox sees it the same way I do. Another user has reported using IE and sees them the same length. Thoughts?
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Dec 15, 2015 9:07:17 GMT -8
|
|
#eb7100
33409
0
1
Oct 19, 2024 14:37:42 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Dec 15, 2015 9:15:53 GMT -8
Site: thebwf.proboards.comIt appears that some are seeing the two sidebars in different sizes. I see the left side as smaller than the right, the right taking up the entire length of the page whereas the left is half of that. I'm using Chrome. The other admin is using Firefox and they appear the both be as long as the page. We thought that maybe it was a Chrome/Firefox thing but someone else using Firefox sees it the same way I do. Another user has reported using IE and sees them the same length. Thoughts? Both of your containers are the same height on my end in both Chrome and Firefox. Their height is always determined by the content you place within them, and since both Twitter feed widgets have an explicit height specified in their inline CSS both should be the same height in every case. Tagging is a function of BBCode which is only applicable to certain areas of the forum. Unfortunately there's no way for me to make BBCode work in the plugin, so it's not possible to tag a user using the @ symbol. You'd need to manually create a link to their profile using HTML.
|
|
inherit
213910
0
Nov 4, 2023 9:08:44 GMT -8
rohan
Badass!
349
September 2014
dragonor
|
Post by rohan on Dec 15, 2015 9:22:20 GMT -8
Site: thebwf.proboards.comIt appears that some are seeing the two sidebars in different sizes. I see the left side as smaller than the right, the right taking up the entire length of the page whereas the left is half of that. I'm using Chrome. The other admin is using Firefox and they appear the both be as long as the page. We thought that maybe it was a Chrome/Firefox thing but someone else using Firefox sees it the same way I do. Another user has reported using IE and sees them the same length. Thoughts? Both of your containers are the same height on my end in both Chrome and Firefox. Their height is always determined by the content you place within them, and since both Twitter feed widgets have an explicit height specified in their inline CSS both should be the same height in every case. Tagging is a function of BBCode which is only applicable to certain areas of the forum. Unfortunately there's no way for me to make BBCode work in the plugin, so it's not possible to tag a user using the @ symbol. You'd need to manually create a link to their profile using HTML. Thanks for the information.
|
|
inherit
213496
0
Dec 9, 2016 5:33:29 GMT -8
fennie
10
September 2014
fennie
|
Post by fennie on Dec 19, 2015 9:25:56 GMT -8
|
|