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 4 of 31:  « Previous  1  2  3  4  5  ...  28  29  30  31  Next » 
 
61. Posted: 24 Apr 2015 17:54 - News / miniBB 3.1.1 has been released
    Nice! Thanks Paul. Most updates are like `header("Location...")` replaced to `{$rheader...}` I like this kind of details' managing. 

62. Posted: 16 Apr 2015 14:30 - News / miniBB 3.1.1 has been released
    Post-update: some add-ons were updated amongst this release, too. Updates are not critical, but still, they are the following: - Mobile Version and Forums Checker were fixed to have {$rheader} var instead of the direct "Location..." used in the 'header' function; since the update is not critical, the Mobile's package didn't change... 

63. Posted: 31 Mar 2015 03:47 - Custom Tutorials and Modifications / Integrating miniBB in a Wordpress theme
    I just wanted to report that, close to 7 years later, this customization still works great and I appreciate deuced writing this amazing tutorial. Only change I would make is in the miniheader.php file. If you use require('wp-blog-header.php');it will give you 404 errors in Internet Explorer (and cause a few other problems). But if you change that... 

64. Posted: 26 Jan 2015 21:58 - News / miniBB 3.1 is up
    Jaime, thanks for your report. I see that for some reason in customized headers this function just differs in $l_loadingtime interpretation. I will try to fix it in the post-updated version of miniBB, making it as global by default. Just put it in my ToDo lists... 

65. Posted: 17 Jan 2015 18:04 - News / miniBB 3.1 is up
    ... use, but here goes the update. There are more things regarding mysqli updates you mention - actually I've updated 5 or 6 places where the straight mysql request appears. I have also updated the headers location routine. You may recompile your package if you were using the Compiler, or you may update just the code for this add-on in bb_plugins.php. The package now is updated under... 

66. Posted: 8 Jan 2015 15:58 - Re-cycled / Changing layout of forum
    I want to vary the size of main post area (or so to say the area below the header). How can I change the width of blocks? And also I wanted to make the sside bar fix on each and every page in forum. is there a way to do so? 

67. Posted: 5 Jan 2015 12:26 - Custom Tutorials and Modifications / Condition to check if currently logged user posted in a topic
    ... '', '', 'topic_id', '=', $topic) and $row[0]>0) $userPosted=TRUE; if($userPosted) $userPostedTxt='I have posted in this topic';Then {$userPostedTxt} is for header template or other template. 

68. Posted: 4 Jan 2015 13:34 - Specific / File Upload Add On Error Message Pop Up HTML Background Page
    ... and it's a very rough and simple example. Honestly speaking, I didn't test it with File Uploads add-on and regarding its errors coming up, so depending on the code you may have in your own header/footer file, they may have a different behavior regarding this code. Right now I couldn't debug it with the code provided, but I could try in a few days and then come up with more... 

69. Posted: 2 Jan 2015 17:37 - Specific / File Upload Add On Error Message Pop Up HTML Background Page
    ... recommended in the manual. The below is an extract of the example from the Manual <?php ob_start(); include ('./index.php'); $flushed=ob_get_contents(); ob_end_clean(); /* Output your header here */ echo 'header'; echo $flushed; /* Output your footer here */ echo 'footer'; ?> 

70. Posted: 30 Dec 2014 14:35 - Specific / File Upload Add On Error Message Pop Up HTML Background Page
    ... types and sizes that not allowed, the system correctly raises error message saying "Files were not upload...etc", but unfortunately the background content for this message is the "raw header file". I am including the miniBB forum using the following code. The reason most likely is that Javascript pops up the message before the whole page loads on the background, but... 

71. Posted: 30 Oct 2014 23:05 - News / File Uploads & Photo Albums add-ons updated
    ... updates in popUpFU function; added `if(!defined('MOBILE')...` - condition for mobiles (different picture handling in full version opening); $ImgPop code changed (with more reference to CSS); header("Content-Disposition:...) extended to have various headers for images and binaries (`{$disposition}`); JS functions like getCSRFCookie and confirmDeleteFile will... 

72. Posted: 29 Sep 2014 18:38 - News / miniBB 3.1 is up
    ... There've been also updated many add-ons and tools, now supporting both support of mysql and mysqli (the list follows). [-] important change in more sophisticated "not found/gone/forbidden/moved" headers handling (resp. 404/410/403/301 headers). Now it should fully meet IETF internet standards, like described here. This would also bring more SEO effect from Google and... 

73. Posted: 18 Sep 2014 16:28 - Specific / post message..post new topic..how to solve?
    ... extended versionSo where and how did you download it? We do not offer any kind of static "extended" version to download. I suppose, your server just doesn't support "Refresh" header. Disclaimer sets one cookie, identifying its acceptation. In some cases cookie's header may conflict with the other headers sent. That's why... 

74. Posted: 17 Sep 2014 17:15 - Specific / post message..post new topic..how to solve?
    ... the screen, which may give you paths to solving the proble(s). I am not sure how you did "fitting" of forums pages to your layout; basically all files you have to modify are templates/main_header.html , templates/main_footer.html and bb_default_style.css. If you go beyond of that, your experience may not be just enough for doing more complicated thing. As about synchronizing... 

75. Posted: 6 Aug 2014 20:13 - Specific / show sidebar on all pages?
    The easiest would be to change the main_header.html template so that it works on all pages. Otherwise, several templates would have to be changed. 

76. Posted: 27 Jul 2014 11:45 - Official Addons and Solutions / File and Image Attachments
    ... Downloaded Fancybox from here ... http://fancyapps.com/fancybox/ Then I uploaded all the files to a directory on my website, complete with demo to help work it all out Added this code to the templates main_header.html file (will clean this up later) <!-- Add jQuery library --> <script type="text/javascript" src="/path to files/fancybox/lib/jquery-1.10.1.min.js"></script>... 

77. Posted: 24 Jun 2014 02:13 - Specific / how to make reply-link in main_posts.html and start-new-topic link on main_topics.html?
    thanks for the support. what I meant was, that I wanted to change the menu in the header: forum . reply. profile. etc.. I solved this by using comment mark in the header template as follows: <!-- forum . reply. profile. etc.. --> now i can put... 

78. Posted: 22 Jun 2014 23:09 - Specific / how to make reply-link in main_posts.html and start-new-topic link on main_topics.html?
    how to make reply-link({$l_menu[7]}=I dont want this in the header menu) in main_posts.html and start-new-topic-link on main_topics.html? And how do I change the behaviour of the header menu? Thanks in forward 

79. Posted: 20 Jun 2014 17:05 - Custom Tutorials and Modifications / Hide certain forums from specific users?
    Instead of die, you may use the following code for interruption the process (it will display forum header and footer): { header('Status: 403 Forbidden'); $metaRobots='NOINDEX,NOFOLLOW'; $errorMSG='You are not granted to enter this forum'; $correctErr='';... 

80. Posted: 27 May 2014 17:55 - Re-cycled / Blocking registration emails filtered by domain
    ... $errorMSG='You are not allowed to use an email from this domain: '.$f.'.'; $correctErr=$backErrorLink; $title=$l_accessDenied; $metaRobots='NOINDEX,NOFOLLOW'; echo load_header(); echo ParseTpl(makeUp('main_warning')); echo ParseTpl(makeUp('main_footer')); exit; }  

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


  ⇑