Forum Replies Created
-
This is bbPress forum, not BuddyPress. Try asking here: https://buddypress.org/community/activity/
This is bbPress forum, not BuddyPress. Try asking here: https://buddypress.org/community/activity/
In reply to: bbpress add a " to linksTry zaerl Editor instead, I’ve never had problems with that.
In reply to: bbpress add a " to linksTry zaerl Editor instead, I’ve never had problems with that.
Are you sure you’re using an admin account?
Are you sure you’re using an admin account?
Something like this:
<?php if ( bb_is_front() ) : ?>
<meta name="description" content="bla bla bla" />
<?php endif; ?>Something like this:
<?php if ( bb_is_front() ) : ?>
<meta name="description" content="bla bla bla" />
<?php endif; ?>Does anyone how to insert meta description only on the home page?
Just check if
bb_is_front()
.Does anyone how to insert meta description only on the home page?
Just check if
bb_is_front()
.In reply to: post width + category count#content .post
width is still 640px: set it to 510px or less and it should do the trick!In reply to: Display user occupation and locationWhat do you mean by occupation and location? Do you want to add some user metadata? Try this: http://pastebin.com/uprvJwV1
In reply to: Display user occupation and locationWhat do you mean by occupation and location? Do you want to add some user metadata? Try this: http://pastebin.com/uprvJwV1
In reply to: Avatar Upload Problem!!Try bavatars instead: way better!
In reply to: Avatar Upload Problem!!Try bavatars instead: way better!
In reply to: post width + category countTry modifying your CSS like this:
1) remove
overflow: auto
from.threadpost
2) set
#content .post
width to 510px or less.In reply to: printing #main div just if logged in?If you want to turn your forum private, use this plugin.
In reply to: printing #main div just if logged in?If you want to turn your forum private, use this plugin.
In reply to: link to latest post on frontpage?You can try this plugin by _ck_…
In reply to: link to latest post on frontpage?You can try this plugin by _ck_…
Hi! Thanks for the tip, but I have to tell you that this suggestion has been already considered and it has some backdraws.. the recent bbPM plugin bug fix, for example.
Anyway, I’ll add the trailing slash redirect to all other htaccess rules in the plugin next release.
Thanks again!
Hi! Thanks for the tip, but I have to tell you that this suggestion has been already considered and it has some backdraws.. the recent bbPM plugin bug fix, for example.
Anyway, I’ll add the trailing slash redirect to all other htaccess rules in the plugin next release.
Thanks again!
In reply to: bbpress spamYes, this is a common problem and as far as I know there is no easy solution to it.
I suppose you can write a simple plugin/script to remove all tags inserted by a certain user from your database…
In reply to: bbpress spamYes, this is a common problem and as far as I know there is no easy solution to it.
I suppose you can write a simple plugin/script to remove all tags inserted by a certain user from your database…
In reply to: Deep Intergration 3.0.1 Blank Page in AdminHave you tried this plugin?