Require PHP 5?
I was witting some of the base engine (the OOP part) and i was wondering if i should use the PHP 5 standards or allow backward compatibility? If we do require PHP 5, we can make a much powerful engine.
I was witting some of the base engine (the OOP part) and i was wondering if i should use the PHP 5 standards or allow backward compatibility? If we do require PHP 5, we can make a much powerful engine.
hello, I’m trying to add this in plug both for header and footer.What I’m trying to do is incorporate the wordpress skin with vb.It worked on my local server but going live its not working example for header ob_start(); include(‘../path/to/wp-load.php’); include(‘../blog/wp-content/themes/sandbox/header.php’); $wp_header = ob_get_contents(); ob_end_clean(); then in header template at very top i would add…
inspired by my usage and coding of ico-content, i decided that ico was far from being useful because it was slow, retrieving content in a total anarchy, and was not really organic. so once MTF is ready to roll, i’ll be coding a complete version of the new BOSS engine from Yahoo: Yahoo! Search BOSS…
Hi, Ive only just started to learn to code and must admit it is quite daunting! The actual php dosent look too bad, however its then intergrating it with vbulletin. I was wondering if you fancied creating a section for people in the same boat as myself. Somewhere we can come to get a little…
this is simple… in the last upgrade/update of vBulletin yesterday, i forgot to re-install all the hacks i’ve had here… hacks that are only products are not a problem, they are unchanged… but there is 2 or 3 that have file edits, so they require to be re-installed to see the result!
it was requested to add the subscriptions to the statistics, and i thought it was a good idea, but… for that, i needed to edit the statistics table in the database and add a new entry each day for the number of subscriptions of the day. the problem was that the update of stats is…
Two addons in one… 1- Add Style to attachment blocks in threads. You can decide where to display the attachments blocks in the postbit: 2- Add Attachments to Events in Calendar… (this one is really obsolete and need attention from me!)