The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Modification System Details »» | |||||||||||||||||||||||||||||||||||||
What is it ?
You see the way vBulletin create a Post for a Modification. You like it ? With this AddOn you can do it also. It's not for everyone, but ... try it out if you like. What does it do ? Simular the same as here on vBorg. But I mixed it with vBGo. Contents
Mod-System is very easy to use. After installing and setting the Userrights go to the Settings and choose one or more forums as a Mod-Forum. Now each "new Thread" will shown as here on vBorg. You can donate the Author, Mark as Installed/Uninstalled, Tag the Mod, Send Updates automatically or manually or nominate for MOTM. MOTM is also avaible and works full automatically ! What's different between vBorg and vBGo On vBGo you see the Categories (those are the Prefixes) - more later. There is a ProfileTab for your Modifications and some other different things. On vBGo you can have a "user defined" Licence. I will let the Admin to create more, so the Author can choose from different Licences. Permissions
If enabled and the permission is given, each User can set his options into the UserCP. Currency, Amount and PayPal-Email-Address. Donation is then only avaible in Mods, when the Email-Address exists. Licence/s A "user defined" Licence can also create in the UserCP (if enabled and the permission is given). Each User can create only one "user defined" licence. If the Admin create more, the Author of a Mod can choose one Licence from all of it for his Modification. Modification of the Month Works also very simple. Each month, a User can nominate Mods as he like during the month. At the end of month, the best nominated Mods are taken for the MOTM-Poll. There must be a minimum of 2 Mod for the poll, otherwise no poll is created. Ok, now you have 30 days (or if a new month starts earlier - like February - the poll is closed automatically) to vote for a Mod. The best Mod will become MOTM. A MOTM can't nominate again. Update Notification "Send Update" only appears, if a User set to "manual notification". If the Author clicks on it, ALL Users will inform about the Update (if he has clicked the Installed-Button before). A automatically notification will only send, if the Author change the Mod-Version to a higher one. Prefix There is no need for Prefixes. But if you create you own Prefixes for the Mod-Forums, the Auhtor can choose it and it will shown as a Category in the Post. NOTE I didn't get the permission to use the Images from here (vBorg). So I've created some own. Change them if you like. For Support just click: Installed For more Install-Informations take a look at the READ.ME Similar the same MOD as here: https://vborg.vbsupport.ru/showthread.php?t=191465 [edit] I've copied the text from the vB3.8 version. In this version, there a few differences between vB3.8. Images are taken from vB4 version. [edit 01-18-2010] Fixed the vB4CMS Problem (can't see content and cannot post a comment) [edit 07-08-2010] Fixed vB4.0.4 Download Now
Screenshots
Show Your Support
|
3 благодарности(ей) от: | ||
nacaruncr, Realystic, Teascu Dorin |
Comments |
#22
|
||||
|
||||
este funciona con la version 3.8.4 ¿?
|
#23
|
|||
|
|||
thanks for the great mods bro, in this readme instruction doesnt have to edit the threadbit template, its you forget or dont need too? i have follow the instruction and you skip that step from the 3.8 version. after install its doesnt show the number of Install on forumdisplay etc...., please check it thanks again.
|
#24
|
|||
|
|||
Thanks for this. Tagged for future install as i got to get mu forums up and running first.
|
#25
|
|||
|
|||
Every mod here is copyrighted?
Thanks man tagged.:up::up: |
#26
|
|||
|
|||
Is there a way to only allow the users downloading the mod if then donate a certain amount of $ or any donation ?
|
#27
|
|||
|
|||
Quote:
|
#28
|
|||
|
|||
so how i`m gonna to fix that? i been try adding the part code from the 3.8 but doesnt work.
|
#29
|
|||
|
|||
there is a bug when viewing the mods
the page constantly refreshes its very annoyying |
#30
|
|||
|
|||
Hello Coroner, firstly, thank you very much for porting this excellent mod' to vB4, it must have taken a great deal of your free time and I appreciate your efforts, thank you.
I hate to have to bring it up but I couldn't get the postbit_legacy bit below to show the bgdeveloper.gif: Code:
<vb:if condition="$post['show_installed']"> <vb:if condition="$post['show_developer']"> <div style="height: 28px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bgdeveloper.gif) left no-repeat" align="right"> </div> <vb:else /> <div style="height: 30px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bginstalled.gif) left no-repeat" align="right"> </div> </vb:if> </vb:if> I instead am using this: Code:
<vb:if condition="in_array($thread['forumid'], array(20,21)) && $thread['postuserid'] == $post['userid']"> <div style="height: 28px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bgdeveloper.gif) left no-repeat" align="right"> </div> </vb:if> <vb:if condition="$post['show_installed']"> <div style="height: 30px;margin-top: 10px;margin-left: 10px;background:url({vb:stylevar imgdir_misc}/bginstalled.gif) left no-repeat" align="right"> </div> </vb:if> Thanks again for this fabulous mod. |
#31
|
|||
|
|||
This work with 4.0.2 version....?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|