Search Results for 'code'
-
Search Results
-
Hello there!
I want to exclude the replies from the search results, but I don’t know where I can change it (maybe a simple solution to put true to false?) or can anyone help me to figure out a code for the function.php in the child theme?
Greetings
Hi there,
I want to add a third<li>message</li>
to theform-user-register.php
file to advise users that their user status will be set to “Spectator” until it is reviewed and approved to “Participant” status.
I will also need to add my translation to the bbpress-de_DE-formal.po file as my site is in German.
As I have my own unique theme in/wp-content/themes/unique_theme/
, where do i place theform-user-register.php
file in order to add my third<li>message</li>
?
As I don’t want it overwritten next time bbpress updates.
The same question to the .po file as this also needs to be edited.
thx in advance.Hello
I tried to add a new forum, This error appeared.Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 163840 bytes) in /home/vnyeklac/public_html/wp-includes/class-wp-object-cache.php on line 446
I looked at https://bbpress.org/forums/topic/php-fatal-error/ .
However I cannot solved this problem.What should I do?
Thanks for watching.My bbpress version is 2.6.5
php version is 7.4
wordpress version is 5.5.1
All latest versionI am sending a custom email notification to the forum subscribers to notify any new topic created. Now I also want to send a Link to the newly created topic.
I tried
bbp_topic_permalink
found it in the loop single topic file. But it showing blank. Even I tried to pass the topic_id as argument.I also tried
bbp_get_topic_url()
but it is also not working.It would be a great help if some one tell the exact function to get the url of the topic.
Anybody got some code to put into WordPress theme functions.php to redirect every instance of links to /wp-admin/profile.php to /forums/users/$user ?
I’m the web developer for a biotech discussion website. I’m currently running the Kleo theme with bbpress.
I have nested replies enabled (with help from the bbstyle pack plugin, as it was not working previously) but also want to have pagination enabled. Nothing seems to be working and I’m in desperate search of a fix.
I’ve already tried deactivating and reactivating…troubleshooting…everything.
I’ve followed this tutorial but have come across certain errors.
I’ve also tried going through this ticket among other similar ones and no such luck.
I keep getting an error with the
‘format’ => ‘page/%#%’
, line from Step 2. It’s telling me there is an extra %. Once I remove the extra %, the error moves down to the‘prev_text’ => __(‘<’),
line.I’m happy to give any more information that is needed.
If a user posts a topic with links in it, their posts seem to be automatically hidden. This only seems to apply if there is more than one link. I’ve hunted high and low and can’t find any information on this. Is this a hardcoded feature, or a setting? I can’t find any settings that seem to correspond.
This raises another topic – how is a moderator / keymaster advised when there are actions pending? I can’t find anything like a “moderation queue” or other simple precis of what is waiting to be done. I can view “topics” in the main dashboard under wp-admin, and see which ones are pending, but that has to be done individually for each forum. Is that the correct method? Can a moderator subscribe to receive notifications by email or another means when something needs doing?
Thanks
Nick
I am using bbpress for my website which is in development phase right now. One of my forum topics can be accessed here: https://drf.learnwise.in/forums/topic/retinitis-pigmentosa/. I am using visual editor by adding this code in my functions.php:
function bbp_enable_visual_editor( $args = array() ) {
$args[‘tinymce’] = true;
return $args;
}
add_filter( ‘bbp_after_get_the_content_parse_args’, ‘bbp_enable_visual_editor’ );All the formatting options except alignment are working fine. For alignment, it show the HTML tags as well after posting; as you can see in the forum.
Can someone let me know how to solve this?
Thanks,
PriyankaGuest can’t use editor to reply or create topic correctly ? When the guest use editor to justify text or etc, after submitting, codes appears without doing their functions.
Something like this:
Topic: Changing overall Template
My current theme (Responsive) comes with several templates.
By default, bbPress appears to be using the (unsurprisingly) “Default” template, and I just want to change bbPress to use the “Full Width” template. I don’t see a setting for that. Possible?
Can I create a page with a shortcode or something?