inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Oct 15, 2018 9:44:53 GMT -8
Hello Brian. Sorry, but is that the limit for each sidebar or for all sidebars in the forum's database? Thank you.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Oct 16, 2018 7:50:57 GMT -8
Hello Brian. Sorry, but is that the limit for each sidebar or for all sidebars in the forum's database? Thank you. The plugin as a whole. All of the data you save within a plugin is combined together and saved as a hash in the forum's database. That hash has to be within the byte size limit for that part of the forum's database or you'll receive the error about the limit being exceeded.
|
|
inherit
220198
0
Sept 7, 2024 5:43:00 GMT -8
gb9454
Life is too short. Don't waste it reading this.
521
April 2015
gb9454
|
Post by gb9454 on Oct 16, 2018 9:11:23 GMT -8
Thanks Brian
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Nov 12, 2018 19:18:05 GMT -8
Is it possible to have a spoiler tag (where it expands when clicked to show more information) on the sidebar?
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 13, 2018 8:58:13 GMT -8
Is it possible to have a spoiler tag (where it expands when clicked to show more information) on the sidebar? Yes, but you have to manually create it from scratch using JavaScript. You can technically have it anywhere. It's not something that's specific to this plugin.
|
|
inherit
256084
0
Apr 11, 2020 4:03:43 GMT -8
mysticrystal
74
August 2018
mysticrystal
|
Post by mysticrystal on Nov 14, 2018 22:21:21 GMT -8
Could you send me what the code to use for it would be? Brian
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Nov 15, 2018 9:18:59 GMT -8
Could you send me what the code to use for it would be? BrianI would recommend posting in Coding Help for something like that.
|
|
Former Member
inherit
guest@proboards.com
256626
0
Nov 22, 2024 10:22:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Dec 28, 2018 17:17:55 GMT -8
I want to add some links inside the containers and it wont let me? Is there a way to do that? Many thanks in advance. p.s. it will not let me collapse the containers. I am in introvert
|
|
inherit
257300
0
Mar 1, 2019 14:54:18 GMT -8
BAI2
Frankly, my dear, I don't give a damn.
29
December 2018
bai2
|
Post by BAI2 on Dec 31, 2018 8:51:33 GMT -8
Edit: Please disregard. I am developing something else.
Hello, bai here on a different account because I can't access the old one. I am having a spacing issue with this plugin Brian . Everything is way too far apart and messing around with the pixel values inside your plugin haven't helped one bit. Is there a way I can fix this? (Also, is there a way this plugin can support the Styled Usernames Plugin?) I'm also using a board remodel code. In case this helps, here it is CSS/* For Divided Boards List Mod by Smangii*/
.dividedBoard:first-child {
margin-top: 20px;
}
.dividedBoard:last-child {
margin-bottom: 20px !important;
}
.dividedBoard {
display: inline-block;
margin-top: 0;
margin-left: 20px;
margin-right: 20px;
margin-bottom: 20px;
}
.dividedBoard > .divided-title-bar {
background-color: @container_outer_border_color;
background-image: @title_bar_background_image;
background-attachment: @title_bar_background_attachment;
background-repeat: @title_bar_background_repeat;
background-position: @title_bar_background_position;
border: @title_bar_border;
.rounded-corners(@title_bar_border_radius);
}
/* Mod - Merged Categories */
.boards > .title-bar { border-radius: 0px; }
.boards > .first { border-radius: @title_bar_border_radius; }
.boards > .content { border-bottom-width: 0px; border-radius: 0px; }
.boards > .content.last { border-bottom-width: @content_border_width; border-radius: @content_border_radius; }
HTML/Layout Temp
{foreach $[board]}
{if !$[board.is_redirect]}
<div id="$[board.content_id]" class="container $[board.content_class] dividedBoard">
<div class="divided-title-bar bbcode" style="background-color: #832222;">
<div class="title_wrapper main">
<span class="link" style="color=#FFFFFF; text-transform:uppercase;">$[board]</span> {if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}
</div>
</div>
<div class="content cap-bottom">
<table class="list">
<tbody>
<tr id="$[board.content_id]" class="$[board.content_class]">
<td class="icon">$[board.icon]</td>
<td class="main">
<p class="description">$[board.description]</p>
{if $[board.sub_board]}
<p class="sub-boards">
<img src="http://storage.proboards.com/6963301/images/tzbNEigTTSgkMDsJNMWB.png" class="subboardmark"/> {foreach $[board.sub_board]}<a href="$[board.sub_board.href]"><span style="font-size: 15px; text-transform: uppercase;">$[board.sub_board.name]</span></a> {/foreach}
</p>
{/if}
</td>
<td class="threads">{if $[board.posts] == -1}N/A{else}$[board.posts] Posts{/if}
<br>{if $[board.threads] == -1}N/A{else}$[board.threads] Threads{/if}</td>
<td class="posts">{if $[board.last_thread]}<center>{if $[board.posts] == 0}{else}<a href="$[board.last_thread.last_post.created_by.link.href]">$[board.last_thread.last_post.created_by.avatar_small]</a>{/if}</center>{/if}</td>
<td class="latest last" style="text-align:left;">
{if $[board.posts] > 0}
{if $[board.last_thread]}
$[board.last_thread.recent_link]<br />
by $[board.last_thread.last_post.created_by]<br>
<span class="date" style="color:#8f8f8f;">($[board.last_thread.last_post.created_on])</span>
{/if}
{else}
{/if}
</td>
</tr>
</tbody>
</table>
</div>
</div>
{else}
<div id="$[board.content_id]" class="container $[board.content_class] dividedBoard">
<div class="divided-title-bar bbcode">
<div class="title_wrapper main">
<span class="link">$[board]</span> {if $[board.num_viewing]}<span class="viewing"> - $[board.num_viewing] Viewing</span>{/if}
</div>
</div>
<div class="content cap-bottom">
<table class="list">
<tbody>
<tr id="$[board.content_id]" class="$[board.content_class]">
<td class="icon">$[board.icon]</td>
<td class="main clickable redirect last" style="width: 100%;">
<p class="description">$[board.description]</p>
</td>
</tr>
</tbody>
</table>
</div>
</div>
{/if}
{/foreach}
{if !$[board]}
<div class="last"><div class="last center" colspan="5">No boards were found.</div></div>
{/if}
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2019 9:39:05 GMT -8
I want to add some links inside the containers and it wont let me? Is there a way to do that? You need to use HTML to accomplish this. www.w3schools.com/tags/tag_a.aspp.s. it will not let me collapse the containers. The collapse functionality seems to be working when I click on the title bar of each of your sidebar containers. I did notice you're using "welcome" as the ID for your first one. As stated in the FAQ tab of the plugin's settings you should give that one another ID. Otherwise it'll appear differently than the others due to that ID being reserved for another element on the page.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 2, 2019 9:44:26 GMT -8
I am having a spacing issue with this plugin Brian . Everything is way too far apart and messing around with the pixel values inside your plugin haven't helped one bit. Is there a way I can fix this? This is likely because in your Forum Wrapper layout template the $[header] and $[footer] variables are outside of the element that dictates the spacing between your forum's contents and the sides of your browser. I wouldn't be able to determine exactly why it appears that way without seeing it firsthand, but it's usually the case 99% of the time. (Also, is there a way this plugin can support the Styled Usernames Plugin?) You would need to manually type the HTML for the username link into the sidebar exactly how it normally appears on the forum, after which the Styled Usernames plugin would likely see it the same as any other username on the forum and style it accordingly. There's no way for the sidebar to automatically obtain these links as plugins are not capable of utilizing layout template variables as shown in your screenshot where $[current_user.avatar] renders as plain text.
|
|
Former Member
inherit
guest@proboards.com
256626
0
Nov 22, 2024 10:22:40 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Jan 2, 2019 18:50:03 GMT -8
I want to add some links inside the containers and it wont let me? Is there a way to do that? You need to use HTML to accomplish this. www.w3schools.com/tags/tag_a.aspp.s. it will not let me collapse the containers. The collapse functionality seems to be working when I click on the title bar of each of your sidebar containers. I did notice you're using "welcome" as the ID for your first one. As stated in the FAQ tab of the plugin's settings you should give that one another ID. Otherwise it'll appear differently than the others due to that ID being reserved for another element on the page. Okay the welcome thingy, i noticed it too. Thanks for pointing that out, I was wondering why it was doing that, now I know. lol...the html. I dont quite understand it. :? ha. I am still learning all about that stuff. Nevermind... I got it to work. thanks for the link!!!
|
|
inherit
87736
0
Apr 7, 2020 23:18:08 GMT -8
Adrian
625
August 2006
piper05
|
Post by Adrian on Jan 30, 2019 13:25:49 GMT -8
Hey there guys for my forum, wwhefedv2.proboards.comI'm currently working on a new layout and was wondering with the sidebars if there's a way to move them further out without forcing me to change the width of the forum itself. Edit: also is there a way to make it start with the categories because it's starting at the top with the tabbed table I'm making.
|
|
#eb7100
33409
0
1
Nov 13, 2024 16:56:46 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 31, 2019 10:00:19 GMT -8
Hey there guys for my forum, wwhefedv2.proboards.comI'm currently working on a new layout and was wondering with the sidebars if there's a way to move them further out without forcing me to change the width of the forum itself. The HTML structure of the sidebars doesn't really allow for them to be relocated in that manner. Sorry. Adjusting your forum width is the only thing you can really do to change how close to the sides of the browser the sidebars are. Edit: also is there a way to make it start with the categories because it's starting at the top with the tabbed table I'm making. Your plugins should appear on the page in the same order that they're listed in Plugins > Manage, so placing the tabbed table plugin before Sidebar Redux should keep it outside of the sidebars. If this is not the case, try reordering your plugins in Plugins > Manage and see if it makes a difference. If that doesn't work I recommend posting in the Support Board.
|
|
inherit
87736
0
Apr 7, 2020 23:18:08 GMT -8
Adrian
625
August 2006
piper05
|
Post by Adrian on Jan 31, 2019 11:50:08 GMT -8
Edit: also is there a way to make it start with the categories because it's starting at the top with the tabbed table I'm making. Ok will test that out. Edit: That didn't work so will post in support board.
|
|