Search Results for 'code'
-
Search Results
-
Reference site http://imapiece.com/
Ill start by saying im not a developer and can edit php and code, but I cant write it from scratch…. yet
So ive been moving a guild site over from phpbb into wordpress and am still trying to figure out the best way to handle applicants, I made a post here if anyone had any ideas about that
https://bbpress.org/?post_type=topic&p=181981So I was looking into how to maybe do a multisite with a single forum handling all the main communication among the community as a whole. I was looking through the forum here and everything that said it cant be done is very old. Is there a way to have shortcodes and custom user fields to work around that? Or maybe iframe?
Here is my thought, ill use car clubs for example
Root Forum
1 category – Car Club –
1-2 forum – public
1-3 forum – recruitment needs2 category – members only
2-2 forum – New Car Club Applicant
2-3 forum – Car Club Events
2-4 forum – ADMIN3 categories – (3) Honda – (4) Ford – (5) Mazda
3-2 forum – news rss
3-3 forum – brand specific newsOk, so lets say on the main site if someone goes there it pulls everything since its the root. But give the car club its own multisite along with any niche sub group. In the custom user groups have shortcodes associated with the different ranks to show them on their member page when they look at the info something like [bbp-single-forum id=$forum_id] and add more to the root of that ranks permission. That way you dont have to add them per user, but per rank per group.
so in the shortcode for public users they would only have access to 1 and its contents
people in the honda club who are just members would have access to 1, 2(excluding 2-4) and 3, once they get bumped up to admin rank in that group the shortcode to display 2-4 gets added since its connected to rank roles.In the same breath on the front end of the multisite pages you could just have them display the public forums associated with that niche pulling the data from the forum via [bbp-single-forum id=$id ].
I had a ton of control like this through phpbb using theme styling and domain masking and am trying to find a way to make it work in wordpress but its been a learning curve. I know groups in buddypress have some of this function built in, but it doesn’t seem to be tweak-able between sites. I dont want a guest to see every group in the opt in part of registration off the bat. Would rather have them app on that groups page, members review then they get added and what they see is based on what rank they have in all the groups they are in.
So am i trying to overthink this? Have I missed something that could solve this idea?
Thoughts/Suggestions?
Topic: Template notice text
Does anyone know how I can modify the template notice text?
Here’s the code for it:
<div class=”bbp-template-notice”>
<p>Your account has the ability to post unrestricted HTML content.</p>
</div>I would like to change what it says to “Please don’t post anything inappropriate! Our supervisors are invited to this forum.”
Or I’d like to just delete it altogether then have this sentence be a general forum notice. I’ve started looking through the php files with no luck so far… I wish they’d make it easier to change things like this in the front end of this plugin. My users don’t need to see this and half of them won’t know what it means. I’ve just changed the text and outline to white for now to hide it but it leaves a big empty space.
I wish I was more familiar with writing code on my own so I can just add it to the front end customizer.
Thanks so much for your time!!
Take care,
KariTopic: Forums
I would really like to create forums for my website, however, I don’t have this option:
A. Set Up Sitewide Forums only
Install and activate bbPress.
Proceed to bbPress.org Codex to get started in creating your Sitewide Forums.
If you kept the default “forums” slug in Settings > Forums, you can create a new Page via Pages > Add New. Add Title “Forums” and insert the forums index shortcode and/or other bbPress shortcode you’ll find in the bbPress Codex then publish the new page.
Add new “Forums” Page in your custom menu via Appearances > MenuCan someone please tell me what I am missing?
Thank you so much for your time!!
Take care,
KariHi.
I have an XML file containing messages (title, date, author and body). I’ve considered three methods of importing these messages into bbPress:1. Into the database. I’ve written a PHP script to automate that but because the messages are in Hebrew then the encoding causes the text to be gibberish. When that problem was solved, topics that were inseted into the
wp_poststable didn’t appear in the forum page.2. Using the custom importing method. The database structure required to import the messages isn’t really understandable, how should my database be organized in order to transition my data from one database into WordPress’?
3. Using POST requests. I managed to parse the POST request the posting form does in order to make requests of my own. This is complicated, however, due to use of session cookies.
Right now the option that seems the best to me is (2). Instead of messing with encoding issues or session cookies, I need to create a second database but the question is: in which way should my data be organized? How are the IDs working? I didn’t really manage to catch all of that using the docs available here.
Topic: Reset my Password
anybody know the “reset my password” selector code that I can use to link a popup. I can’t seem to get it because the box disappears whenever I’m logged it.
Thanks
Topic: Remember Me Checkbox
On my page that the forum index shortcode is set, I created it in Elementor. Once I save it and view my page, the forum page displays the forum but in a topic in the forum, the bbpress index shortcode is pasted again making a forum within a forum. I couldn’t figure out how to fix this forumception so I’m appealing here.
Hi,
I’m new to bbPress, I have a forum that is set up, and I’d like to display the first 50 topics. I’ve successfully used the shortcode “bbp-topic-index” to display the first 15 topics, but I was wondering if there was a way to increase the number of topics?Thanks in advance for your help