#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 9, 2021 18:34:55 GMT -8
Matte , the shoutbox move code is looking for a <div> element that looks like this. The classes can be in any order, and there can be even more classes alongside them, but the three below need to be present. Since you've removed the full class from the shoutbox container div no elements on the page match what the code is looking for. You can look at the Shoutbox layout template on most of the other themes on the forum to see what the classes and the rest of the HTML for it originally looked like. If you add the full class back into it Assuming you were using a default theme all you should have to do to move the shoutbox is use the movement code, then create a Style 3 container in the sidebar with the ID move-shoutbox.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jun 7, 2021 10:28:29 GMT -8
How do I add links to my sidebar? The sidebar accepts HTML. You can use HTML <a> tags to accomplish this.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 24, 2021 13:10:02 GMT -8
Hello! I'm looking for a way to change the background color of each board, (also boarders) Your amazing plugin does everything but background color. I'm reading the e-book about making your own PB-plugins but can't seem to understand how to change the code in your plugin to add this myself Is there any possibility that you could update and add this feature to the plugin? Thanks very much, Leo! The plugin is meant to explicitly change just the containers. Unfortunately, I have no intention of adding customization options for anything beyond containers like the background of the page itself.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 7, 2021 14:22:09 GMT -8
Not the post subject but the topic's subject is displayed when the individual post is loaded. For instance, when the link copied from the wheel menu's "Link to Post" command is clicked... I am not sure how it was before. Just noticed. Can that be fixed? Thanks Can you provide a link to an example?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Mar 5, 2021 15:59:51 GMT -8
The code that the plugin gives you can be added anywhere that accepts HTML.
If you want it to show alongside the user list on any particular theme you can edit the HTML that produces that in Themes > Layout Templates > Home and put the code wherever you like in there.
Keep in mind that you only have the plugin enabled on some of your themes. In Plugins > Manage you can click on the Edit button next to a plugin to open its permission settings and determine which themes it runs on.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 27, 2021 12:47:58 GMT -8
Ratty Poe: Since the mini-profile class already has padding it's pushing the elements you added away from the top left of the container. A lot of the problem stems from the fact that the styles in your mini-profile are declared inline via style attributes in Themes > Layout Templates > Mini-Profile instead of in the style sheet which makes it more difficult to make the NPC mini-profile match the existing mini-profiles. (Unrelated: You're currently missing a closing </div> tag at the end of that layout template) For example, the white background color can be assigned to the existing .mini-profile class that exists in the first <div> on both your default mini-profiles and the NPC mini-profiles, as can the text-align and font properties in the <div> element that follows it. You can create a new class for the <div> that surrounds the $[user] variable and assign the styles that exist there to that new class. Once all of that's done there should be no need for the .NPCProfile class you added.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 8, 2021 15:19:14 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 8, 2021 11:44:21 GMT -8
Hi! Great addon. For my forum we're trying to change the sizes of the avatar for the mini profile without breaking the layout in the process? We've tried to customize the theme's CSS in order to make the default size larger but that managed to break the code in the process. Any help or pointers would be appreciated? Thanks! Are you trying to change just the avatars added by the plugin or are you trying to change them on regular posts as well? Both would be handled by the same CSS, though if you're trying to change all of them that's more of a question for the Templates board than this thread.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 5, 2021 15:53:40 GMT -8
Hi, vui123ve. Is there a particular reason you want a plugin to handle this on a per thread basis? Board permissions can already accomplish this much better than a plugin can as long as the thread is created in a board that is restricted from guests, members, etc. The problem with trying to hide something through the use of a plugin is that the thread already exists on the page before the plugin runs and is fully accessible regardless of whether or not the plugin removes it afterwards. Enforcing this restriction through the use of board permissions will actually prevent those threads from ever being seen or accessed when you intend to hide them.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 19, 2021 17:19:55 GMT -8
I'll be making another theme like this one that I made when v5 was still in beta and similar threads were being posted. So if you liked the old look better I'll making sure it's at least preserved as a theme, hopefully with lots of similar customization options to what you have now. support.proboards.com/thread/444786/v4ism-proboards-theme-sep-2013Just like how that one worked, I don't know if I'll be able to bring everything exactly as-is over from v5 since some things will be fundamentally different. I'll also need to make some custom changes to give it responsive behavior. But on the forum side most if not all things will be where you expect them to be.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 19, 2021 16:47:12 GMT -8
Hello SIr I am not sure if this was asked in here but is there anyway to assign an NPC to just one member instead of a group? Thank you for your answer The plugin is designed to only support groups. It's not possible to assign NPCs to members directly. I always recommend the following setup for the plugin: The most highly recommended way to set up your NPC permissions is to create hidden groups in Members > Member Groups for each of your NPCs, then to add those groups to the plugin. The Plugin Keys section should have its dropdown set to Custom and all of your NPC groups should be added to the And members in the groups section. Then in the NPC List tab you'd add each NPC's group to the Who can use this NPC? column for each respective NPC. This way when you manage a member's groups you can assign the group representing the NPC to them, effectively accomplishing the same thing as what you're looking to do.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 18, 2021 11:44:26 GMT -8
The links below the logo will always be the same, but you can customize what shows in the navigation dropdown below that in Settings > Forum Settings > Navigation. Each navigation option listed there including any custom items you add has a Mobile checkbox next to it that makes it show in that dropdown on the mobile version.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 14, 2021 13:04:14 GMT -8
Template data is loaded based on necessity. For example, the first and last post data are fetched alongside the thread object because we display the authors of the first and last posts in the default thread list layout.
Posts are always shown chronologically and limited to whichever page of the thread you're currently viewing. When you visit the link to a certain page of the thread the server sees that and determines that the thread object being used in the layout template should load only that page's posts. On a forum that limits each page to 15 posts you'll only see posts 1-15 on page 1, 16-30 on page 2, etc. For that reason it's not possible to pick and choose which posts appear.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 11, 2021 11:51:44 GMT -8
I don't think this would be possible using the ProBoards plugin system as the methods the posted plugin uses require backend access to tie into the forum's posting system and send a webhook request to Discord.
All ProBoards plugins rely exclusively on client-side code at this time.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 6, 2021 16:05:51 GMT -8
Is there a way to add a highlight color to categories when they are hovered over? I'm looking to use this paired with the collapsing categories, so users know they can click the title bars. Not through the use of this plugin. Sorry. The mouse cursor changes to a pointer when hovering over categories when the Collapsing Categories plugin is enabled. There's a couple CSS/template changes you can make to your theme to make it more obvious that you can collapse the category. Personally, a highlight color wouldn't indicate anything to me regarding whether or not I could collapse a category. I'd recommend something permanently visible as well as text that appears when hovering over the title bar that indicates that you can expand/collapse the category.
|
|