Generate Tags on the Fly

the automatic-tags thing on vb.org is just crap. it use the thread title to generate tags. logically this is pointless, and even google is against the idea. it bring nothing to the meta search, it bring no real resumé of your thread, and it is not bringing real tags anyway.

My idea is different, when you create your thread, once it is posted you can see the Tags area in the bottom of the page — usual process… the difference come by the script i will post soon.

In the same path than tagthe.net – Webservice that tags your resources the little tool would simply be a little button in the « Edit Tags » field, and it would generate a list of tags depending on the thread title and first post content.

The logic will be the one of google keywords generator, using % of height in words to generate the most important keywords in the list and make them tags. It will not generate the list officially, but will just add the results in the « Add Tags » field, seperated by commas. The user can then choose the ones to keep.

The engine coded (in OOP) will be reusable in a cronjob, if you want, to force per-forum the generation of X tags per threads that do not have a tag stored.

As you can see, i started re-posting my stuff…

if you see a lot of updated threads these days, it’s because i re-post the older releases, with new screenshots, newer product files, and descriptions… lol

i posted the Freebies, which are simple, quick and dirty addons… i minimize the list of paid products from my list because they are the only ones which will be « supported »… the freebies need no update or support. and they usually are small tools of 10 lines and smaller…

Posts Per Day in Navbar for Members

This will simply calculate the average posts per day a member have on the forum, and display it below the « last visit » in the navbar.

nex_postsperday_navbar.jpg

The usage is simple… a lot of sites are asking their members to be very active on their forum or they get lower permissions etc. This little tweak will tell the users if they perform as requested!

— This one is again a no template/files edit. simply upload the product, and tada!

Extra thread fields and quick reply?

Ok so i did all the extra thread fields stuff for new threads, and i am starting on replys and i’m wondering how should we do this? Should the extra fields be displayed with the quick reply area? Or should we add a new page which the user is brought to after submitting there reply?

Top List / Webring

How to transform a forum into a Top List?!

simple: One forum per theme, each new thread is an entry, posted by the site owner, with title, url, desc.

visitors click the link to the url, and that hit is counted. same for the opposite, as the site owner can put a tag on his site to let his visitors vote to the site…: the vote link redirect to our toplist and a specific field will count the pro/con votes. people can even have permission to post comments if permission « can reply to others threads » is active…

we are not using the actual vB rate-thread engine because guests can not vote AND because on TopList we usually let visitors vote once per X days. but this can be using the rate-thread engine anyway, just putting the result in a specific field.

Details: difference with other TopList?!…

– we can change the threadbit display to show really a toplist, this is easy. you can also have a specific theme for each toplist by applying a theme for each forum you transform… no code needed

– we can have moderated entries without having to code a system. no code needed

– we can force people to register to vote. no code needed

– your forum can easily be hosting as much sub-forums that will become independant toplists. no code needed

… a lot can be done.

what i think is a Bundle, with Toplist, Webring, and Links Directory, Sites Reviews *(like all these CSS Galeries!)

importing to MTF…

ok, i have good way to test the future « import » scripts we will have. i install a lot of addons to a parenting site i’m building, like Lionel’ tools, Classifieds, Photopost Reviews etc…

so when we are ready with a similar product, let’s say we code a Product Reviews engine, we will have to produce some import script available to all new clients, so they can import their Photopost Reviews content in the forum MTF!…

let’s pretend that the main feature of these imports is to keep the actual structure of their engine, Photopost Reviews have categories, we can set a _import forum (hidden at first, viewable by admin) where all these categories will be recreated as sub-forums and the content posted as new threads…

if we do the same for all our imports, the bridge will be easy to write for all… instead of craping the way ImpEx is built.

the imports will have to be from existing vBulletin products first, and if someone have an external software to plugin, it will become a paid job for sure… we need to make money someway! (100% salary to the coder who write the import for first client, and then we see for distro)

what do you think of this?

Third Party Forum Types?

Ok i was thinking about it and say some developers wanted to create there own forum types for MTF, what policy would we have on that? Would we ban it all together? Would we have like an forum type « store » (like apples app store) where people can upload there custom forum types but we can accept/deny them? (and of course we get a x% commission ;))

Releases Engine Idea

I was thinking about the releases engine (seeing as it will probably be the largest, code wise, addon) and I thought of an idea for payment splitting: We have a new manager where you can add/edit different « splitting » percentages, give them a name and in the forum manager you can select that splitting scenario. A splitting scenario can have as many users as you want, you just set the percentages for each (and obviously on all there will be a dynamic field that controls the thread authors percentages).

For example when you add a new splitting scenario you would first be prompted for the number of users who are having the payment split (including the thread author) then they are brought to a new page with a field for the userid who would receive some of the payment (not for dynamic field) and a field of percentage.

btw when i say payment i mean the profit from the release, if it’s paid.

Multi-Type: Answers.yahoo Integration

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 – YDN

giving the ability to grab answers.yahoo.com content and create virtual life on your forum, per-forum, per-keywords, per-quota, per-organic feeding… you can have information on how Answers content is available here: Yahoo! Answers – YDN

when you use this system, your goals are:

1- fill my forum with related content
2- create a virtual life by having new members registering randomly and start posting
3- avoiding « Paid to Post » services which can be costly at the end, as they stop posting, and your forum looks lifeless
4- members can contribute to the discussions without nobody noticing the difference between members and virtual ones.

… this can even be used to fool a future buyer for your site, if you want to show it completely filled with numerous users. we’re not stupid, we’ve seen this a lot, so why hide. yes it work, and no we will not control you from doing that.

… some sites are using Answers.yahoo.com content to make some sort of Knowledge base on their forum, and it is a good way to have inspiration for content and group of discussions…

anyway, it’s a project planned for the end of spring.