Search Results for '+.+default+.+'
-
Search Results
-
I’m using the GD bbPress Attachments plugin to allow members to post images in the forum on my buddypress site. I have all the forum attachment settings at 5000kb with override defaults checked. I also have 5000kb set as the maximum file size in the GD bbPress Attachments Settings.
Yet my members are seem unable to post images above about 2mb (and below 5000kb) without getting ‘Upload Errors, File not uploaded’. It says ‘Maximum file size allowed is 5000 KB.’ below the reply box.
I’ve tried disabling other plugins to see if there’s a conflict, but no luck. Any ideas?
Topic: BBpress Theme SEO
By default BBpress shows a link to the last post with the anchor text of how long ago it was posted. This is bad for SEO. To change this to the name of the last topic, see here:
How To Change The Freshness Date / Time To The Name Of The Last Topic In BBpress
@lynq I hope you can help me.
As you see here, in the general section it shows the topic and posts count nicely on the correct place.
However on the sub-forums u can see the counts are just ext to the name. how can i position these so they get on the same position like the ones above?I tried to add a class here
// Parse arguments against default values $r = bbp_parse_args( $args, array( 'before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum">', 'link_after' => '</li>', 'count_before' => '(', 'count_after' => ' )', 'count_sep' => ', ', 'separator' => ', ', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true, ), 'list_forums' );Like this:
// Parse arguments against default values $r = bbp_parse_args( $args, array( 'before' => '<ul class="bbp-forums-list">', 'after' => '</ul>', 'link_before' => '<li class="bbp-forum">', 'link_after' => '</li>', 'count_before' => '<div class="counts">', 'count_after' => '</div>', //'count_sep' => ', ', //'separator' => ', ', 'forum_id' => '', 'show_topic_count' => true, 'show_reply_count' => true, ), 'list_forums' );to then style it in css, but when i try this it doesnt show the count anymore and i cANT EDIT IT IN CSS.
Topic: can't quote bbcodes?
I am trying to help users and want to use the code backticks to display the BBCodes they need to use.
It won’t display the actual code, it renders the code out instead when placed in backticks using the code/code buttons.
Using a default theme, WP 4.0 and 2.5.4 bbpress
Hi,
I’m new to BBPress and have installed it on various themes across the board. The platform is simple enough for me to grasp after playing around with some settings. However, I dislike the URL arrangement that comes when it’s installed.
Right now it’s: http://www.letsvapesafe.com/forums/forum/lvs-forum-2/
I want it http://www.letsvapesafe.com/forums//lvs-forum-2/
Is there anyway I can change it to my liking?
Thanks guys
When I upgraded a WordPress installation to use 4.0 from 3.9 the topics would not show on the loop-topic template neither would the topic content show when on single-topic.
I deactivated all plugins (bar ACF and bbPress) and used the default WP theme but the issue still prevailed.
I then reactivated all themes and plugins, bbPress was still broken.
I then overwrote the /wp-admin/ and /wp-includes/ folders of the installation with the WordPress 3.9 version(s) of the files and bam! bbPress was back to life.
There were no error logs on the website either.
Any ideas?
WordPress 4.0 isn’t critical to the site but it’s always important to keep on top of updates.