Search Results for 'code'
-
Search Results
-
I’ve integrated bbpress with upgraded version of WP (just upgraded to v 2.5.1) and everything seemed to have gone fine during installation as I was getting all positive messages confirming that the steps were performed successfully.
However when I go to the forum page itself, all I see if this:
<meta http-equiv=”Content-Type” content=”
admin area loads, just front end doesn’t load at all, only this text appears. Can somebody help
Hello, I have installed bbPress at one of my websites (in a subdirectory called “forums” – i.e. bbPress is installed at mydomain.com/forums/).
I’m trying to set up Lighttpd URL rewrite rules now in order to achieve SEO friendly permalinks.
I have tried to google a little bit but the only thing I have found is this:
"^/forum/([^/]+)/page/([0-9]+)/?$" => "/forum.php?id=$1&page=$2",
"^/forum/([^/]+)/?$" => "/forum.php?id=$1",
"^/topic/([^/]+)/page/([0-9]+)/?$" => "/topic.php?id=$1&page=$2",
"^/topic/([^/]+)/?$" => "/topic.php?id=$1",
"^/tags/([^/]+)/page/([0-9]+)/?$" => "/tags.php?tag=$1&page=$2",
"^/tags/([^/]+)/?$" => "/tags.php?tag=$1",
"^/tags/?$" => "/tags.php",
"^/profile/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&page=$2",
"^/profile/([^/]+)/([^/]+)/?$" => "/profile.php?id=$1&tab=$2",
"^/profile/([^/]+)/([^/]+)/page/([0-9]+)/?$" => "/profile.php?id=$1&tab=$2&page=$3",
"^/profile/([^/]+)/([^/]+)/favorites/?$" => "/profile.php?id=$1&tab=favorites",
"^/profile/([^/]+)/?$" => "/profile.php?id=$1",
"^/view/([^/]+)/page/([0-9]+)/?$" => "/view.php?view=$1&page=$2",
"^/view/([^/]+)/?$" => "/view.php?view=$1",
"^/rss/?$" => "/rss.php",
"^/rss/forum/([^/]+)/?$" => "/rss.php?forum=$1",
"^/rss/topic/([^/]+)/?$" => "/rss.php?topic=$1",
"^/rss/tags/([^/]+)/?$" => "/rss.php?tag=$1",
"^/rss/profile/([^/]+)/?$" => "/rss.php?profile=$1"Could anybody tell me how to edit it taking into consideration the subfolder where the bbPress is installed?
My current Lighttpd rewrite rules in config file are bellow:
url.rewrite-once = (
"^/(wp-.+).*/?" => "$0",
"^/images/.*/?" => "$0",
"^/forums/.*/?" => "$0",
"^/temp/.*/?" => "$0",
"^/(sitemap.xml)" => "$0",
"^/(xmlrpc.php)" => "$0",
"^/keyword/([A-Za-z_0-9-]+)/?$" => "/index.php?keyword=$1",
"^/.*?(?.*)?$" => "/index.php$1"
)Topic: hiding the long URL
I’m using Transition Towns bbPress forum and I cannot see a page of instructions anywhere – either there or here – about using code for those who are a little unfamiliar perhaps? I don’t understand your “allowed markup” below, if this is it. I want to put hyperlinks in but hide the URL, and the phpBB system [url=http://website_URL]website[/url] evidently doesn’t work here.
I’ve been trying to follow this thread that has a patch to display the temporary password for users who have just registered with my forums:
the code in my file is different then what pravin said to change in bb-includes/registration-functions.php. i just can’t figure out what needs to be changed.
is this technique outdated? I’m running bbpress 0.9.0.2. i would really like to do this as my mail server from my crappy host gets blacklisted often and registration emails get caught in spam filters.
i also know i should add some stuff to my SPF records, but 1) i’m not really sure how to do that (that’s a different thread though) and 2) i’d like to display the passwords at registration anyway.
please help!
Well finally I have got BBPress and WP talking to one another (hurrah!) but I would like to know if it is possible to open BBPress inside a WP Page so my current WP site wraps around the forum?
Is this possible and if so could some kind soul please tell me how to do it
Thank you!
:P:P:P