| |
161. Posted: 26 Apr 2007 13:46 - Specific / Require email verification to post messages??
Id like to require all users to be registered and to verify their email address is valid before they can make any post. is this possible? note: i already have it set so all users must register ...
|
162. Posted: 8 Feb 2007 02:51 - Specific / img code tag inside a custom field
... as poster name instead of the gamertag. All other forums require registration and so there is no concern. How come this doesn't seem to work? Is it because the above function is only called for registered users? Kind regards for this small and seemingly irrelevant request, Marius
|
163. Posted: 7 Feb 2007 09:39 - Official Addons and Solutions / Direct Email
Vishal Try to paste {$user_usr} in the proper place of the templates/email_direct_mode.txt file and that's would be all... But you also need to know that "registered-users-only" mode for this addon preferrably should be turned on. In the default version it is done so. If user is not logged, his nickname, if not specified, won't...
|
165. Posted: 30 Jan 2007 06:47 - The Other / Admin does not receive emails
... For example we have seen some cases where a mail programme is set up on a specific domain but any domain could use this program to send or relay messages. This is not the case on our set up as only a registered email address can send from a specific email address ie admin@abc...can only send email on the www.abc...domain, admin@xyz...could not send on that domain. It would appear that we have...
|
166. Posted: 13 Jan 2007 23:52 - Official Addons and Solutions / Pre-moderation / Premoderation
Currently there are two different options, when messages from everyone are queued for approval, or just messages from specified and new registered users are queued so show penind messages. Can you add a third option that's ONLY for selected registered users? I would like...
|
167. Posted: 11 Jan 2007 03:15 - Custom Tutorials and Modifications / How To Show/Block specific content (Ads) for guests/members or certain users
... posted already... $notShowAdsUsers=array(1,2,3); //specify IDs of users in array above if($user_id!=0 and !in_array($user_id, $notShowAdsUsers)) { //by this condition, we will display ads for every registered member, except not for defined IDs above $adBlock=<<<out Put your ad html here out; } else $adBlock=''; function...
|
168. Posted: 8 Jan 2007 06:19 - News / miniBB version 2.0.3 released
... member on forums. That way it's possible to prevent from "dead" subscribers and users, who are not visiting the forums, and save up a lot of resources. Changes regarding this feature affect upgrade of database also. 4. Good anti-spam update: posting URLs is separated for registered members and guests; only registered members who posted more than...
|
170. Posted: 2 Dec 2006 21:21 - Re-cycled / Integration with alternative user table
I have a user table for my own web site and I want users who are currently logged in and also those who are registered to be able to use the forum using their current details. Is there a guide which would show me how to integrate it? Thank you.
|
171. Posted: 30 Nov 2006 07:37 - How To / defining Private forums
How to make that private forum visible for not registered users (logged out users) on the index page... - if you are talking only about 1st page, then the only way to achieve that, is to make a core destructive...
|
172. Posted: 30 Nov 2006 07:01 - How To / defining Private forums
I have one private forum and everything works fine. On the index page users can see that private forum only when they logged in. How to make that private forum visible for not registered users (logged out users) on the index page, but they can't get in as an anonimus (acess denied), and they can't see latest...
|
174. Posted: 21 Nov 2006 05:00 - Re-cycled / How to get rid from not the necessary registration?
On a site false users are registered many. That is registration occurs automatically programs - robots. Spam on a forum is not present, as the registered users can leave...
|
175. Posted: 20 Nov 2006 16:14 - Re-cycled / Disable members from locking topics
From the manual In setup_options.php $userUnlock=0; If it is set to 0, registered user can not unlock his topic again after it was locked (by admin or himself), and vice versa. If set to 2, users are not able to lock their topics in general (avail...
|
176. Posted: 9 Nov 2006 03:29 - FAQ / miniBB Community Forum: Posting Rules
... describes almost everything you could know about miniBB. Search our forums — if you repeat the question, it will be deleted without notice. For example, questions like: — How to make forums for registered users only — Login troubles to admin panel — Warning: Cannot modify header information — headers already sent by ... etc. are discussed dozen times...
|
177. Posted: 9 Oct 2006 10:11 - Custom Tutorials and Modifications / permission to start threads only for special users
hello folks, is it possible to disallow all (registered, or not) users to open new threads and define users with the permission to do it ?
|
178. Posted: 8 Oct 2006 10:46 - Custom Tutorials and Modifications / Elegant anti-spam solution
I wanted to keep my minibb forum open for non-registered users but shortly I was plagued by tuns of spam. And I found much easier and elegant solution than ugly CAPTCHA. Just add this code to the main_post_form.html template...
|
179. Posted: 26 Feb 2006 01:02 - Custom Tutorials and Modifications / Hide a posting form from guests / anonymous users
3 Oct 2006 06:03 - Attached on merging: Get rid of the post form for not logged-in users If all users must register before posting - is it possible that the post form doesn't show up for not registered/logged-in users? Currently there's only a message "you must login/sign up before posting" - but it would be better that...
|
180. Posted: 3 Oct 2006 06:03 - Custom Tutorials and Modifications / Hide a posting form from guests / anonymous users
... (/lang/eng.php or whatever): /* Hide form from anonymous users */ if($user_id==0 and ($action=='vthread' or $action=='vtopic')) { $roForums[]=$forum; $l_userFormWarning='Only registered users can make new postings on our forums. Log-in first on the start page, or <a href="'.$main_url.'/'.$indexphp.'action=registernew">register</a>...
|
|