Search Results for 'test'
-
Search Results
-
I have been struggling with this for hours. The forum I am trying to build is at http://www.AdeAdepitan.com/forums
I wanted to install “bbGrunge” and then edit it to fit with my theme. However, I am having no luck installing it.
I would really appreciate it if someone explained in really detailed but using simple terms, how I to install bbGrunge on a wordpress.org bbpress forum.
Any help would be greatly appreciated! I think I’m probably missing something very simple, but I’ve searched and searched and tested several different things, but nothing is working.
Topic: localization
Hi,
Im playing around with the latest beta of bbpress and I would like to use a translation made available. Hovewer if I set for instance define(‘BBLANG’, ‘fr_FR’);
after downloading and copying to the right folder the translation files nothing happens. I searched the lastest edition for BBLANG but it isnt even there. What should I do?
Thanks
Hello
I wish I had on my site/blog WordPress both: a social network and a forum.
<b>But what is the best option for integrating it with 100% quality?</b>
What I tried:
First installed BuddyPress and activate forum, then, within groups is possible to have discussion forums.
But the problem is that when accessing http://www.site.com/forums list just the latest topics and the group they belong to.
And I would need, beyond the scope of forum for each group, a global forum for the entire site, to divide the topics into categories (“forums” different).
What suggestions?
Should I install BuddyPress bbPress and WordPress as separate plugins? This does not affect integration?
I’m using the latest build of bbPress and Genesis (1.7.1). For the most part things are going smoothly, however there is one thing I have not been able to figure out.
I am using the default setup of bbPress and it’s running off of bbpress/bbp-themes/bbp-twentyten theme (I have not installed or moved a bbpress theme inside my child theme directory).
Here’s what I don’t understand…
When viewing a specfic forum or post, such as http://allaboutdryeye.com/forums/forum/sufferers-corner/ things work fine, as expected.
*However*, when trying to view the forum index (http://allaboutdryeye.com/forums/), user profile (http://allaboutdryeye.com/forums/users/allabout/), and some other sections the page just shows what looks to be a dead loop.
After a little poking around, it almost seems like bbPress isn’t using the template file at all.
For example, on this page http://allaboutdryeye.com/forums/users/allabout/, the corresponding template file would be /bbpress/bbp-themes/bbp-twentyten/single-user.php right?
I’ve tried editing the file (for testing purposes only, of course!) and echoing test lines, however they don’t show. It’s like some of the template files aren’t being picked up at all.
I have no idea what is going on. I’ve been beating my head against the wall on this one. WP_DEBUG turns up clean.
Any clues?
Topic: bbPress Plugin
WP Multisite 3.2.0
Installed BB Press plugin v 2.0-rc2.
Everything went smoothly except that when I try to go to the first forum I created (/forum/test/), only the header is loaded.
Any idea?
I am trying to find out which page gets loaded when trying to view a forum but can’t seem to figure it out…
TIA
I noticed that BBPress 2 is a WP plugin, where the first was a standalone. Is there documentation for the upgrade process? Can you still have separate themes?
Any documentation or information on the latest would be great but I can’t find anything on the site.
Thank you!
Topic: REGISTRATION: One-stop shop
I have installed the latest 3.2.1 version of WordPress, and it is a private site/blog that requires all users to register before they can access the site. I could desperately use the bbPress forum, but I need the same security features as my site. I’ve installed bbPress 1.0.3 to my WordPress directory, and have enabled this forum to be a Private Forum by using the ‘private forums’ plugin.
All the integration with WP & bbPress works correctly, and the current users that have already registered with my site already have access to the forum. However, any new users need to register through my WP site, NOT the bbPress forum.
In short, how can I redirect the registration link on the forum to that of my WP registration page?
Topic: About the rewrite
I’ve been dealing with Wordperss for the last few months. I liked it and decided to use it as CMS for my web page, as you can see in:
First of all, is in spanish sorry. But as you can see on tests you can search for tests and complete them. Then forum topics(bbPress plugin 2.0) topics are created linked to the question.
Anyway, I would like to find something like a guide with the basic instructions about creating custom posts, and to rewrite the information I need to pass as parameters. Now, as you can see in the website, the test id for example is send to the web as a get parameter without been rewrited(?ID=x). Not pretty at all, and apparently not good for search engines.
Thank you all.
Hi Everyone,
I am newbie in WP, I have just installed and integrate WPMU3.2.1 and BBPress1.0.x. The steps as bellow:
– Install WPMU on vitural host: http://wordpress-mu/
– Install BBPress is subdomian: http://wordpress-mu/forum
– Config bbpress and wp follow guideline.
After install completed I test on FF3, everything works well:
– Login in to wordpress and switch to bbpress: the cookies are sync..
– Logout from bbpress (also clear auth cookies of wp)
– Login from bbpress (also sync cookies of WP)
But I meet one issue on IE(GChrome) brower:
– When I login on WP and Switch to forum then signle-sign-on work ok. When I click logout on BBpress then It does not work.
– And I cannot login on BBpress. (cookie is not set)
After debug I found the cause is the cookies are not set.
function set_auth_cookie( $user_id, $expiration = 0, $expire = 0, $scheme = ‘auth’ ) of Class WP_Auth. (class.wp_auth.php)
At line 273 of file class.wp_auth.php
setcookie( $_cookie, $cookie, $expire, $_cookie, $domain, $secure, true );
Dedault $domain = ‘.wordpress-mu’: with this value the login does not work on IE.
when I set $domain = null then the Login work.
Please help me to solve this issue!
My english is not good, expect everyone to ignore.
Thanks & Best regards,
Pham Tuan Anh
[^>]+http
//))(?!([^>]+'.$domain.'))([^>]+)>|iU', '<a $1 rel="nofollow" target="_blank">', $text);
