#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Feb 3, 2023 14:05:31 GMT -8
I simply want to use this plugin just for the shoutbox to show on the right instead of the bottom. Can you tell me exactly what I need to put in ? Or basic walkthrough ... I'm not code savy... Use the code in this thread: support.proboards.com/thread/433242/script-move-shoutboxBut instead of adding the code in red to your sidebar create a Style 3 container in your right sidebar and type move-shoutbox into its ID field. Attachments:
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 24, 2023 11:53:33 GMT -8
In the Style Sheet tab you'll get two more tabs underneath the preview: Preview Pane and Visual Editor Builder.
Visual Editor Builder allows you to edit the structure of the Visual Editor. Expanding a section and attempting to edit any of the rows for each field will reveal exactly which variable that field points to.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 19, 2023 12:48:33 GMT -8
Hello Brian , do you know how to put a background image on the NPCs mini-profiles? I only know how to do it via CSS and that doesn't work with them Not by default since the mini-profile HTML option in the settings only affects the inner HTML of the mini-profile, but I can offer a workaround achieved by editing the plugin. In Plugins > Build > NPC Profiles click on the Components tab and find the JavaScript section. Scroll to line 279 which should look like this: $mini_parent.append('<div class="mini-profile is-npc-element o-npc-mini">'+plugin.mini(post_id,npc)+'</div>'); And change it to this: $mini_parent.append('<div class="mini-profile is-npc-element o-npc-mini o-npc-mini--'+npc+'">'+plugin.mini(post_id,npc)+'</div>'); Then save the changes to the plugin via the Save Changes button in either the right sidebar or the bottom of the page. This should let you target the NPC mini-profile with CSS based on the username you've given the NPC. So if your NPC's username in the plugin settings is npc1 you can use this CSS rule to target it: .o-npc-mini--npc1 { background-image: url(IMAGE URL HERE); }
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 18, 2023 10:51:46 GMT -8
The example image doesn't seem to be appearing in your post. Have you categorized your NPCs? Adding them to menu categories would shorten the list by placing many of them in submenus. Adding a scrollbar wouldn't be possible as it would prevent the submenus from showing properly since they're children of the main menu. Scrollbars are part of the overflow CSS property which determines whether or not content beyond the boundaries of the element should be outright hidden from view. The outermost element of the menu uses the class .o-npc-menu. Damn, apologies on the image. Not sure why that didn't load properly. I'll try loading it in again at the bottom of this post... I have categorised them yes. But the best ways I can categorise them either leave the main menu too long or the secondary menu too long - I can't win! XD Unless it's possible to make a third/fourth categorisation level so I can funnel them down to shorter lists? Unfortunately it only supports two levels. The best I can offer in that regard is making another category and reducing the amount in the other one. The menu repurposes the existing classes for the menus used in ProBoards which don't appear to take the browser height into consideration, likely because most of them contain very few items with the exception of the one in the Security Log. However, now that I know the issue is limited to the submenus I've taken a closer look and it is possible to add a scrollbar to the submenus using CSS. .o-npc-menu__submenu { overflow: auto; max-height: 100vh; }
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 17, 2023 10:27:25 GMT -8
Is it possible to change the height of each box on the same side? If so, how? The height of each box is determined by its contents. If you want to change their heights individually you'll have to assign each of them an ID and change their heights using CSS.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jan 10, 2023 13:29:00 GMT -8
Brian Which elements does the list of NPC options pull from? I have a lot of NPC profiles in this plugin + expansion and when I click the icon on a post, the list of names is so long it goes off the screen. How can I edit the css of this list - e.g. edit the padding to bring the names closer together and the list shorter, or maybe add a scroll bar? I'm not sure which elements of the style sheet the boxes are using...? The example image doesn't seem to be appearing in your post. Have you categorized your NPCs? Adding them to menu categories would shorten the list by placing many of them in submenus. Adding a scrollbar wouldn't be possible as it would prevent the submenus from showing properly since they're children of the main menu. Scrollbars are part of the overflow CSS property which determines whether or not content beyond the boundaries of the element should be outright hidden from view. The outermost element of the menu uses the class .o-npc-menu.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Sept 6, 2022 11:07:24 GMT -8
Tried using this one on v6 and I guess it isn't updated for it! Really hoping you do it because this is my absolute favorite plugin! I'll update it eventually, but since this one falls under the fun cosmetic umbrella it's lower priority than others. Like I don't think anyone absolutely needs this plugin to keep their forum running the same as it has been when using v6, so I'm not in a hurry to update it compared to something like the NPC Profiles plugin which some forums might lean heavily on.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 15, 2022 11:24:57 GMT -8
A few inherent problems with Discord being used for this purpose: - I can't Google a Discord thread - I have to be part of the server to begin with in order to search it - Likewise, even if I'm part of the server the responses to the thread don't currently get indexed Reddit is thankfully both searchable and indexed by Google, but the branching comment structure adds an extra level of complexity I personally feel I could do without when looking for solutions. Reddit gets more hatred than I think is really deserved, alot of categories I'm on for the most part have decent staff but one annoying thing some try to be so strict they'll delete your topic for no reason or just asking a question or you'll get you don't have enough flair whatever that means I haven't figured it out yet. If you can see past the idiocy and NSFW stuff it can be entertaining to read at times. Oh yeah, I didn't mean to come across as outright slamming Reddit as bad or anything as a result of my viewpoint. I've added it as a keyword to a fair amount of my Google searches because I know that the community for the specific thing I'm looking up knows their stuff. My only real complaint there was that since every comment is capable of branching off I have to navigate them a lot more carefully. That's part of why I like the reply structure on sites like Stack Overflow. There's the main post, the replies, then a single level of comments on those replies. And that's about it. I think for general discussions the branching comment structure is perfectly fine, but most of the time I end up on Reddit it's so that I can find an answer to something rather than for the sake of browsing Reddit itself. I'm all business.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 12, 2022 15:42:36 GMT -8
The main complaint I've seen regarding Discord is long-term message storage and searchability, especially when it comes to hobbies or media that only have important information and documentation stored on Discord. I've personally had an aversion to joining servers for this reason since there's no particularly easy way for it to be organized beyond single-level channels and pinned messages. Usually a forum, wiki, or documentation website gets the job done much better and has much more precise thread or article searches. Information like that should prioritize accessibility over interaction. I'll gladly join a server if I have further questions, but I don't believe I should have to for the bare minimum. I doubt it'll replace reddit tbh. Lol. But at the same time. There is a search feature on discord. It's what I usually do for any problems with something. If there are good admins/staff. Usually they'll link to the more specific posts if requested by users. You can create threads now too, and link entire thread. But I doubt discord will replace support forums anytime soon. A few inherent problems with Discord being used for this purpose: - I can't Google a Discord thread - I have to be part of the server to begin with in order to search it - Likewise, even if I'm part of the server the responses to the thread don't currently get indexed Reddit is thankfully both searchable and indexed by Google, but the branching comment structure adds an extra level of complexity I personally feel I could do without when looking for solutions.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Aug 12, 2022 12:02:56 GMT -8
Hi Brian. I've messed up somewhere and was wondering how to get space under the sidebar and above 'Three Matches' Thank you. The first container in the right sidebar is missing three closing </div> tags at the end, so it's not closing off correctly. I would also recommend removing the following tags anywhere they're found in your sidebar containers. They're not meant to be used anywhere outside of the Forum Wrapper layout template: <head> </head> <body> </body> <title> </title>
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 22, 2022 12:28:30 GMT -8
The main complaint I've seen regarding Discord is long-term message storage and searchability, especially when it comes to hobbies or media that only have important information and documentation stored on Discord.
I've personally had an aversion to joining servers for this reason since there's no particularly easy way for it to be organized beyond single-level channels and pinned messages. Usually a forum, wiki, or documentation website gets the job done much better and has much more precise thread or article searches.
Information like that should prioritize accessibility over interaction. I'll gladly join a server if I have further questions, but I don't believe I should have to for the bare minimum.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 18, 2022 11:25:27 GMT -8
I should probably note at this point that the #tiptip_holder and #tiptip_content elements are the same ones used to produce tooltips when hovering over the ? icons on the forum. Modifying the styling of either of these elements will affect those as well.
However, I'm not able to find or recall if any are used outside of the admin area so with any luck this should only affect plugins that use them on the forum side, if any.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 6, 2022 17:37:00 GMT -8
If you want it to look exactly like that it's going to take a bit more doing, but as far as the contents of each step are concerned it should readily accept HTML without issue. I'm probably not going to revisit any of my plugins to add more customization to them until it's time to update them for v6 since I'd like to rewrite them completely to be up to par with how I prefer to code JS now. But I can at least point you in the right direction.
In Plugins > Build > Virtual Forum Tour this is the line in the JS component that produces the inner HTML of the landmark:
content: '<div class="tour_container">' + x.content + '</div>' + pbp['v_forum_tour'].addNav(),
The HTML for the content is plainly output there by x.content, while after the div element the navigation is output by the value returned by the addNav function which is declared on this line:
addNav: function(){
You can pretty much customize that line and the contents of that function however you please and the plugin should still work as long as any interactive elements retain their classes. Feel free to customize the CSS rules for those classes to your heart's content.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 2, 2022 15:04:15 GMT -8
I posted this on June 30th., and appears no one can help me? It's currently a holiday weekend for both the US and Canada. Coding and design support is also provided on a voluntary basis. Adding a border radius to an element can cause the contents of the element to overlap the border. In the case of your theme the wrapper has a large border radius at the top, so everything past where the border curves will overlap if it meets the boundaries of the wrapper width. You can add a margin to the left and right of the navigation bar and navigation tree to space them out from the border. This goes in Themes > Advanced Styles & CSS > Style Sheet for that theme, preferably at the bottom of the style sheet so that it takes priority over the previously specified rules. #navigation-menu, #navigation-tree { margin-left: 1rem; margin-right: 1rem; } Feel free to adjust these values to your liking.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Jul 2, 2022 14:36:52 GMT -8
I have messed around with that one a bit, too, but it seems to want to direct to different parts of the page in order to do "next" or "previous", when I just want those buttons to go to the next segment of world building monologue without pointing out specific parts of the page. Is that a thing that it can do? (I also haven't yet tested image formatting and embed stuff with it, but I'll be trying that if I can get it to not actually give a tour) Hi! I'm the author of that plugin. You can make the tour landmarks display independently by specifying body as the value of the CSS Selector field. I'll revise the plugin's support thread to reflect this.
|
|