Double Column Sub Forums?
Do you have a hack that does this? I want my subforums in two columns, I have figured out how to put it in a list, but not how to do it double.
Do you have a hack that does this? I want my subforums in two columns, I have figured out how to put it in a list, but not how to do it double.
As you know already, i’m ready to release some paid products here, and i have to inform everybody right now about what comes with each script: 1- Each release comes with its own sub-forum, and you need to purchase the product/subscription to have access to support and the files. 2- Lifetime support. When you pay…
even in vB 5.0 the permissions system is crap, if i understand it properly… a system for bipolars… if we code our own engine, or we create something that overpass the actual one, i want it to be Cascading… and complete independant depending on the tool we use… anyway… it sucks
why? just because i need it.. lol there is more and more addons for the forumhome right now, but they all are craply coded, take too much place and are just adding details instead of new elements. i have that parenting site that needs a lot of details in the front page, but i want…
Hey Nex, Was just wondering if any of your mods are vB4 compatible yet?
Here is my sort of brainstorm for some of the coding aspects we should pay attention to: – MVC setup Best coding style now I think, very organized, and works well with only one directory in the webroot. – Cacheing System vb4 as many have already noticed is SLOW. We need our engine to be…
I’m almost complete with the base engine so I thought I would right a quick tutorial of how to make addons for it. First File Structure Files need to be named class_mtf_(addon name).php The (addon name) must be replaced by the id of the addon in the forum manager. Second the File Ok here is…