Search Results for 'bbpress'
-
Search Results
-
I have the code to work with the new field in the DB all ready and tested. To test it I just created a new column in the user table manually. Is there a way to do it automatically on install?
I.E. bbpress creates a bunch of tables and fields when it is first activated, how can I alter what tables are created and what columns they possess?
Hi,
I need to create a board for a group of people that don’t want to bother with registration, login, lost password, etc.
So, I would allow guests to post, asking them to verify they are human with a CAPTCHA.
Can I do all the following with bbpress??
Thanks !
I had installation problems when I first installed bbpress integrated with my wp and followed the instructions in this thread:
http://bbpress.org/forums/topic/errors-in-installphp-line-10-and-functionsphp-line-1898
Now I can get in my forums, but NOT as administrator (at least I don’t see any admin panel) and nothing will open. Any link I click goes to a 404 error page.
I do not have my pretty permalinks on now. I DID orginally have them set to ‘slugs’m but changed that to ‘false’ after reading through the above mentioned post.
You’ll see an update on the above thread that says I couldn’t open any pagesin wo either now, but that has been resolved. Apparently when I installed bbpress, it enabled my pretty permalinks in wp? I don’t know for sure, but I found that setting in my wp admin dashboard and turned it off ~ so now my wp pages are opening again. My bbpress pages are still not, though.
When I installed, I pre-made the my-plugins and my-templates and I put the wp integration plugins in that folder ~ then I uploaded everything and ran my install.php file.
I amreally hoping to make this work because I feel like my site visitors would be mych happier being able to sign in just once to the blog and the forums on my site ~~~ and because I think I can probably create a template that follows the rest of my site. Any help here would be GREATLY appreciated!
Thanks!
D
hello all.
I have tried some search about this but did not find anything.
I’d need the new users on a bbPress forum to be set to Inactive by default.
the reason is I need to set up a forum for an experiment in secondary schools. we have to take in account the possibility of rude behavior from people not participating to the experiment.
the administrator is not likely to be very present on line, so it would be a problem if anybody could just register and start posting indesiderable contents, that could sit there for a while.
a temporary fix would be setting the default role for users to Inactive (the administrator then has the possibility to verify that the user is really who he say to be). I’ve tried to look into the code, but was not able to figure it out how to do it. hints would be welcomed.
another option (the one I’m currently adopting) is removing the register function and putting something like “write to this email address if you want to be registered”, then using this plugin to allow administrator to add users:
http://bbpress.org/plugins/topic/admin-add-user/
but this is not how really we want it to be. an example of it is the “candidate” system used in vanilla forum: you candidate yourself to be a member of the forum, and if admin agree then you’re in. (why then not using vanilla? because there’s a graphic customization people have worked into, and we are running very short on deadline, say the url is in this morning newspaper…
).
I’d also be grateful for any other suggestions.
Hi, i have a wordpress integrated bbpress forum (sharing the same database and users) and everything works great except 95% of the time the forum pages come up as “404 – Page Not Found” errors when using IE7. This only happens in IE as i’ve tested things in Safari, Firefox and Opera on both a mac and PC and have no problems at all. The Internet Explorer 404 errors happen when trying to load any forum page, including all admin screens. Once in a while a page might load up proper and usually you can get the 404 to go away on a page if you sit there and refresh it about 6 or 7 or 30 times.
The main wordpress backed site (2.3.3) is domain.com and the bbpress install (0.8.3.1) is in domain.com/bbpress. To try and track down the problem, i did a seperate install in domain.com/bbpress2 using a separate database, not the WP one, and this weird IE only problem starts happening as soon as i add the require_once(‘/home/content/domain/html/wp-blog-header.php’); bit to the top of the bbpess config.
The wordpress site itself works just fine in IE7 and never serves up these seemingly random 404 errors, its just the forum that is the problem. Any help figuring out what could possibly be causing this would be extremely appreciated! This strange error is driving me nuts, i hate IE!
Hi everyone.
This is a simple question about bbpress, I wanna you can help me,thanks.
As you know,bbpress supports some HTML markup such as ‘a’/’ul’/’li’,etc,but the urls in the text become plain text but not hyperlinks,unless I add the HTML markup’‘ manual.I think it’s stupid like this.Why not let the urls become the hyperlinks itself,but not become plain text?
I would like to know if there is a particular template tag to check (in profile for example) what user that profile belongs to.
i.e if is user id=x then do sth.
It might sound strange, given that the profile already takes care of this. But I need to add some data to only a few users, and that data can’t be “user-editable”. If this could be done with the custom profile fields plugin (add some fields which are only admin editable) then, please, instruct me.
Otherwise, I just need to hardcode the data for these few users.
Thanks in advance.