Search Results for '+.+default+.+'
-
Search Results
-
Hello, I have imported my forms from SMF, all went great, except one thing. Parts of text in all forum posts are wrapped in strange <tt> tags.
That results in different font on the front end – http://levelonetwinks.com/?topic=about-frostmourne
And when looking at the posts from WP admin, text editor I see this:
<b>Frostmourne</b> is an established guild (<b>level 25</b>) that has existed on the realm as both social and raiding venue for nearly 8 years.<tt><tt>We’re looking for mature, fun, yet dedicated people that will not only contribute to our progress but to the strong social aspect of our guild.<tt><tt>We have a fairly non strict age requirement of 18+.</tt></tt></tt></tt>
Removing them manually sorts the issue but that’s a lot of work hours to go through each topic and reply :S
I’ve tried a localhost import to the default WP theme, same thing π
Would be grateful for any insight on what may be causing it, as I’d rather not spend the next two days going through them manually :p
Cheers!
Hi !
I tried making my forums page full-width, but didn’t manage, so if you could help, it would be great !
I’ve already read this page : https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/#8-make-sure-bbpress-uses-the-page-template-we-want (but it didn’t really help me :/)Here’s a short video to explain you exactly my problem : https://www.youtube.com/watch?v=0Ekrjb64GxA
Thanks a lot for helping, would be really great ! π
—
My WP version : 4.0 (last in date)
My bbPress version : last in date
My theme : Anew by Alxmedia
My website’s forum : http://www.amitabha-sat.com/forums (password : default)Hi,
I have noticed that the font-size applied to my forum’s content isn’t the same than the one applied to my normal pages/articles/etc. and I’d simply like to change that π
Here’s a screen of my normal display (font-size) :

So how could I simply apply the default font-size to my forum content too ?
Thanks a lot !I am using :
– Last version of WP
– Last version of bbPress
– Anew theme by AlxmediaI’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.
