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 12 of 14 :  « Previous  1  ...  11  12  13  14  Next » 
 
221. Posted: 25 Aug 2005 15:39 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    I have a question regarding this. Setting forums to Reg Users Only means that only registered users can "post" to the forum. But, any visitors can "read" the forum threads. Is there any way to make it so that only registered... 

222. Posted: 12 Aug 2005 10:20 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    setup_options.php: $allForumsReg=TRUE; If you want to make all forums for registered only users by one touch; else FALSE. (c) F*Manual 

223. Posted: 11 Aug 2005 23:09 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Hi, I've got a problem with my forum, I wanted to create forum only for registered users, I've creted 3 forum and changed bb_specials.php and it was all ok, but later I wanted to create another forum, and it allways appears, even for unregistered... 

224. Posted: 24 Jul 2005 22:17 - Official Addons and Solutions / File and Image Attachments
    Yes, in the "readme" there is described how to install it. In principle, the files are not viewed and/or downloaded by non-registered and non-logged in users. And, yes, there is an option to put the pictures as background, and this way to disable the "Save as..." function. 

225. Posted: 10 Jul 2005 19:02 - News / Users Month Stats addon released
    This little addon allow to view most active users in a given month, incl. administrator. Editing code snippet, you may enable it for viewing of everybody or registered members only, or administratives only. 

226. Posted: 24 Jun 2005 00:24 - Master Class / Integration with external DB and Session management
    ... which is to make readers/commentors bb users only, and leave the user login of WP >just< for Admin folks. - I think, it is possible. It is possible to do forums' sign up, and users will be registered in WordPress database just as usual users with no administrative privileges, by default. Yeah, and the news went faster than we update... 

227. Posted: 6 Jun 2005 23:06 - Custom Tutorials and Modifications / Private forum, but visible to everyone
    ... $action!='ptopic'){ if(isset($clForumsUsers[$forum]) and !in_array($user_id,$clForumsUsers[$forum])) $roForums[]=$forum; /* If you want anonymous has access, append 0 and $user_id */ $clForumsUsers[7]=array_merge($clForumsUsers[7], array(0,$user_id)); /* If you want only registered has access, append only $user_id */ $clForumsUsers[5][]=$user_id;... 

228. Posted: 5 Jun 2005 16:04 - Master Class / Integration with external DB and Session management
    ... removed thes md5() from the login script. any ideas? ****** Ok managed to get the login to work. but came across another issue. You don`t have access to this forum. is the error i get now. I do not wish to have unregistered users to post into my forums. user_logged_in() => is the function used to check wether a user is logged it correct? if so then it should be possible... 

229. Posted: 5 Jun 2005 00:22 - Testimonials / Your impressions and wishes
    ... block all email promtrs in our program... called $genEmailDisable... turning it to 1 will help you to work without sendmail installed. Enjoy :-)... and yes - your server is really slow, but forums are working! I've registered as minibb and posted one message... it's working :-) Team</font> 

230. Posted: 2 Jun 2005 10:44 - Suggestions / User ranking / Respect level ("Karma")
    ... a following way: User respect: [number] [-][+] When somebody registers, he has 0 respect. Then others can click on + or - to add to or take away his respect number. The should be a rule: 1) only registered users can rank other registered users, 2) users cannot rank themselves 3) users cannot rank same user... 

231. Posted: 26 May 2005 03:21 - Master Class / Adding new user profile field (Full name)
    ... factor creeping in. and to be honest, it doesnt really need re-doing.. MiniBB is pretty good as it is. One thing I have implemented is a "private" forum. Not a single passord entry but only for registered users. That means no matter what, you have to be logged in with your user/pw to even see the forums at all. I just replaced the protected forum stuff with user login... 

232. Posted: 23 May 2005 11:14 - The Other / Statistics error (Division by zero)
    Statistic> Most Active Registered Users> Then at the top of page, there are" Warning: Division by zero in /home/wing-oce/public_html/bbs/bb_func_stats.php on line 83 Warning: Division by zero... 

233. Posted: 12 May 2005 00:44 - News / miniBB 2 Release Candidate 3 is released
    I must read :) $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... 

234. Posted: 19 Mar 2005 20:47 - News / "Who's Online" plug-in released
    IMHO this code should be deleted. Because, if unregistered users from same network connecting to forum through NAT, information about registred loged users will be deleted for each refresh page of unregistred... 

235. Posted: 4 Mar 2005 17:55 - News / "Who's Online" plug-in released
    Here is a little enhancement : to know how long ago a person was connected. In whoisonline.php, change to : /* Counting registered users */ $registeredCount=sizeof($w_logged_users); function secsToText($time = 0) { $hours = (int)floor($time/3600);... 

236. Posted: 3 Mar 2005 11:24 - News / miniBB 2.0 RC2a released
    ... "jpeg" icons are listed now * Fixed $dbScheme orientation when editing profile * more oriented $forum check when topic was moved to restricted forum * displaying form for non-logged users in registered-users-only forum * MYISAM tables type for new users DOWNLOAD/UPDATE here 

237. Posted: 23 Feb 2005 16:10 - How To / Sorting by answers (latest replies) = default
    Because registered users should set sorting option in their Preferences which overrides default setting. 

238. Posted: 23 Feb 2005 11:45 - News / "Who's Online" plug-in released
    ... user's online data is very frequent and simultaneous operation, addon doesn't use database for storing it's data, but use simple array file. Addon displays amount of currently logged in registered users and optionally amount of anonymous visitors, defined by IP. User's activity is broken after defined period of time. Download "Who's Online"... 

239. Posted: 19 Feb 2005 01:47 - News / miniBB 2.0 RC2 released
    ... This works but: 1. I could not find anywhere in the manual an explanation about this new option. 2. The message that appears after the succesfull registration is not "Check your e-mail for the password etc." but "You registered successfully. Go to the beginning and enter." With that message the user will never learn how to enter because nobody tells him. I think that this... 

240. Posted: 18 Jan 2005 00:32 - How To / Locking Topics for Admin Only
    $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. $userUnlock=2; - users can not lock topics at all. 

» Messages · Topic titles
Page  Page 12 of 14 :  « Previous  1  ...  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
Get the Captcha add-on: protect your miniBB-forums from the automated spam and flood.