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; ?>
Maybe someone can help me here.
Everytime I post a Link in my BBPress-Forum. It adds a ” to the Link.
For Example:
BBpress
is transformed to
BBpress
I use a TinyMCE-Plugin, which I wrote on my own. But if I use Editor-Plugins from BBPress Plugin Repository (Wysiwyg CKEditor for Example), the same thing happens.
Any Ideas?
BBPress 1.0.2 on Apache
Jan
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().
Thanks for the update, and thanks to Justin for contributing code.
A side note: I still don’t understand why healthy debate is considered “drama.”
Thanks for the update, and thanks to Justin for contributing code.
A side note: I still don’t understand why healthy debate is considered “drama.”
ahh thanks for no particular reason
turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added
case closed
ahh thanks for no particular reason
turns out it was some rogue html in topic-tags.php that started the issue after hot tags code was added
case closed
@Willabee – Would love to see what you come up with.
@ Rich
Not at the moment and the deadline is still far away. But the plugin already works like a charm and since its in the early development stage, I can tweak it anyway I want it.
I wanted to throw this link out to you all, it’s the Justin Tadlock’s Forum Plugin For WP thread where Justin chimed in on a few things about what he’s done, and where he’d like to see bbPress (Plugin) go and whatnot! 
The only other thing I want to say right now is that I read on IRC that JJJ will have an official demo site up and running on bbPress.org very soon, where I’m hpoing we can join/login to and try and break stuff, so it’ll obviously run the latest development copy?
The adove (^^) is just so JJJ doesn’t forget about it!
LOL
if that doesn’t work then, you need to change the roles of affected accounts from an admin account.
in case you don’t have an admin account, you can get it by – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
let me know if its what you are looking for
if that doesn’t work then, you need to change the roles of affected accounts from an admin account.
in case you don’t have an admin account, you can get it by – http://blog.ashfame.com/2009/09/fix-lost-admin-access-bbpress/
let me know if its what you are looking for
cookie problem, clear all cookies.
try another browser for instance, that will work
cookie problem, clear all cookies.
try another browser for instance, that will work
Is there such thing too for <?php post_author_title_link(); ?> to link the title of the author to his profile rather than the website?
Is there such thing too for <?php post_author_title_link(); ?> to link the title of the author to his profile rather than the website?
Bumping this, because moar people need to see it
Bumping this, because moar people need to see it
i think it’s an HTML issue, activated after adding the code above.
if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page
anyone know why the posts should fall out of the main div that sets font heights?
more importantly how to correct this?
simply removing the code i added makes no difference
i think it’s an HTML issue, activated after adding the code above.
if you use firebug to inspect, the font size is small because it’s not in the <div id=”main”> whereas it is on the big font size page
anyone know why the posts should fall out of the main div that sets font heights?
more importantly how to correct this?
simply removing the code i added makes no difference
Hi all,
OK, I’ve read all the tutorials and browsed this forum for two days trying to figure this out so I figured I might as well post.
I’m running WP 3.0.1 at http://progresscityusa.com
I’ve installed bbP 1.0.2 at http://progresscityusa.com/forums
I followed the instructions, have checked and double-checked the keys and salts, installed the required WP plugin, and added the code it generated to my wp-config.php.
Everything works swell EXCEPT logins do not carry over from WP to bbP. If you’re logged in to one, it logs you out of the other.
Any ideas?
#content .post width is still 640px: set it to 510px or less and it should do the trick!
tried it.. didn’t work though, any other ideas???