Search Results for 'code'
-
Search Results
-
Hi,
I’m trying to use an external database to connect users in bbpress…
1. The user fill in the form to connect.
2. The form check login + password in other database
3. If login/pass are good I check in bbpress to know if login exists :
if exists : connect
if doesn’t exist : create account + connect
Any ideas ??
If someone can help me it will be sympatic
thx.
ps : sorry for my bad english
Hello.
I have installed bbpress site map generator from: http://boakes.org/software/
My blog is in: http://www.emetaheret.org.il/blog
and My bbpress forum is in: http://www.emetaheret.org.il/forum
The blog sitemap is created using Google XML Sitemaps from: http://www.arnebrachhold.de/redir/sitemap-home/
Now, The sitemap plugin of the forum is erasing the one created by the blog plugin.
I have changed the variable for the sitemap code as follows:
// the full path the the file that will be written – write access
// is required so set up your user /group privilages correctly or
// remember to “chmod 777 $sitemap_file” before runtime.
$sitemap_file =”http://www.emetaheret.org.il/forum/sitemap.xml”;
but the file still get written inside: http://www.emetaheret.org.il and replaces the one created by the blog plugin.
I hope this makes sense.
Maybe, if there is no solution, you know about a good way for making good sitemap for my forum without interfering with the blog?
sorry for my English and
Thank you
Hello,
We use bbPress as our forum on woothemes.com and users sometimes have a hard time finding their support query when they come back to the forum. I know you can click on your user profile and see it there, but most new users don’t know that.
Is there any code that we can use to add a list of the last 5 posts created by the user and place it on the forum index page?
This is how it looks now: http://is.gd/5GOQm
I’d like to add it either at the top above “Latest Topics”
Hello!
I just downloaded and installed the latest version of bbPress — version 1.0.2.
In the database ( bb_option | uri ), we see the full URL to the forum:
http://domain.com/folder/
Now, if I type that address into a browser, the forum loads fine.
However, if I type it this way (without the trailing frontslash)…
http://domain.com/folder
… I get redirected to this:
http://domain.com/domain.com/folder/
Which leads to nowhere!
To see this in action, paste or type these two URIs into your browser:
…With the only difference being the trailing frontslash.
Argh! Can anyone help me know how to fix this?
Thanks!
Topic: Member Subdomain Permalinks
Greetz!
Once I have a new top-level domain for my forum, I would like to implement changes to make each member have a sub-domain. For example, mydomain.com/profile/member-name would become member-name.mydomain.com.
I know exactly how to do this through htaccess. What I’d like to know is this:
If I do it manually, what else do I have to configure to make all the profile links point to the new pretty permalink?
There’s no rush at all for this — looking to implement it in a few months.
Thanks in advance
Peace, Michael