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 29 of 31:  « Previous  1  ...  28  29  30  31  Next » 
 
561. Posted: 8 Feb 2004 22:03 - The Other / HOW DID YOU FIND MINIBB?
    ... quibble with both of them: I use Dreamweaver template pages for the ease of updating and so clients can use Contribute to update reg content. I love to find scripts that don't insist on their own headers and footers and will work within other pages. Ended up sticking mini in an iframe. Good work though! 

562. Posted: 1 Feb 2004 02:23 - Specific / Wordpress' PHP Header/footer
    <?php $wpheader == include('./templates/wp_header.php'); $wpfooter == include('./templates/wp_footer.php'); ?> this won't work. in your bb_plugins.php,... 

563. Posted: 30 Jan 2004 21:37 - Specific / Wordpress' PHP Header/footer
    Yes, but how do I set the vars $wpheader and $wpfooter equal to the generated content from ./templates/wp_header.php From looking at http://uk.php.net/function.include return.php <?php $var = 'PHP';... 

564. Posted: 25 Jan 2004 22:14 - Specific / Wordpress' PHP Header/footer
    Changing bb plugins to <?php $wpheader == include('./templates/wp_header.php'); $wpfooter == include('./templates/wp_footer.php'); ?> Gets rid of the 1 character but still renders incorrectly 

565. Posted: 25 Jan 2004 22:12 - Specific / Wordpress' PHP Header/footer
    Okay heres where I've got to ... bb_plugins contains the following... <?php $wpheader = include('./templates/wp_header.php'); $wpfooter = include('./templates/wp_footer.php'); ?> Main Header contains .... {$wpheader}... 

566. Posted: 24 Jan 2004 13:39 - Specific / Wordpress' PHP Header/footer
    Hi I'm trying to integrate MiniBB into my Wordpress based site but I have run into a few problems. Basically the header and footer (including div contain menu) both use php in them. Creating two files - header.php and footer.php Adding to bb_plugins $myheadertop and $myfooter... 

567. Posted: 25 Oct 2003 21:44 - Bugs / Some mails not arriving
    I know that this is an old thread, but I just came upon it... > In miniBB, you can add/edit all email headers in function sendMail which is stored in bb_functions.php Yes, this is where the solution lies. I resolved a similar mail() problem (not with miniBB) by adding additional headers... 

568. Posted: 18 Oct 2003 09:42 - The Other / HOW DID YOU FIND MINIBB?
    ... horrible loading times. I ran an EZ board on the side for a couple of years and me and my members loaded it up with tons of avatars, huge graphic animated signatures and other assorted nonsense in the header and footer that amused us endlessly and slowed the board to a crawl. We learned a lot of basic html and javascript and had a great time abusing that board in the process. At the same... 

569. Posted: 12 Oct 2003 00:49 - How To / How did "Team" get his/her cool.gif?
    ... the little bit of javascript to prevent this field being left blank). If I was to do the above I would also need to simply remove the 'prefs' & 'register' items from the main header. This is the only way that my BB will work ok as far as I can see.... I know that my installation of apache2, php, active perl, and MySQL are fine as I have no other issues with any... 

570. Posted: 2 Oct 2003 15:07 - Specific / a not registered link
    Even putting a form on all pages (try simply to move {$user_logging} from main_forums.html to main_header.html) will not help you since in email case users will be re-adressed on the first page. 

571. Posted: 23 Sep 2003 23:01 - Re-cycled / PHP in header and/or footer
    what do you need to include? anyway - here's an example. add this to bb_plugins.php: $mycontenttop = 'appears in the header'; $mycontentbottom = 'appears in the footer'; now add this to the end of templates/main_header.html (or anywhere you like): {$mycontenttop} and add... 

572. Posted: 14 Sep 2003 04:04 - Re-cycled / PHP in header and/or footer
    if you added a call to your other code in bb_plugins.php - then had your other code output to $mycontent, you could add {$mycontent} to main_header.html and main_footer.html. it'd be included along with everything else. Read these threads for more: PHP code / variables in templates Using {$...} tags in custom header... 

573. Posted: 14 Sep 2003 02:46 - Re-cycled / PHP in header and/or footer
    hello, would it be possible to have header.html and footer.html as header.php and footer.php instead? This way I can get includes to work. Ciao, Loz 

574. Posted: 4 Jul 2003 18:07 - Master Class / Integration with Smarty
    ... require("../Classes/Core/TemplateClass.php"); $Template = new Template; $Template->display("Forum/Index.tpl"); 3. Create Forum/Index.tpl with only the following: {include file="Header.tpl"} {php} include("index_minibb.php"); {/php} {include file="Footer.tpl"} This almost works, in the sense that it does not generate an error. Unfortunately... 

575. Posted: 19 Jun 2003 13:53 - The Other / bb_specials.php code appears at the top of all pages?
    I uploaded changes in the bb_specials.php file which now appears in the header on all pages. What have I done wrong ? Thanks for your help Jim 

576. Posted: 10 Jun 2003 11:13 - Bugs / Some mails not arriving
    ... does not depend on miniBB (and vice versa), and you need to solve problem individually on individual server (personally I don't know what the reason can be). In miniBB, you can add/edit all email headers in function sendMail which is stored in bb_functions.php 

577. Posted: 9 Jun 2003 21:09 - Bugs / Some mails not arriving
    Thx for your speedy reply! Mail is working, below are the headers of a message that got through to a Hotmail address. But there are e-mail delivery problems for most other providers. This seems to be a well known issue. According to PHP.net it's... 

578. Posted: 9 Jun 2003 15:49 - Bugs / Some mails not arriving
    ... server side (usually, via sendmail directive in PHP settings). If sendmail in PHP does not work, you don't need to edit any miniBB file since it will not help you. Ask provider. When I verified the headers of the e-mail, I noticed that they are being checked by SpamAssassin. Is this being done on your side or by my e-mail provider? I guess, it's done either by our server provider... 

579. Posted: 9 Jun 2003 15:36 - Bugs / Some mails not arriving
    ... minibb-file I should try adding some parameters .. and how (I'm not very technical) Secondly, when I registered on this forum, your e-mail with the password arrived immediately. When I verified the headers of the e-mail, I noticed that they are being checked by SpamAssassin. Is this being done on your side or by my e-mail provider? I assume it is the reason why your e-mail has been accepted... 

580. Posted: 31 May 2003 13:10 - The Other / Slashes show up on rare places
    IE and Opera. But i think I figured it out... It had something with the css... Had added a new header and bottom part to make it look like the rest of my site, and I forgot that there already was a full header and css in the forum too. So i paste the bb_css into my own... 

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


  ⇑