Search Results for 'test'
-
Search Results
-
i’ve upgraded wp from 2.7.1 to 2.8, checked all the key for the cookie and
AUTH_KEY in wp-config is the same of BB_AUTH_KEY in bb-config, the same for SECURE_AUTH_KEY – BB_SECURE_AUTH_KEY,
LOGGED_IN_KEY – BB_LOGGED_IN_KEY, NONCE_KEY – BB_NONCE_KEY.
i’ve installed and activated the plugin bbPress Integration 1.0-rc-2 configured with the url of bbpress (http://www.site.com/forums/) saved the option, copy/past in wp-config.php for the “code” in the box which is:
define(‘COOKIEHASH’, ‘e99db1aecc456188d6dc1ccc37528ff8’);
define(‘COOKIE_DOMAIN’, ‘.www.site.com’);
define(‘SITECOOKIEPATH’, ‘/wp-admin’);
define(‘COOKIEPATH’, ‘/’);
i’m able to login in bbpress side, and i see the cookie wordpress_e99db1aecc456188d6dc1ccc37528ff8 for /forums/bb-admin, /forums/bb-plugins, /forums/my-plugins, /wp-admin, /wp-content/plugins and /.
i’ve other 2 cookies bb-user-settings-1 and bb-user-settings-time-1 for /forums/bb-admin.
when i try to go in wp-admin i’m slogged from wp and 2 new cookies appear, wordpress_test_cookie.
when i try to login in WP side i’m redirected to the login page every time.
if i remove the code generated by the Sam’s plugin i can login but i’m logged out from bbpress…
how resolve this problem? thanks for the help.
Topic: jQuery not working
This is a standalone bbpress install, no wp integration. Not sure what else to do to debug.
It is at http://rosalindwiseman.com/forums/
You can see in the source that I am trying to test it by turning the search form color:red
Any advice appreciated. Thanks, alvar
how do i loop through each forum to echo the latest topics for each one seperatly… rather than blast out the entire topics of every forum at once.
I’m looking for a plugin that will allow me to display the last 5 or so posts in a designated forum on another page outside of the BBPress/WP installation.
Something similar to thisL
http://bbpress.org/plugins/topic/bbpress-latest-discussion-for-wp/
Any suggestions?
I want to show this on my front-page.php
Music Category:-
– latest topic relating to music 1 , posted by (author) etc…
– latest topic relating to music 2 , posted by (author) etc…
– latest topic relating to music 3 , posted by (author) etc…
– latest topic relating to music 4 , posted by (author) etc…
– latest topic relating to music 5 , posted by (author) etc…
code Category:-
– latest topic relating to code 1 , posted by (author) etc…
– latest topic relating to code 2 , posted by (author) etc…
– latest topic relating to code 3 , posted by (author) etc…
– latest topic relating to code 4 , posted by (author) etc…
– latest topic relating to code 5 , posted by (author) etc…
Network Category:-
– latest topic relating to Network 1 , posted by (author) etc…
– latest topic relating to Network 2 , posted by (author) etc…
– latest topic relating to Network 3 , posted by (author) etc…
– latest topic relating to Network 4 , posted by (author) etc…
– latest topic relating to Network 5 , posted by (author) etc…
What is the function to call the first 5 or so topics from a Specific category… please