Drew, meet Mert, Mert, meet Drew…
i’m Jean-Pierre, though… lol
Drew, meet Mert, Mert, meet Drew…
i’m Jean-Pierre, though… lol
Ok, So MTF, the idea, is almost perfect for OOP, mostly because OOP alows extending and « plugining in » (and MTF is based off that). I’ve been thinking about it and here is my idea for the « recoding » of MTF.
There is a class for MTF base. This class defines the basic functions that every forum type would need. This calss also sets up public functions that will be overwritten like a function for forum display, showthread, etc.
Then we have another class for every addon. Every addons class extends the base class and overwrites the public functions that are custom for this forum type.
Finally in say global_start something like:
[PHP]
if ($forumid AND in_array(THIS_SCRIPT, array(‘showthread’, ‘forumdisplay’,etc)
{
$forumtype = //use forumcache to get the forum type
include(‘mtf/class_’ . $forumtype);
$ft = new $forumtype($forumid);
}
[/PHP]
Then hooks like showthread something like:
$ft->showthread();
would be ran.
This method also allows a very simple product and only really one file upload.
Basically, no.
That answer is faded, sad for you, but we’re not here to help you startup your forum, we’re there to enhance your actual experience with vBulletin, that means you have to own a production site.
If you need a webmaster to maintain your site, you can always post a request in the Meet-Market, but we are not managing who will answer your request, it may be someone from the staff, or a freelancer which we do not sponsor. We do not maintain a list of charges for installs/setup of new forums, because there is already two official sites where to do so… mainly the one where you bought your software.
Ok, Drew, as you see in the archive i sent you, there is a Postfield manager… used to create new fields in the forum structure itself… it works perfect and is actually based on the Userfield generator, but instead of saving stuff in a seperate table, it edit the _forum table on the fly… this can be cumbersome if we go to the threads level when we have millions of posts, but i thought it would not be a problem with forums even if it have 500 forums… your point on this?
you want a different engine, let’s go.. i play with what i have on hands, so it was easier for me to modify vB code than invent something else.
– Think MEGA sites with hundreds of forums: Christian Forums is a target.
– Think OOP, because i do not understand a line of it.. lol
– Think Hierarchical Type detection with alterations: if a parent forum is Type-X, a child can be customized to be Type-Y… if not customized, the child receive the « child » version of the parent’s type… if there is no child version for that type, it receive the same type… until it is customized…
– Think Hierarchical Moderation level, at the opposite of vBulletin default. a parent moderator can be automatically moderator of a child forum, even if we have a moderator for that child forum. like on dmoz.org, where a parent moderator is called a META Editor, a child one is a Editor… Hierarchical Edition too, where a META can not be edited by a Editor… same in WordPress… >> this does not seems to fit as a MTF addon, because i think it’s more a complete rewrite of the actual vB structure… lol
other details to come… i like brainstorms!
that’s all about it.. lol
1.- Product Highlights
2.- Pequirements
Instant Payment notification works only with Premium and Business PayPal accounts with auto notification turn ON. If you’ve Personal account you can use it, but you’ve to add manually all donations.
3.- Installation
If you want to add a link to your nav bar then you must edit the NAVBAR template:
Search For:
[/Code]Add Below:
[Code]
[/Code]You can use any word you like instead of Donate
4.- Copyright
This script cannot be redistributed, reproduced, or published in any way. Modifying this script and sharing or publishing your modification A-N-Y-W-H-E-R-E (including here) without the author’s written permission is strictly prohibited. The same applies for writting addons or integrading it with any other software or module (eg vbAdvanced).
Copyright removal, editing or replacement PROHIBITED !! My copyright text and link must remain visible. If your template has colors that makes my copyright invisible you’re responsible to change the color of my copyright to be straight visible.
reference: vbDonator by Mary – vBulletin.org Forum[Code]
[/Code]Add Below:
[/Code]You can use any word you like instead of Donate
4.- Copyright
This script cannot be redistributed, reproduced, or published in any way. Modifying this script and sharing or publishing your modification A-N-Y-W-H-E-R-E (including here) without the author’s written permission is strictly prohibited. The same applies for writting addons or integrading it with any other software or module (eg vbAdvanced).
Copyright removal, editing or replacement PROHIBITED !! My copyright text and link must remain visible. If your template has colors that makes my copyright invisible you’re responsible to change the color of my copyright to be straight visible.
reference: vbDonator by Mary – vBulletin.org Forum[Code]
[/Code]You can use any word you like instead of Donate
4.- Copyright
This script cannot be redistributed, reproduced, or published in any way. Modifying this script and sharing or publishing your modification A-N-Y-W-H-E-R-E (including here) without the author’s written permission is strictly prohibited. The same applies for writting addons or integrading it with any other software or module (eg vbAdvanced).
Copyright removal, editing or replacement PROHIBITED !! My copyright text and link must remain visible. If your template has colors that makes my copyright invisible you’re responsible to change the color of my copyright to be straight visible.
reference: vbDonator by Mary – vBulletin.org Forum
Article Publishing & Review System
reference: vbArticles by Mary – vBulletin.org Forum
…same as vbFMates, but with an adult side of things!
vbPhotoVote Highlights
8.- Installation
Code:
Add Below:
Code:
9.- Copyright
Feel free to do anything with the code, eg by reusing the functions to develope other vBulletin modules, with only 2 major exceptions:
Greetings
MariavbPhotoVote Highlights
8.- Installation
Code:
Add Below:
Code:
9.- Copyright
Feel free to do anything with the code, eg by reusing the functions to develope other vBulletin modules, with only 2 major exceptions:
Greetings
Maria
Reference: vbPhotoVote by Mary – vBulletin.org Forum