Search Results for 'register'
-
Search Results
-
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.
Topic: Reliable bbPress Hosting?
The 2 key issues are server uptime and email reliability.
In the short 4 months that my forum has been running, I’ve had so many incidences of users registering 2 usernames. I’ve come to learn that the 2nd one is out of frustration that the email containing the password did not arrive.
This weekend, I have had no outbound email and sick of spending money on AdWords to bring in people that can’t sign up.
Apart from the registration email, I am using both Auto Favorite & Post Notification plugins. Therefore, reliable email is very important to maintain posting activity.
I’ve read alot about concerns that bbPress isn’t sending email. After extensive testing and in my situation, the problem is with the host.
I’m looking to avoid dedicated hosting at this time because my day job is funding this venture already. Can anyone recommend a hosting service that offers good reliability in both uptime and email?
Topic: inactive or blocked
My bbPress install is integrated with my WordPress install and they serve members of my orchestra. Both the WP-part as the bbPress-part are only accessible for registered users. However we have a few kinds of users: substitutes (users that fill in vacancies temporarily), aspiring members (users that want to become member but who haven’t auditioned yet) en members.
In bbPress I want to block the substitutes and give the aspiring members an inactive role. However, it doesn’t work. When I edit someone’s profile and set his role to blocked or inactive and click edit profile, nothing’s changed.
I’m using bbPress 0.8.3.1.
Topic: Swedish ö in name of forum
I want to call my forum “Görans digitaltips” but when I did that, “ö” was not displayed correctly. I then wrote
$bb->name = ‘Görans Digitaltips Forum’;
in the config.php but when I register as another user I get my password in a letter with the subject “Görans Digitaltips Forum: Lösenord”.
How can I solve this?
Topic: ifancy
Just created a simple app at http://ifancy.org people can just register, add someone they fancy e.g. workmate, blogger, celebrity etc. and see how many others fancy this person. Lots more features coming soon.
Which is best to use for registering and logging in and out (for integrated sites, of course), the WP or bbPress pages?
thx
Topic: Login Intergration Problem
Hi there,
Users can register and login in to my wordpress section of my site, and this automatically makes then a bbpress member also. The problem however affects only people whose user name contains a space in it. Though they are resisted members of both wordpress and bbpress, they cannot log into bbpress.
Any ideas?
Changed my config information & followed the steps at DevLounge
Now when i try to go to the install page @
http://the3rdplace.co.uk/home/bbpress/
I get this error :
Fatal error: Call to undefined function: __() in /home/the3eco/public_html/home/bbpress/bb-includes/
default-filters.php on line 81
This is line 81 :
bb_register_view( ‘no-replies’, __(‘Topics with no replies’), array( ‘post_count’ => 1 ) );
Anyone have any advice on what i should do ?
Many thanks in advance
Is there a way to print out the password after someone registers instead of sending an email? My web host won’t allow sending emails through web pages. I looked at topics already written but I was unable to implement the code because I have version 8.3. If anyone can give me the code I have to add or modify, that would be great.
Thanks,
Sue