Search Results for 'code'
-
Search Results
-
Hi, I would like the unread posts for a given user to display distinctively so the user quickly knows what to read. Also I would like threads which have new replies to also display distinctively. Not necessarily through colors, maybe using icons.
There is a plugin bbPress Unread Posts doing close to what I am looking for, but it is not maintained anymore. Why such a basic feature needs to be done through a plugin and is not part of the bbPress stock features? Any idea of other plugins or custom code I can use?Topic: Breadcrumb navigation.
Howdy.
I have a problem with the breadcrumb navigation link. The link to the root forum(which returns a 404 page) is
http://example.com/forums/forumand it should be:
http://example.com/forums/I have no idea what to do, as I only installed the plugin and activated it.
Can someone help me?
Kind regards.Topic: CSS Plugin
My theme comes with an option in the settings to add my own CSS codes. I love it because I’m just starting out and learning a lot about CSS by just putting snippets of code in there and seeing what it does. Of course none of it fazes my forum and that really really sucks because I’ve read a lot of great reviews about bbPress and I’d like to use it on my site.
Why doesn’t bbPress have the same feature? Is there an up to date plugin I can use, or do I have to create a custom style sheet?
I’m having what I ‘hope’ to be a major over-site as far as how bbPress new user registration functions on a WP multisite environment. I’m using bbPress 2.5.3 & WP 3.9.1 with three sub (directory) sub-sites:
example.com (site1 or the root)
example.com/site2
example.com.site3I have ‘site2’ & ‘site3’ setup & working 100% with two separate, distinct bbPress forums: site2 = english, while site3 = french. Now the user registration ISSUE:
When new users try to sign-up for either site2 or site3, say using [bbp-register] the bbPress registration process sends then automatically to the ‘root’ site (site1) at example.com/wp-signup.php – which is very problematic as example.com uses a different theme & content-wise a completely different site than site2 or site3
I’m not stranger to digging into the php &/or template files – but I’m a bit confused around:
1. If I’m missing something that’s entirely obvious that immediately resolves the new user registration issue w/ bbPress on multisite
2. If not ‘1’ – what might be the ‘code-path’ of least resistance to resolve this specific issue
Any input/ideas/suggestions would be fantastic,
-Jeff
Hi community,
My forum in BBpress It’s working properly and It’s awesome! congratulations! nice job guys!!
But hope you can help me with a little problem. If I access the forums normally styles are ok, but when I show the forums via shortcodes like [bbp-forum-index] then the text fonts are different from what they should be. Is there a way to show the same font using the forum directly from url and with the shortcodes application?
Thank you in advance for your help and time.
Topic: Changing sticky colors
I have copied the bbpress.css file to my child theme. However when I edit the sticky code to try and change the text color and background color nothing happens. My code is below.
.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky { background-color: #ffffff !important; font-size: 1.1em; color: #black !important; }Can anyone help me to get the colours working?
Im trying to know how to change the format that is displayed in this function
<span class="bbp-reply-post-date"><?php bbp_reply_post_date(); ?></span>it displays like this (May 9, 2014 at 10:31 pm)
but I want it to display like this (4 days ago)
I want it all to display like this
(seconds ago)
(minutes ago)
(days ago)
(weeks ago)
(months ago)
(years ago)But not with them combined like this
(1 month 13 days ago)
(2 years 2 months ago)Any help??
