Forum Replies Created
-
In reply to: Lost Keymaster & Admin Menu Items
I figured it out. Go to wp_usermeta and find the row with the right user id and change bbp_*role* to bbp_keymaster
In reply to: Lost Keymaster & Admin Menu ItemsWhere in the DB did you change this???
In reply to: Translation of notifications to frenchThis might be overkill but WPML might work.
In reply to: Show User/Member Join Date@theredheadhenry, did you create them all on the same day?
In reply to: Recent Replies Widget shows Topic nameI’m curious to know how this went. I’d like to get a “RECENT REPLIES” widget where you see:
– [reply content text]… — and all of this is linked to that reply topic link. (This is modeled after the right side of http://www.sherdog.com)
In reply to: Remove bbPress forum profile URL linkHi Robin,
I tried the style pack and it doesn’t give me the option UNLINK the author of the last post.
In reply to: Remove bbPress forum profile URL linkWhat can I do if I want to remove the link from last-post author ONLY in the “freshness column” of the Forum Index page and the Single Forum page?
Thank you so much
Hi contemplate,
Can you make a skimmed down version of your solution for people who have ONLY bbpress?
In reply to: bbPress reply notifications plugin for MailChimp?That is a cool idea. Hope someone makes it again.
In reply to: Change freshness timing typeThanks so much, Robin! I installed and gave you 5 stars on WP.
I love your work, just some quick questions since I’m being very overly-critical of my page load times.– Does this plugin slow-down the site? Or make any exhaustive queries?
– I’d like to change it from “DATE @ TIME” in link format, to “DATE TIME” in non-link format. Can you suggest how I could do this?In reply to: Change freshness timing typeI’ve opened it up and can’t figure out how to hack it into my template. I was already able to rename the string to “Last Post”.
Now figuring out, which template files to edit and what lines to put/replace. Not a coder :/
In reply to: Changing text colour in text areasUse the Google Inspect tool and then go change it in your CSS.
In reply to: Change avatar sizeAlso, if you want to override inline styles, you can use the phrase “!important” after the CSS styling.
In reply to: Will bbPress increase my server loading time?Most likely not noticeably, but there are you things you can do to prevent any bbpress scripts from loading on non-forum pages.
In reply to: Change avatar sizeIt’s not. You have to look at the DIV CLASS that surrounds the html code. And then track that down and adjust it.
I don’t see that it is. Your page looks slow for other reasons. Use pingdomtools or Google pagespeed to diagnose.
In reply to: How to diplay topic replies count elsewhereI would like to make it so that my “POSTS” column shows “REPLIES” instead. What do I have to change in loop-topics.php to make that happen?
In reply to: word-break: break-word; — incorrect CSS?So you’re telling me I can leave it as is? I wasn’t particularly trying to support anything. Just that I ran it through a CSS validator and saw that the default style sheet had that error.