Forum Replies Created
-
In reply to: Testing how it works
@pimarts, that is correct, running the old plugin version here.
You can download either version here:
In reply to: get_topic_start_time customizationTry this in your template’s topic.php:
<li><?php printf(__('Started %1$s by %2$s'), bb_datetime_format_i18n(get_topic_start_time(array('format' => 'timestamp'))), get_topic_author()) ?></li>
You can use “timestamp” but then you need to convert it from a Unix timestamp using bb_datetime_format_i18n.
Hope that helps.
Chris
In reply to: Warning/Deprecated ErrorThe solution in this post will resolve your problem.
It involves editing a bbPress file called bb-load.php.
The error is because your host is using a very new version of PHP (5.3.2) and the way bbPress is doing this has been “deprecated” (made obsolete) in the new version of PHP. Everything will still work, but in the future PHP may change and these functions will error out.
The latest trunk version of bbPress also includes a fix for this.
If you can specify a PHP version lower than 5.3, like 5.2.something, that will hide the errors as well.
In reply to: Warning/Deprecated ErrorThe solution in this post will resolve your problem.
It involves editing a bbPress file called bb-load.php.
The error is because your host is using a very new version of PHP (5.3.2) and the way bbPress is doing this has been “deprecated” (made obsolete) in the new version of PHP. Everything will still work, but in the future PHP may change and these functions will error out.
The latest trunk version of bbPress also includes a fix for this.
If you can specify a PHP version lower than 5.3, like 5.2.something, that will hide the errors as well.
In reply to: HelpThis link worked just fine:
http://www.bisniskecil.com/forum/topic.php?id=1
Which links are not working for you?
In reply to: HelpThis link worked just fine:
http://www.bisniskecil.com/forum/topic.php?id=1
Which links are not working for you?
In reply to: Anonymous posting broken in 1.02If you download the zip file from the location Markus pointed to, you will not have BackPress. It’s best to download using subversion to ensure you get all the dependencies.
In reply to: Anonymous posting broken in 1.02If you download the zip file from the location Markus pointed to, you will not have BackPress. It’s best to download using subversion to ensure you get all the dependencies.
In reply to: White Screen on Step2Where did you download bbPress from? Sounds like you don’t have BackPress and possibly downloaded the latest trunk release, which will not include BackPress. The best way to run the latest trunk version is to install via subversion.
In reply to: White Screen on Step2Where did you download bbPress from? Sounds like you don’t have BackPress and possibly downloaded the latest trunk release, which will not include BackPress. The best way to run the latest trunk version is to install via subversion.
In reply to: Getting data from Word Press for the profile pageHere is the process for getting bbPress info to show in WordPress. You would use a similar process, in reverse, to show WordPress data in your bbPress installation.
In reply to: Topic lists on index of this website> But I wonder, If Subscribe to Topic plugin will with 1.0.x.
Subscribe to topic functionality was moved into the core in 1.x, so no plugin will be required.
In reply to: Admin area on topic.php – default Kakumei themeWhat version of bbPress are you using? The bracket problem was fixed a while ago, and right now in the default theme it all appears on one line, not multiples.
http://chrishajer.com/bbpress/single-line-move.png
The link colors are changed but this is otherwise Kakumei default, running r2518 trunk.
In reply to: Slow to post a response in a threadWhat plugins are you using?
In reply to: bbPress suddenly stopped working> I haven’t done anything to the forum- no edit no new plugins.
So, what happened then?
What is the actual full path to wp-load.php, and what are you using in your require or include statement?
In reply to: Parse error: functions.core.phpWhat changed recently? Any new plugins, upgrades, upgrades to the server? Upgrade to WordPress?
In reply to: css input problemWhere is this in use?
In reply to: backslashes – lack of!! how do i get them to show?Seems to work here. So, where is your forum located, and what plugins are you using?
Also, since it’s BuddyPress, you might want to check at the BuddyPress support forum since I have never heard of the problem with bbPress before.
In reply to: backslashes – lack of!! how do i get them to show?C:WINDOWSTemp
In reply to: avatarsGravatars are built in to bbPress 1.0.x. You just need to enable them in your admin panel, then your template needs to be set up to display them.
The user’s gravatar will be displayed on your site if the email at gravatar.com and the email they registered with on your forum are the same.
In reply to: Adding New UsersThere was a plugin but I think it might be too old now.
In reply to: Login op ForumIn reply to: Tags broken on bbpress.org?