Search Results for 'test'
-
Search Results
-
Hi,
Just installed bbpress latest version on mybrandinc.com. I want to integrate it with my wordpress on featuritis.com and have the users logged in both if they log in at one of the sites. Looks liek for this to work, both the wp and bbpress shoudl be under same domain.
Isn’t there any way to get it to work on different domains.
Thanks for any help/workaround.
Having done a completely new install of bbPress 0.9.0.1 (to make sure there wasn’t a problem with my existing templates / plugins), when I log in and browse to any topic page I get a javascript error on the following line in bb-includes/js/topic-js.php:
favoritesToggle[ 1 === isFav ? 'removeClass' : 'addClass' ]( 'is-not-favorite' );
Apparently
favoritesToggle[....]
is not a function, according to Firefox.Apart from that, great work!
Topic: upgrade error
i installed the latest version on my real old installation.
now i get this:
Could not determine site URI
Hello there,
i upgraded wp to version 2.5 succesfully.
But now i have a small problem. It seems that bbpress and wp do not communicate anymore as before as if the integration is broken. I am not more logged in into bbpress if i am logged in into wp and vice versa. I did not try to create a new testing user to see if he/she will appear in wp and bbpress yet. Is anyone experiencing the same?
Could this be a cookie issue with WP 2.5 (hashing method?)? The intergration between wp 2.3 and bbpress 0.8.3 worked smoothly until now.
This method http://bbpress.org/blog/2006/09/simpler-integration-with-wordpress/ ceased to work for me since the wp upgrade. Will it be fixed with 0.9 version?
Topic: Edit Latest Discussions
How can I edit my latest discussions because I put a sticky in all of my threads and now under latest discussions it shows the same sticky 7 times because I have 7 threads. Please Help!!!
After a day of on-again, off-again effort I have successfully imported my SMF to bbPress – and integrated it with WP.
I did this on a local test server, then installed bbPress live, then drop/imported my bbpress tables and user tables (my wp user tables in this case).
Steps:
1. Installed PhpBB 2.0.23 (legacy version available from phpbb people) and made sure it worked
2. Used files within a zip file called convert_smf_111_v1b.zip to convert SMF -> Phpbb. Unfortunately, I can’t find the link to the thread right now… I found this
http://www.phpbb.com/community/viewtopic.php?f=10&t=306321&st=0&sk=t&sd=a
but it isn’t as new a version.
I believe the file I used is here:
http://sourceforge.net/project/showfiles.php?group_id=141446
sorry I lost the link to the discussion.
NOTE 1 : I had to manually go into the database and upgrade my main account to ‘level 1’ to become admin again.
NOTE 2 : Your password probably won’t work and you probably can’t send yourself an email either. I hacked phpbb/includes/emailer.php and included the variable $this->msg into the error message so that the email appeared on the screen. This gave me the ability to reset my account and get a new password.
3. Implemented the following MOD on PhpBB to switch conflicting User Ids
http://www.phpbb.com/community/viewtopic.php?t=388155&sid=3d5e8f776a7086b6fec64c3e80c7cbca
(this part is tedious! the MOD is a pain to install and rearranging is no fun either)
Here are directions on how to install a Phpbb mod:
http://www.phpbb.com/community/viewtopic.php?t=61611
4. installed Jaim3’s PhpBB to bbPress converter per instructions
http://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter
This created a .sql file.
NOTE 1: Make sure to create a temp folder where the file wants to be created
5. Important edits to .sql file
A) since I did an integrated WP/BBpress install, I needed to search and replace bb_user for wp_user
Delete any lines that add users who already exist in BB/WP
C) add a field called topic_resolved to bb_topics
D) Delete the sample test posts and forums in the bbpress tables
6. Import the .sql into your database. The above should have solved any conflicts, but if you get an error it should be relatively easy to figure out.
7. At this point, since I wasn’t doing it live I installed bbPress live, and then drop/created my test tables (all bb tables plus user tables) on my live server and all went well.
8. This should be everything. Have a drink.
Topic: Integrated registrations
I’m running the latest version of 0.9 and WordPress 2.5.
How easy is it to make so that if a user signs up on either WordPress OR bbPress’s register scripts, the correct user role is assigned?
Right now, if a user on my site signs up on WordPress, they get a Subscriber role but no role on the forum. If a user signs up on the forum, they get a Member forum role but no role on the blog.
I dabbled with the plugins to supposedly fix this but succeeding in little more than somehow stripping both my WordPress AND my bbPress admin priviledges, which I had to put back in phpMyAdmin, to much strife. Yes that’s right, I ended up as a bog-standard member on bbPress and a Subscriber on WordPress. It was NOT fun.
I really want to fix this as this is all that stands between me and a fully integrated WP/BBP. Thanks in advacne
Topic: How to edit CSS of forum?
So what I did was take my original WordPress template and put it in the templates folder and it gave me this:
http://vistarewired.com/test2/wp-content/bbpress/
This is what I want except I want to center it, add some grey boxes behind it and that is pretty much it. How do I do this? Because I’m using the same CSS I used for my original blog template which is at http://vistarewired.com