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 3 of 14 :  « Previous  1  2  3  4  5  ...  11  12  13  14  Next » 
 
41. Posted: 2 Jul 2013 00:35 - How To / How to change the 'Registered' under user name?
    Under a users name there is a 'Registered' (or 'Guest' if the forum isn't locked for registered users only...) How can that description be changed? Manually... 

42. Posted: 16 May 2013 13:34 - Custom Tutorials and Modifications / Completely disable 'website' field on registrations
    Steve Shaw: we have a lot of users that like to register 'just in case', but only post when they have a valid question.So, how would you recognize a "just-in-case-registered"-user from the "spamming" user? Steve Shaw: Obviously, if they have the 'website' field filled in that would make them 100% spammer in my case... 

43. Posted: 16 May 2013 11:29 - Custom Tutorials and Modifications / Completely disable 'website' field on registrations
    ... correctly? If so, how it is possible that users still record website value? I have plans to release the add-on which could be scheduled or run manually, and it will remove profiles, which let's say were registered 2 days ago, no posts made from them, and they have website field written in. In most cases such profiles could be considered as the 'spam' accounts and they... 

44. Posted: 12 Apr 2013 12:53 - Official Addons and Solutions / CAPTCHA (Human Authorization)
    With $enableForSearch= in bb_plugins (TRUE or FALSE) i can enable or disable captcha for the searchfunction. But is this setting then always valid for guests AND registered users. There is probably no way to fix this only to guests? A little later ... i think it goes through the adjustment of the 3 condition ... $cond3= ... or ($action=='search'... 

45. Posted: 26 Mar 2013 17:22 - Re-cycled / surprise for me
    Do you have the option $userUnlock=0; in setup_options.php ? Then your users can close their own posts and you see the message described. From the manual: $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... 

46. Posted: 15 Mar 2013 15:43 - The Other / forum's referral program
    ... placing a new text field to the registration form, in which new user can type the username or email address of the user who's meant to be credited. Or if there's only relatively small amount of registered users, I'd create a dropdown list of user names and then the new user could choose from there which one to be credited for registration. In either case the data... 

47. Posted: 7 Mar 2013 23:47 - Re-cycled / Admin confirmation of new registration?
    ... $closeRegister=1; $emailadmposts=0; With these parameters set, when new users register they are sent an e-mail with their password. They can then login and start spamming while I sleep. I do NOT receive an e-mail that anyone has registered. I would like instead to receive an e-mail when someone tries register. I do not want them to gain access to post until I manually approve or reject... 

48. Posted: 2 Feb 2013 08:09 - Custom Tutorials and Modifications / Easy miniBB integration with a chat software (cbox)
    tom322: For a busy forumMakes sense to me, I saw it from my perspective. And my forum is not so busy :) Such a small chat would be a nice feature for (my) registered users only. But I still have problems with the transfer of the logged-in user to the chat *. And .. I like the way your forum very well! *Hours later ... I've solved... 

49. Posted: 30 Jan 2013 01:12 - Custom Tutorials and Modifications / Easy miniBB integration with a chat software (cbox)
    ... know a webmaster who has miniBB based forum and has recently installed and integrated an online chat (see: polishforums.com/live/). It's very simple to do it. By following these instructions your registered users will be able to post using their registered usernames on the chat: 1. Go to cbox.ws, sign up for a Premium account (it costs $20 a Year). 2.... 

50. Posted: 5 Jan 2013 16:50 - Specific / Replies, views amounts for registered only on the first page
    For registered users, use this condition in bb_plugins: if($user_id>0) {$showTopics=$numTopics; $showPosts=$numPosts;} and then paste {$showTopics} and {$showPosts} in main_forums_cell... 

51. Posted: 5 Jan 2013 09:01 - Specific / Replies, views amounts for registered only on the first page
    In main_forums_cell.html i have the variables $numTopics and $numPosts. How do I get it out that this information can only be seen by registered users? With the stats on main_topic_cell.html i had no problems. And all of you a happy new year! 

52. Posted: 28 Dec 2012 11:27 - Official Addons and Solutions / Preview
    ... $previewUser=<<<out Gast out; } else{ $previewUser=<<<out {$user_usr} out; } When a guest opens the preview window then there is the name Guest on the top, otherwise, the name of the registered users. Sorry Paul, if I can express myself in English mostly wrong. 

53. Posted: 12 Dec 2012 01:31 - Custom Tutorials and Modifications / How to limit the number of topics or messages per day for each user?
    ... forum. $user_id>0 means this thing is only for logged users. $user_id!=1 and $isMod==0 excludes the admin and moderators from this condition.So say if I want this to work on 'guests'/non-registered members I'd set it as: $user_id<0 

54. Posted: 31 Aug 2012 18:21 - Specific / Not displaying the 'posts' word near the amount of posts for guests
    ... misunderstanding tom322: You can probably look up the function: userInfo_num_posts[$poster_id] (in your bb_plugins.php?) and then just add the word 'Posts' to it (that way it should only be displayed for registered users only). 

55. Posted: 29 Aug 2012 22:59 - Specific / Not displaying the 'posts' word near the amount of posts for guests
    You can probably look up the function: userInfo_num_posts[$poster_id] (in your bb_plugins.php?) and then just add the word 'Posts' to it (that way it should only be displayed for registered users only). 

56. Posted: 29 Aug 2012 11:29 - Official Addons and Solutions / Avatars
    Sorry! It's not possible. This add-on is allowed for registered users only. I've given more explanations on the same question earlier. 

57. Posted: 9 Aug 2012 19:39 - Specific / Premoderation
    Hello, Almost 8000 users registered in this month in my forum and all of them are in pre-moderation list, is that any way to set it for new users but not with that huge lists? It's... 

58. Posted: 5 Jul 2012 07:06 - Custom Tutorials and Modifications / Saving IP address used during registration
    ... {$username} / IP: {$thisIp} / Email: {$user_email}\r\n"; fwrite($Handle, $Data); fclose($Handle); # end custom - save registration--------------- That way you'll have a record of all newly registered users and can easily look it up if needed. You can then give link to the file to your trusted moderators ;). 

59. Posted: 23 Feb 2012 09:45 - Bugs / Case insensitive login
    ... condition is martin=Martin and no match is found in DB. Admin login works correctly becasuse is done different way if ($user_usr==$admin_usr OR (isset($loginsCase) and $loginsCase and strtolower($user_usr)==strtolower($admin_usr)) ) both sides are converted to lower BTW: I registered to this forum and only username which work is exactly 'MartinH' (not martinh or MARTINH). Thank you for a... 

60. Posted: 31 Jan 2012 13:48 - Custom Tutorials and Modifications / How to limit the number of topics or messages per day for each user?
    Hi Paul. Sorry I didn't make myself very clear before. New member = registered users who feel the need to make pointless replies (e.g. I agree/Thanks/Cool/Me, too!) to lots of topics each day. From experience, these users tend to... 

» Messages · Topic titles
Page  Page 3 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
Check out the Captcha add-on: protect your miniBB-forums from the automated spam and flood.