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 2 of 14 :  « Previous  1  2  3  4  5  ...  11  12  13  14  Next » 
 
21. Posted: 31 Aug 2015 10:13 - Suggestions / circumventing $enableNewRegistrations=FALSE
    In the english language file, the base message to appear in forums in the case of not logged-in guests, "Only registered users are allowed to post here. Please, enter your username/password details upon posting a message, or register first." The last words are a direct link to the... 

22. Posted: 2 Jun 2015 14:38 - Specific / minibb_storage_1.4.2 - uploading .zip file issues
    ... proper file type. For example: $anonUsersFiles=array( ... 'application/x-zip-compressed'=>102400, 'application/zip'=>102400, ... );the same for $regUsersFiles. Note that registered members and guests could have different privileges in uploading different file types of different file sizes. But the standard definitions are the same... 

23. Posted: 30 Oct 2014 23:05 - News / File Uploads & Photo Albums add-ons updated
    ... CSS); header("Content-Disposition:...) extended to have various headers for images and binaries (`{$disposition}`); JS functions like getCSRFCookie and confirmDeleteFile will now be visible only to registered users. * bb_plugins.code.txt - more sophisticated output for auto-generated Rules page. * bb_plugins2.code.txt - function createThumbnail(): `if($cmg)` replaced to... 

24. Posted: 27 May 2014 13:48 - Re-cycled / Blocking registration emails filtered by domain
    ... actions as well. Despite I understand this solution is mostly to prevent false registrations, if we talk about "valid" emails, in general, they may be changed after the profile has been already registered, to something else. Also, this statement: if($_SERVER['REQUEST_METHOD'] == "POST" ...is a bit spare. In the condition, you should just catch the actions which already... 

25. Posted: 13 May 2014 11:57 - Official Addons and Solutions / Pre-moderation / Premoderation
    Hi Paul, In my forums only registered users are allowed to write. In recent discussions and topic lists, the reference to a pending activation is displayed. But there (templates main_last_discuss_cell and... 

26. Posted: 27 Apr 2014 16:51 - Custom Tutorials and Modifications / Email notification by default for registered users...
    Hi ! i would like the email notification ("Watch this topic and get updates by email") to be "pre-checked" by default for registered users What should i do ? thanks a lot Bj. 

27. Posted: 19 Apr 2014 11:11 - How To / Validate User Registration by Email Confirmation / Verification
    Hi again . I have idea how to checking proper email users registered . I thing there is solution in SMTP protocol . During sending message smtp server receiving message and first try find user in users database , if... 

28. Posted: 23 Mar 2014 10:05 - How To / Send e-mail reminder to all registered users?
    Is it possible to send a mass e-mail to all registered users? Or extract all e-mail addresses from the registration info to send an e-mail manually (via a standard e-mail program)? Steve 

29. Posted: 15 Mar 2014 22:00 - Re-cycled / How to block/unblock guest posts/permissions
    How can I allow my users to post simply by giving their username, and no password. user is registered on the forum , but to post , he does not have to give the password. is it possible with minibb ? thanks 

30. Posted: 14 Mar 2014 13:25 - Specific / Hiding Direct Email From Guests But Not Admin and Chosen User?
    ... this add-on has an option by default, in bb_plugins code you could change this: $directEmailGuests=TRUE;setting it to FALSE will disallow Guests from contacting members using this add-on and it will be only allowed to registered members. May be this is what you need; if not, let me know, rephrasing your question. 

31. Posted: 11 Mar 2014 14:41 - Re-cycled / How to block/unblock guest posts/permissions
    thanks paul, I tried to set things up but i am receiving errors. I want to make this forum for registered members only, and guest can only view the forum but can not post any thing. I don't want to shift to other forums pls give me the settings for these two vailables. what values should... 

32. Posted: 8 Mar 2014 22:39 - Specific / how to integrate my existing website user with mini
    I have a website , where users are already registered. Is it possible that when a new user registers to website, get automatically registered to the forum, and he can use the same user/pass to navigate... 

33. Posted: 23 Feb 2014 17:07 - How To / Validate User Registration by Email Confirmation / Verification
    ... user received email including link confirmation. Second thing is that , even if user write wrong information in registration form and is not permitted to made any post his data (including email) is registered in database . So the result is few thousand users registered ( spam robots) 

34. Posted: 23 Nov 2013 16:32 - Specific / Sorry! Your file has been failed to upload. File and picture attachments plugin
    ... really difficult to install, once I figured out what was needed, it worked for about an hour and then when I done all of the right things and read what was written in bb_plugins.php and enabled all of the registered users stuff it stopped working... I'm running 3.0.3 And now my entire forum is inaccessible for some reason, related to this plugin! UUUGH!!! Why isnt the documentation... 

35. Posted: 25 Oct 2013 23:08 - Specific / Migrating *customized*2.5 to 3.x
    ... then it's just a very limited way of how we could consider the programming things. First of all, mr. Martin is just an American consultant, but I am running the International project of all kinds. Despite it was registered as a trademark in US at first, I must say this was just my very first attempt of how to register a Trademark elsewhere, and it doesn't bring so much profit, so it... 

36. Posted: 5 Oct 2013 12:55 - How To / Registered user logged-in duration?
    I'm using $allForumsReg=TRUE; so the whole forum is for registered users only. But how do I set the duration that users remain logged-in? Ideally I need it to be multiple days. I can't seem to find a variable... 

37. Posted: 19 Sep 2013 14:47 - Official Addons and Solutions / File and Image Attachments
    ... it's not possible in the current version because of security reasons, miniBB architecture, and the add-on's page says that (fixed it a bit to make it more obvious). the uploading procedure is available only to registered and logged membersIf you would like to allow Guests to upload external files, refer to the File Bank add-on. It can be configured for Guests (also, on our forums it works... 

38. Posted: 2 Sep 2013 18:57 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    ... reply. I have already $allForumsReg=TRUE, but that makes the forums still readable for guests. That was why I pasted your hack into my lang/eng,php I want all forums to be writable and readable only for registered users. Unregistered users should only see the login and register formular. Hope it is now clear what I want to achieve. I understood... 

39. Posted: 2 Sep 2013 14:41 - FAQ / forum for registered users only (the $allForumsReg option and its variations)
    Paul: /* Hack - hiding registered users only forums from guests */ if($user_id==0){ foreach($regUsrForums as $key){ if(!in_array($key, $clForums)) { $clForums[]=$key; $clForumsUsers[$key]=array();... 

40. Posted: 2 Jul 2013 22:14 - How To / How to change the 'Registered' under user name?
    Ah - kinda works... I now have: Registered, xxxxx (Where xxxxx is the new ranking) Can I drop the 'Registered' as all our users must be registered? Thank in advance... 

» Messages · Topic titles
Page  Page 2 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.