Forum Replies Created
-
In reply to: Compatibility ….
Most plugins are upgraded through the forums in the download page.
In reply to: looking high and low for support forum premium themeIn reply to: WordPress 2.9.2 and bbpress cookies integration.@Al compare make sure your wp-config.php is following the same layout as wp-config-sample.php
You need a FTP program, same way you got the wordpress and bbpress on the server the first time. I would say look at your wp-config.php file and look for line that says define (‘WPLANG’, ‘XX’); Whatever the XX is is what you need to put in your bb-config.php file. define( ‘BB_LANG’, ‘XX’ );
In reply to: Timezone support<?php echo date(“D M j Y G:i:s”, strtotime($topic->topic_time)); ?>
In reply to: Should I consider using bbPress?@Process_of_Illumination, you need help with fixing your bbp theme?
@simonle a few new plugins just been added. A lot of fresh users on here and just here to help.
In reply to: how to logout only once when first go iinYou have explain a little better, I’m not understanding.
In reply to: reCAPTCHA plugin has stopped workinghttps://bbpress.org/plugins/topic/recaptcha-bbpress/#post-5602
“I download the latest update of the recaptchalib.php from recaptcha.net …..”
In reply to: BuddyPress Default Theme for bbPress?@wemaflo if arturo doesn’t get back to you, email me I’ll work on it.
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@cNc What specifically did not work?
That thread you refer to is a mess. The WP Theme and the bbP Theme you sent me does NOT pull the style.css in the bbP theme folder at all. You might call the global variables but never this line <link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
If you did pull the style.css, it would look like this:
http://img718.imageshack.us/img718/654/carforum2.jpg
Notice the Green and white background and other changes.
But you don’t pull the style.css from the bbP theme that is why it looks like this:
http://img691.imageshack.us/img691/583/carforum1.jpg
[edited by chrishajer]
@mr_pelle I couldn’t get it to work on the test site, email me?
Locate the bb-config.php file it might be in your wordpress folder or bbpress and find the define( ‘BB_LANG’
In reply to: Filename cannot be emptyI had the file not found, the permission of some files were set to 0 and not showing.
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@cNc Email me your WP theme, I’ll try to do it for you. gerikg # gmail.com
In reply to: looking high and low for support forum premium themeIs this possible…
to make the plugin work for me. I made themes that only work when the “parent” WP theme is activated as well.
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found@mr_pelle, no cNc is just calling the WP one <?php global $is_bb; $is_bb = true;<b> get_header();</b>?>.
The solution would be calling the bbPress one bb_get_header() and bb_get_footer() and adjusting the header.php & footer.php in the bbpress theme to closely match the one in the WordPress one.
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found1) That is your header.php and footer.php file in your bbPress theme but you’re NOT using them. You’re using your WordPress theme’s header.php & footer.php. I did a view source on your site and the first two lines after body is:
<body> <div id="header"> <div id="logo">
If you were pulling what you pasted before it should of been:
<body id="xxx"><div id="wrapper"><div id="header" role="banner">
So you’re not pulling bb_head() & do_action(‘bb_foot’)
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found1) I might be wrong but the issue might be because you do not have bb_head() in the header and do_action(‘bb_foot’) in the footer. It might cause you to have problems with some plugins as well (with your other problems). Have you thought about converting your WP theme into a bbPress theme?
In reply to: How do I exclude a category from the front page?Start a ticket with that…
In reply to: looking high and low for support forum premium theme@kevinjohngallagher is there a plugin to make a preview of the themes?
In reply to: Which file is post_author_avatar_link() in?Function and Method Cross Reference
post_author_avatar_link()
Defined at:
* /bb-includes/functions.bb-template.php -> line 1776
Referenced 1 times:
* /bb-templates/kakumei/post.php -> line 3
In reply to: 3 Issues: Page Title, Permalinks, Page Not Found1- Are you calling bb_get_header() or get_header()?
In reply to: A plugin for private/locked forums/topicsemail it. gerikg [] gmail.com
In reply to: How do I exclude a category from the front page?I found this: http://phpdoc.ftwr.co.uk/bbpress/ is that helpful in finding an answer?
In reply to: A plugin for private/locked forums/topicsThank zaerl, I’m definitely willing to test it out. I don’t know what sandbox is though.