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 4 of 14 :  « Previous  1  2  3  4  5  ...  11  12  13  14  Next » 
 
61. Posted: 23 Jan 2012 12:08 - How To / How to ban a user who has not yet posted?
    ... and are not posting. So can I ban them, or should I just delete them?First you shall think why would you like them getting banned? Do they disturb you or your forums existence? No, they only add the valuable count of registered members to your board. People coming to your board and seeing you already have 20 members registered is better than if they come and see there are only... 

62. Posted: 22 Jan 2012 14:16 - The Other / $allowhyperlinks not working?
    ... value of 10 I had already posted a profile with a hyperlink that was active, as it was allowed at that time. Does this get remembered, and then means changing the $allowhyperlinks value only affects new registered users from that point on? 

63. Posted: 29 Nov 2011 19:27 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    .... But if I understand correctly the $clForums option, you have to define beforehand the ID of the users which will have access to the restricted forum, don't I? Is there a way, from the list of registered users from the admin panel, to select some and include them in the group of users that will be allowed to view & post in the Forum#2... 

64. Posted: 29 Nov 2011 18:48 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Does it mean the following: - Forum #1 - is available to view to everybody, even guests, and available to post for guests; - Forum#2 - is available only to registered members, incl. only members can view and post. Correct? You may take attention at the $clForums / $clForumsUsers option from the Manual. If you would like to define... 

65. Posted: 29 Nov 2011 18:16 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Well what I'm trying to do is the following: I have 2 forums, the 1st one is public, but the other one should be restricted to registered users only. And by restricted I mean both read & post. (Also, is there a way to go further and define a group of users for which the 2nd forum is... 

66. Posted: 7 Nov 2011 18:34 - Specific / cant use profile in admin
    spc: a icon called profileSorry, what's that? We don't have such icon in the software. spc: and hove can i change the script so the guest doesent add a topic ???I think, you need to check this... 

67. Posted: 5 Nov 2011 18:15 - Specific / cant use profile in admin
    spc: only the register users can answer and add topics guest can read....You can find it here: Registered-users-only forums 

68. Posted: 11 Sep 2011 09:48 - Re-cycled / differing email notification
    ... been closed without information!! So I have set the "$closeRegister=1" option and the "$genEmailDisable=0" but I also set the "$registerInactiveUsers=TRUE" so that all registered users become inactive until you accept them. But users receive the email with their login/password before the acceptation of the administrator... 

69. Posted: 5 Sep 2011 12:28 - How To / $registerInactiveUsers=TRUE; registered users become inactive until approved by admin
    well, I juste have configured following the manual.. I am using the : $registerInactiveUsers=TRUE; in setup_options.php file, so that "all registered users become inactive until you accept them", but users received the confirmation e-mail before I accept them (what I called validation)... 

70. Posted: 21 Apr 2011 05:30 - Specific / New Forum error
    Reading Manual and searching our forums may help you a lot in answering regular questions! 

71. Posted: 20 Apr 2011 12:27 - Specific / New Forum error
    Ok,how make forum only for registered users ?Now on my forum write "Anonymous" and BOTs :/ 

72. Posted: 2 Feb 2011 17:35 - Re-cycled / subscribe all users to new topics
    Hi, We have a small coumminty and we would like all registered users to be notified when a topic is posted. Is this possible? Many thanks Ben 

73. Posted: 18 Jan 2011 04:31 - Specific / Is it not possible to move the miniBB forum from a sub-domain to a TLD?
    ... move/migrate the forum to a TLD (and not a sub-domain). I will be moving ti to a new host also but good thing is both my old host and new host use/offer cPanel. Though my forum is quite new, I do have 14 registered users and do not want to lose them and frustrate them. Is it not possible to achieve this migration? My new host is saying it is not possible. I know couple of settings... 

74. Posted: 13 Jan 2011 16:30 - Official Addons and Solutions / File Bank
    ... wildcard for the file type while limiting the file size. I don't see this in either manual or option file anywhere. I would like to allow any type of file to be uploaded which is less than 1 MB. Only registered, signed in users can upload and the entire site is password protected. I don't see a problem allowing all file types. Thanks, Barry. 

75. Posted: 13 Jan 2011 14:29 - FAQ / How to protect your miniBB forum from spam bots
    A flood a new users have registered on my forum and continue to do so. So far none have made any posts, but I expect that one or more of them will start at some point and I want to prevent that. The usernames... 

76. Posted: 12 Jan 2011 08:09 - Official Addons and Solutions / File Bank
    ... earlier that the code for File Bank link is executed. For that case, try to paste the File Bank's code in bb_plugins.php which says /* if you would like to display link to storage in forums menu for registered users only, uncomment the code below and alter it with the next line */ //if($user_id>0) $storageLink="<a href=\"{$main_url}/{$indexphp}action=storage\">File... 

77. Posted: 3 Jan 2011 06:29 - Official Addons and Solutions / CAPTCHA (Human Authorization)
    ... when it was being "used". It would be required only for some kind of temporary action while you search for a solution of how to prevent your forum from this or that. Leave it to FALSE. For registered users, in most cases, it's enough to have $enableForRegistered=TRUE; $registeredAllowedPosts=20; I guess spammers are too lazy... 

78. Posted: 18 Dec 2010 07:39 - How To / How do I remove the password textbox in the responses
    So, how do you see it - you want to remove the password box, but still want registered users to login? Where do they have to enter the password then? When they are not logged in, they are the same "type" of guests. 

79. Posted: 17 Dec 2010 18:16 - How To / How do I remove the password textbox in the responses
    The point is that I would like to remove the password field in the responses for non-registered users (guest). 

80. Posted: 13 Oct 2010 04:09 - Official Addons and Solutions / CAPTCHA (Human Authorization)
    ... the add-on has another option - set $checkEachRequest=TRUE; then the Captcha will be asked each time when the message is posted. This setting actually is a very, very critical solution for preventing registered-users level spam. If you don't experience massive automated spam from registered accounts, you don't need to set it up. Specially, if you have... 

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