miniBB ®

miniBB

®
Support Forums
  
 · Start · Sign in · Register · Statistics · File Bank · Manual ·
miniBB Support Forums / Search
Search for
[+] Formatting  [+] Fields  [+] Forum  [+] Period  [+] Username
Formatting
Fields
Forum
Period from to
Username
 
Results found: 265
» Messages · Topic titles 
Page  Page 10 of 14 :  « Previous  1  ...  9  10  11  12  13  14  Next » 
 
181. Posted: 3 Oct 2006 06:02 - Custom Tutorials and Modifications / Restrict anonymous users from viewing public profile
    ... anonymous users from viewing public profile */ if($action=='userinfo' and $user_id==0){ $title.=$l_accessDenied; $errorMSG='Sorry! You are not allowed to view user profile until you are not registered member.'; $correctErr=''; echo load_header(); echo ParseTpl(makeUp('main_warning')); $endtime=get_microtime(); $totaltime=sprintf ("%01... 

182. Posted: 21 Sep 2006 17:38 - Re-cycled / Getting rid of automatic spam and flood at forums
    Anonymous, The free option is to allow only registered users to post to your forums; take a look at $allForumsReg in setup_options.php. - mb 

183. Posted: 20 Sep 2006 07:37 - Re-cycled / Getting rid of automatic spam and flood at forums
    1. If you want to keep your forums opened for anonymous visitors, purchase and install Human Authorization addon (Captcha). 2. Make all forums for registered users only ($allForumsReg setting in setup_options.php) 

184. Posted: 17 Sep 2006 15:41 - Re-cycled / Getting rid of automatic spam and flood at forums
    Make it for registered users only. 

185. Posted: 6 Sep 2006 08:00 - The Other / $disallowNames explaination in manual
    ... "Anonymous" membername. Additionally, if your language pack uses symbols other than latin, and users can not use these symbols in their reg.names, then you don't need to define it. If your board is open only for registered members, you don't need to define it - or just define unwanted nicknames then. 

186. Posted: 3 Sep 2006 00:08 - Re-cycled / Getting rid of automatic spam and flood at forums
    ... recently tried to set the $allForumsReg option in setup_options.php from TRUE to FALSE and still soesnt change the forum to be for registed users only???? Anonymous, to set your entire forum to be for registered users only, in setup_options.php change //$allForumsReg=TRUE; to $allForumsReg=TRUE; - simply remove the two forward slashes before the dollar sign... 

187. Posted: 23 Aug 2006 04:55 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Hi Paul! How can I totally hide certain forum and its topics from the front page and in the same time all registered and loggen in users to view it and to write in it? I somehow cannot see the solution... 

188. Posted: 21 Aug 2006 07:56 - Re-cycled / Getting rid of automatic spam and flood at forums
    ... automated spam. As already michael1234 said, if you want to keep forums both for anonymous and member postings, just get Captcha addon, or if anonymous users don't make sense, make the forums for registered members only ( $allForumsReg option ). 

189. Posted: 14 Aug 2006 12:52 - News / File Storage addon is released on miniBB.net forums
    ... it uses additional mySQL table (not physical files); *) all files are stored in one place, called "File Storage"; *) Anonymous users are allowed to upload smaller size files (comparing to registered & logged users, which can upload larger file sizes/types); *) All files are physically saved with their native extensions, and probably original... 

190. Posted: 2 Aug 2006 07:58 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    ... password, if username is not taken by another member; or leaving both fields empty." under the login fields. If it would be disallowed for anonymous to post, you should see a message "Only registered users can post here. Enter your login/password correctly before posting a message, or register first." As Ivan wrote, these sentenses may be changed in language... 

191. Posted: 2 Aug 2006 04:19 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Hi, Would i be right in saying, If i'm using //$allForumsReg=TRUE; I just take off the two // in front of it, And this causes unregistered users trying to post, to get a popup window saying "you are not allowed to preform this action" So basicaly everybody has to be a registered... 

192. Posted: 30 Jul 2006 11:53 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Paul Your tips works great - just some partiicular forums are out of sight from unregistered users

193. Posted: 29 Jun 2006 04:53 - Custom Tutorials and Modifications / custom text disclaimer on user registration form
    I want to insert some text onto the user sign up form. It's some text about our sign up policy and how users have to be activated manually (to help avoid confusion later when the newly "registered" user finds they are still unable to use the forums). The problem is when I stick this text into the user_dataform.html template, it also appears on the user profile... 

194. Posted: 25 Jun 2006 08:03 - The Other / " You are not allowed... " Alert Box when posting a message
    ... special variable... Yes, $post_text_minlength could be the reason of you're getting this error... also, some user can get such kind of warning, if they are not typing their username/password in registered-users-only forums, or leaving message area, or topic title, or both empty. We think these errors are some kind rare and do not need special processing (which will take... 

195. Posted: 7 Jun 2006 15:46 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    ... of forum IDs above - similarly to other miniBB arrays if($user_id==0 and $forum!=0 and in_array($forum, $warningForums)){ $title.=$l_accessDenied; $errorMSG='Sorry! You are not allowed to visit this forum, because you are not registered user. Please, <a href="'.$main_url.'/'.$indexphp.'action=registernew">sign up</a> before you can read and post... 

196. Posted: 29 May 2006 00:56 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    ... to certain forums Is there some way I can restrict viewing access to certain forums. It seems like the only thing I can do is to stop annonymous (unreg) users from posting, but I would like to stop unregistered users from gaining access to some forums until they are registered. Any help would be greatly appreciated. Shedrock 

197. Posted: 29 May 2006 06:21 - Master Class / Integration with external DB and Session management
    ... miniBB right now, and I had followed all the synchronization instructions provided by the miniBB author. I installed WordPress first, and then minibb. As for their options, I have set it so that only registered members can post minibb message and comment on blogs. It seemed to work nicely except for a few problems. My problems are these: 1) If a user signed up to be a member through the miniBB... 

198. Posted: 25 May 2006 17:38 - Suggestions / Stronger Passwords better security.
    ... the lock should handle this?.. Remember that some users are registering accounts for posting 2-3 questions and don't really worry about they will be hacked or not. They just need to give a couple of questions on registered-users-only forum, and make a couple of replies. I am myself using easy-to-guess password on many forums I test or using once per life... 

199. Posted: 18 May 2006 18:04 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Could you tell me what is wrong? I want to make all forums for registered users only, but when i do this: $allForumsReg=TRUE; nothing hapens. Unregistered users can post anyway. I am using newest version... 

200. Posted: 15 May 2006 20:23 - The Other / running forums on multiple sub-domains
    ... simple dynamic solution, it was possible to load subdomain1.somedomain.com, subdomain2.somedomain.com with the same installation and users table. So users registering at one forum, automatically are registered at another (all) forums. The only thing is not possible is to show all forums at once for admin. At the same time, it's possible to prepare a list... 

» Messages · Topic titles
Page  Page 10 of 14 :  « Previous  1  ...  9  10  11  12  13  14  Next » 
 
miniBB Support Forums Powered by Forum Software miniBB ® Home  Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contact Us
Try the Captcha add-on: protect your miniBB-forums from the automated spam and flood.