miniBB ® 

miniBB

®
Support Forums
  
 | Start | 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: 605
» Messages | Topic titles 
Page  Page 2 of 31:  « Previous  1  2  3  4  5  ...  28  29  30  31  Next » 
 
21. Posted: 24 May 2019 07:08 - Custom Tutorials and Modifications / Switching from MD5 to SH1 passwords
    ... $md5Cookie=substr(substr($_COOKIE[$cookiename],strlen($user_usr)),1,-11); // clear md5 encoded cookie if(strlen($md5Cookie)==32) { echo '<script>alert('Please change your password now!');</script>'; header("{$rheader}{$main_url}/{$indexphp}action=prefs"); exit; } }5. Change admin password in setup_options.php to something strong. Is it good, did... 

22. Posted: 16 May 2019 21:53 - Specific / special characters in username
    ... attempt to modify the $emailCharset option (described in the Manual - remove commenting slashes to enable it), trying to set a proper email encoding which should be passed to the "charset" header while emailing. Example: $emailCharset='iso-8859-1'; 

23. Posted: 21 Apr 2019 07:00 - Specific / New Background For Specific Topic?
    salmino You can change any html code you want in main_header.html, just modifying this file. 

24. Posted: 19 Apr 2019 18:42 - Specific / New Background For Specific Topic?
    Can I also change the images on header_main using this solution? 

25. Posted: 10 Jan 2019 00:35 - Suggestions / Unsetting conditions for the $unset array in index.php file
    ... code below can be removed or commented? If so, that would speed things up even more: $unset=array('logged_admin', 'isMod', 'user_id', 'langu', 'includeHeader', 'includeFooter', 'emptySubscribe', 'allForumsReg', 'registerInactiveUsers', 'mod_rewrite', 'enableViews', 'userDeleteMsgs'... 

26. Posted: 6 Jan 2019 21:14 - Suggestions / Unsetting conditions for the $unset array in index.php file
    ... have quick question about code - in the index.php file there is like this on top: $unset=array('logged_admin', 'isMod', 'user_id', 'langu', 'includeHeader', 'includeFooter', 'emptySubscribe', 'allForumsReg', 'registerInactiveUsers', 'mod_rewrite', 'enableViews', 'userDeleteMsgs'... 

27. Posted: 10 Nov 2018 03:47 - Official Addons and Solutions / File Bank
    ... $fileTypeAssociations array, that way: 'mp4'=>array('video/mpeg', 'video/mp4'),It seems the browser you're uploading from (BTW which one it is?) sends 'video/mp4' header for this type of files, which is not defined by default. 

28. Posted: 7 Nov 2018 17:50 - Specific / Satisfaction about the precompiled software v3.3
    Without the extra div-container I put in main_header.html, the window looked like this: But now wíth the extra div right below body class="gbody" it looks like this;  

29. Posted: 28 Oct 2018 12:42 - Specific / Satisfaction about the precompiled software v3.3
    ... of use to others. One of my goals is to keep the compiled software as default as possible and to only make changes in files which usually had to be personalized already, like the stylesheet and main_header.html and main_footer.html. Here we go: The forum's background color The background color of .gbody is default white. But since the bars left and right of our website are dark grey... 

30. Posted: 8 Jul 2018 15:27 - Re-cycled / How to Customize the forum - General
    ... tools, if you are about it. So, if we talk on how to upload an image, upload it by FTP client to your server or domain. Modify css/default.css file to apply any look you want. Modify templates/main_header.html to put anything you want in the header, the same for templates/main_footer.html. I couldn't be sure about the Softacolous as it is about their own implementation... 

31. Posted: 7 Jul 2018 20:17 - Re-cycled / How to Customize the forum - General
    ... of your website... Well that sounds good, exactly what I'm looking for. But I could find no customization tools or visual options in the Admin Panel while using the Softaculous Demo. Upload a header image, add logo, change colors... Nothing. What am I missing? or what did I overlook? 

32. Posted: 10 May 2018 18:37 - Specific / PM keeps saying that I have a new message
    ... is somewhere else. Actually, writeFile_settings function of addon_pmail_funcfl.php is the one which updates the settings.php file for each user, and then the data is taken from it to display in the header part and other places. It's met in addon_pmail.php, bb_plugins2.php code and addon_pmail_mass.php. Most likely some hiss happens in addon_pmail.php, when it calls that function.... 

33. Posted: 21 Jan 2018 19:46 - News / miniBB 3.3 v2 released, a few add-ons updated
    ... problems with this switch and you see just a default desktop layout with no chance to switch to Mobile, try to locate your mobile browser to this URL: https://www.minibb.com/yd.php You should see the headers your device sends to the server. Report your headers, and we'll add your device to the recognizable mobile devices. The code to recognize the mobile device is now... 

34. Posted: 31 Dec 2017 16:32 - Custom Tutorials and Modifications / how to move the search box?
    Under /templates/ folder, locate all templates having {$searchBox} inside. Remove parts of HTML code having this tag. Then copy this tag to templates/main_header.html, combining it with the HTML code of the navigation bar. 

35. Posted: 16 Aug 2017 09:32 - Suggestions / RTL will be supported
    Support Arabic, that <body> tag is inside templates/main_header.html. 

36. Posted: 23 Jun 2017 21:44 - Specific / After upgrading - can't login
    ... installed. About the URL. The first thing it says in the Firefox console directly after clicking on [Sign in] is "POST index.php" with status "302 found" and a bit to the right in the Headers-tab in the console it shows the request-URL "(...)/phpdata/test/index.php?" (notice the questionmark). On the Parameters-tab it shows the actual user_usr and user_pwd I filled... 

37. Posted: 12 Apr 2017 12:53 - Official Addons and Solutions / File and Image Attachments
    ... src="{$main_url}/fancybox/dist/jquery.fancybox.min.js"></script> out; } /* --FancyBox */i.e. this code enables extra JS and CSS only on vthread pages i.e. where the pictures actually appear. - in templates/main_header.html, before the closing </head> tag pasted this: {$fancyBox}- Modified the further code for /* File upload addon */, the place to locate is to search by `if($spec==4`, this is... 

38. Posted: 7 Mar 2017 06:01 - Specific / Login with 'index.php?command=value' from a local file?
    ... been offline for 15+ years. Dreamcast has the ability to load an HTML document from it's memory card with an "x-avefront://---." command (This HTML file has to be generated with proper header data for the memory card) -------------- Is there a way to login by directly sending a command to index.php? I tried searching through the code of the index.php/bb_plugins.php//templates/... 

39. Posted: 26 Oct 2016 22:56 - Re-cycled / Fighting Spam
    ....'/create-an-account/" rel="nofollow">Join us</a> '.$GLOBALS['l_sepr']; } else { $new_register_link = NULL; } # ENDS: CREATE A NEW "REGISTER" LINK Then inside main_header.html that original {$l_menu[2]} tag should be replaced with {$new_register_link}. And finally inside .htaccess file this line should be added: RewriteRule ^([\-a-z]+)/$ ./index... 

40. Posted: 8 Oct 2016 15:31 - How To / Hide New Topic in the navigation menu
    Open templates/main_header.html for editing; remove {$l_menu[7]}; save. Done. 

» Messages | Topic titles
Page  Page 2 of 31:  « Previous  1  2  3  4  5  ...  28  29  30  31  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 File and Picture Attachments add-on: extend your miniBB-forums, attaching images and files.


  ⇑