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 5 of 31:  « Previous  1  2  3  4  5  6  ...  31  Next » 
 
81. Posted: 26 May 2014 23:20 - 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; } With this solution it's also easy to allow certain domains ONLY for registration... 

82. Posted: 21 May 2014 12:36 - Official Addons and Solutions / File and Image Attachments
    It could be Google or it could be not, headers could be a fake. Anyway, I'm not sure what does it mean. What's about "my-page-url"? What kind of value is substituted there?.. 

83. Posted: 21 May 2014 12:31 - The Other / where is bb_admin.php?
    Remember that any HTTP header could be easily faked. This could be a kind of "hacking" attempt, which look for possible placements of your admin file. BUT, if you renamed the file and the story appears,... 

84. Posted: 7 May 2014 13:22 - Custom Tutorials and Modifications / Linking Manual to a different place
    Adding to the above: link to the Manual is put under templates/main_header.html -> {$l_menu[4]} tag. You could replace it to whatever else, or if you need something more specific, let us know. 

85. Posted: 1 May 2014 01:04 - How To / Validate User Registration by Email Confirmation / Verification
    ... security. Our forums will not allow that, for sure. Btw, it doesn't mean "File bank not working". It's working perfectly indeed. Otherwise - Your browser fails to send the proper header of the file it's going to upload. 

86. Posted: 9 Apr 2014 16:05 - Specific / How to use 3 column layout with miniBB
    bayridge: I have a 3 column layout with a header and footer. I would like to put miniBB in middle column and leave rest of pages the same so it looks like the rest of the pages.You just need to split your template into two parts, then... 

87. Posted: 9 Apr 2014 13:33 - Specific / How to use 3 column layout with miniBB
    ... exactly how his side is up :) And if you yourself not being able miniBB incorporate into your own design ... Paul offers his service :) But you're right, everything is what defines between $includeHeader and $includeFooter .. presents miniBB ;-) 

88. Posted: 8 Apr 2014 23:48 - Specific / How to use 3 column layout with miniBB
    put your code on main_header.html ^_^! 

89. Posted: 8 Apr 2014 17:16 - Specific / How to use 3 column layout with miniBB
    I have a 3 column layout with a header and footer. I would like to put miniBB in middle column and leave rest of pages the same so it looks like the rest of the pages. 

90. Posted: 30 Mar 2014 18:42 - Specific / How to retrieve a Forum's Name / Title
    ... i've tried to use {$fTitle[$forum]} in my templates as mentioned in several posts - but it doesn't show up. I would like to mention the forum's name a thread belongs to (in the page title, header, footer, etc.) Can you help please? 

91. Posted: 20 Mar 2014 17:48 - Specific / Sorry! This profile doesn't exist anymore.
    this is what displays !-- SELECT user_sorttopics,language, num_posts FROM minibbtable_users WHERE user_id='1' --> Warning: Cannot modify header information - headers already sent by (output started at /home/trc21/public_html/setup_mysql.php:46) in /home/trc21/public_html/bb_functions.php on line 352 Warning:... 

92. Posted: 18 Mar 2014 22:47 - How To / How to use the "class.smtp.php" to send email?
    ... to myself.Sorry, I didn't get this - which way did you sent an email to yourself? From miniBB forums? MiniBB is not an emailing software. You can't send emails through it. What you have in headers, mostly looks like an email from our own forum. But you can't change this ;) Obviously, you just need to try to search your files for the lines you're getting, and modify... 

93. Posted: 17 Mar 2014 20:50 - Re-cycled / How to check if my forum software is UTF-8 encoding?
    ... modifing the "bb_func_search.php" , i don't know why.. 3.check ../lang/***.php 4.check ../index.php if(!isset($chars_encoding)) $chars_encoding='UTF-8';5.check ../templates/main_header.html ... <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8" /> ...6.check ../bb_func_txt.php //$text=wrapText($wrap,$text); 7.i... 

94. Posted: 19 Feb 2014 22:28 - Custom Tutorials and Modifications / Hide and disable certain menu items for guests
    ... smaller code: if($user_id==0 and ($action=='stats' or $action=='manual' or $action=='search' or $action=='register' or $action=='registernew')){ echo load_header(); echo ParseTpl(makeUp('guest_denied')); $endtime=get_microtime(); $totaltime=sprintf ("%01.3f", ($endtime-$starttime)); if(isset($includeFooter) and $includeFooter!='')... 

95. Posted: 18 Feb 2014 23:07 - Custom Tutorials and Modifications / Hide and disable certain menu items for guests
    ... bb_plugins.php file: ----------------------------------------------------- if(($user_id==0) and ($action=='register' or $action=='registernew')){ $enableNewRegistrations=FALSE; echo load_header(); echo ParseTpl(makeUp('guest_denied')); $endtime=get_microtime(); $totaltime=sprintf ("%01.3f", ($endtime-$starttime)); if(isset($includeFooter) and $includeFooter!='')... 

96. Posted: 9 Feb 2014 08:26 - Specific / Unable to view own post and logged in users get previous users ID
    ....htaccess to force all pages to be refreshed. In case anyone need that, here's the addition that worked for us: <FilesMatch "\.(html|htm|php)$"> FileETag None <ifModule mod_headers.c> Header unset ETag Header set Cache-Control "max-age=0, no-cache, no-store, must-revalidate" Header set Pragma "no-cache"... 

97. Posted: 13 Jan 2014 09:00 - Specific / Template trouble
    ... what is main_last_discuss_more.html used for?It's for "extra" navigation pages which appear on the first page, i.e. forum/2/ , forum/3/ etc. - it's the common template for displaying header/footer in these sections. 

98. Posted: 5 Jan 2014 13:22 - Specific / highliting menu
    You could use your own header and footer where you could overwrite the default formatting. 

99. Posted: 11 Dec 2013 13:31 - Specific / Auto Post To Forums
    ... of typical message i.e. 'This is a test title' or what kind of extra "database" there should be involved? Also, I'm not sure why do you need CURL option to set cookies, send headers... why there's so much difficulties? If you want to "food up" the forum, just make direct mySQL inserts into forum database... wouldn't it be easier/quicker then?... 

100. Posted: 4 Dec 2013 06:08 - How To / How to choose the thin slim basic skin template
    I replaced the files with the ones above. Replaced the Header file and use the basic CSS. Changed the "setup_options.php" accordingly but still doesn't work(I looks like my forum example pic above.). Any other ideas? I can also... 

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


  ⇑