Search Results for 'test'
-
Search Results
-
Topic: onvertigo.com
I might as well start off the topics in the new forum for “Pimp My Press” with my forum, http://onvertigo.com
I am using a custom theme that I am also using for my main WP site at http://trentadams.ca and it really the second major theme that I have used on it! The site used to be really large with friends and family and after changing servers and no ‘easy’ way to import in the entries, I just started over until we can get a bbPress to bbPress import/export function (*crosses fingers*).
I use the following plugins:
Admin Add User
Allow Images
Allow YouTube (embedding)
My Avatars
Memberlist
Mobile bbPress
Post Count
Private Messeges
QuickTags Comments
Custom Profile
User Timezones
I am setting up another install for testing of all plugins, so stay tuned!
Cheers,
Trent
Topic: Latest Discussion Error
Hey Community,
I am starting up another site, and I am setting up the Latest Discussions Plugin. I have installed and integrated WP & BB. Once I activate the plugin and use the call for the latest discussion on the wordpress page I am given this error:
WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1]
SELECT * FROM topics WHERE topic_status = 0 ORDER BY topic_time DESC LIMITAny ideas what might be going on here?
Thanks,
Orion
Topic: Upgrade gone awry
I recently upgraded to the latest bbPress version. I was using a plugin which integrated my users with Worpdress previously (and would like to continue to do so).
Something went terribly wrong though on the upgrade. This version is now looking for users in the table bb_users, and it should be looking at the WordPress table. So now I cannot login even as admin because there’s nothing in the bb_users table! I’ve fine working in SQL, and I think all I need to do is add/modify some fields in the bb_users table.
So here’s my question? How can I upgrade the status of a user to administrator in phpMyAdmin? After I login, I can activate the WordPress integration plugin an be all set.
I’m trying to get a call from inside my wpmu install to show the last ten posts/threads from my bbpress install.
is there a simple way to get this ? (they are both stored in the same DB)
like <?php getlast10topics_bbpress ?> i’m really curious if this is possible.
thanks for any help
Topic: Plugin: Indicate New Posts
It REQUIRES the Simple Onlinelist plugin by Thomas Klaiber, whose work this is largely based on.
The plugin should not highlight posts which the user made, since obviously those have already been seen. Please tell me if it does otherwise.
The only testing I have done is on my 1.0-alpha build, so I would be very grateful if people could test the plugin and tell me if it works!
Grab it here.
Topic: localhost installs
I recently did my first bbpress install on localhost and it went miserably. I used the latest download from today.
Checking on this forum I had the same path seperator issues and stylesheet issues others had, etc.
My $bb->domain and $bb->path were fine. The fresh install just didn’t work properly under xampp and then again a retry on easyPHP.
This is the solution and findings I found:
1. The first issue is because in config.php and bb-load.php dirname(__FILE__) is used to get the base path for BBPATH. This is not a good thing on localhost Windows based installs.
2. There are a number of attempted workarounds to this that I’ve read about in this forum. All of them that I saw didn’t work. Focusing on the issue with the stylesheet href not being correct I noticed that there was logic in the bb_get_active_theme_folder() function.
By default, the installer does NOT create an option entry ‘bb_active_theme’ in the database table topicmeta. The code logic doesn’t make the correct uri.
To fix this, do an install and then add a database field bb_active_theme in the topicmeta table.
For example, I set mine to:
Playing regular expression games to change x: and in general is not worth it. This seemed to be simple and worked right out of the box.