Forum Replies Created
-
In reply to: New messages in topic at top
Actually is on line 26 and the solution still works.
In reply to: New messages in topic at topAfter the upgrade to 1.02, editing topic.php solution, is not available anymore.
$posts = get_thread( $topic_id, $page );
has been removed.
Is any other way to reverse posts order in BBpress 1.02?
In reply to: custom field for bbpress front-page main textThe plugin is located here: http://www.fldtrace.com/wordpress/bbpress-front-page-text-plugin
In reply to: custom field for bbpress front-page main textIt seems that there is an easy way to do that.
Add the text in options at tagline and call the code on front page only:
<p>
<?php if ( bb_get_option(‘description’) ) : ?><p class=”description”><?php bb_option(‘description’); ?></p><?php endif; ?>
</p>
I also have put together an small plugin which could offer an WYSIWYG editor for formatting purposes.
Talked with my hosting provider and told me the wp-includes got corrupted somehow during install. After they put that folder, everything works fine.
My Dreamweaver CS3 never failed me so far, until now.
On my localhost using WAAMP, it installed successfully however with 5 minor errors (deprecated tags).
Now wondering if it is any PHP or mysql version bugs on the hosting providers.
The second server configuration, I have tried on is::
PHP5 (more info) 5.2.12 (default)
MySQL 5 5.0.82
I have just tested it on a separate server and I get the same error.
I did the same: installed a fresh BBpress. Created database and user for it in backend, went to: http://domain_name/bbpress/bb-admin/install.php and the page shows up correctly. I insert the connection info and connects successfully.
When I press go to step 2, I get the same error:
Parse error: syntax error, unexpected T_LNUMBER in /home/domain_name/www/www/bbpress/bb-includes/backpress/class.wp-http.php on line 281
I will try on my localhost, but for me seems that the bbpress installation folder is corupt!
Is nobody able to help with this issue?
In reply to: custom field for bbpress front-page main textSo, nobody does not know how to do this?
Any direction would be helpful.
In reply to: upgrading from 0.9 to 1.02 [modified theme]Thank you, that was very helpful.