The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Update System Details »» | |||||||||||||||||||||||||||||||||||
About Hack
The Update System Hack gives you a base where you can publish updates about your community. Basically the updates you are entering are not important and it is not worth to write a news about it. Be aware, you dont manage updates for vbulletin software or anything else. It is plain text you and your team can write and publish on an extra site. ACP FEATURES: - Who can publish - Who can write - Who can see internal updates README: Code:
################################################################################ README ################################################################################ ################################################################################ Copyright: ################################################################################ Written by www.entwickler-runde.de May 2010 Contact: webmaster@entwickler-runde.de ################################################################################ Information: ################################################################################ Current Version: 1.0.1 Creation Date: 17th May 2010 22:04 ################################################################################ Available Languages: ################################################################################ - English - Arabic (Translated by Dr.osamA) ################################################################################ Language Phrase Names: ################################################################################ erupdate_date erupdate_description erupdate_form_intern erupdate_form_submit erupdate_form_title erupdate_menu_add erupdate_menu_delete erupdate_menu_edit erupdate_menu_hide erupdate_menu_publish erupdate_no erupdate_publisher erupdate_title SETTING PHRASES: setting_updatesystem_internal_title setting_updatesystem_internal_desc setting_updatesystem_whocanedit_title setting_updatesystem_whocanedit_desc setting_updatesystem_whocanpublish_desc setting_updatesystem_whocanpublish_title ################################################################################ FAQ (Frequently Asked Question) ################################################################################ Q: How can I turn off the addon? A: Go to your Add-On-System and turn if of -> there is no ACP Option because its redundant and not necessary CHANGELOG: 1.0.1 - Install Script changed CHANGELOG:[/B] 1.0.0 - Install Script changed BUG REPORT: ------- FILES: erupdate.php includes/class_erupdate.php images/icons/fugue/minus.png images/icons/fugue/pencil.png images/icons/fugue/plus.png images/icons/fugue/slash.png images/icons/fugue/tick.png product-update_system.xml README.txt INSTALL INSTRUCTIONS: 1. Upload Files 2. Install XML 3. Make link to /erupdate.php and post first update PLANNED UPGRADES FOR 1.0.2 * Offline Page REQUIREMENTS: Vbulletin 4.0.3 Jquery PS: It is my first mod, and hopefully not my last, so please give me tips and tricks what I should improve! Translations are more than welcome! All the best, bpr from entwickler-runde.de Download Now
Screenshots
Show Your Support
|
Comments |
#12
|
|||
|
|||
Ok guys,
I am really sorry, that it doesnt work out with the database and the table creation... maybe somebody could tell me what I am doing wrong ? My install code for the plugin is: PHP Code:
|
#13
|
||||
|
||||
With pleasure
i add Arabic language but i waited for fix install code for the plugin Can you plzz tel as who to add the cod or table manually ?? |
#14
|
|||
|
|||
Nice add-on idea.
Instead of using vB Options for the permissions, you should use the permissions system https://vborg.vbsupport.ru/showthrea...ht=permissions |
#15
|
|||
|
|||
OK the Install Code should certainly work from now on (1.0.1)
@Osama, Thank you very much for the translation I apprechiate your effort a lot! Thank you! @ragtek, sound good, thanks for your suggestion, I will keep it in mind and will check it out as soon as I have some spare time again! |
#16
|
|||
|
|||
Also this
Code:
<ul id="erupdate_menu"> <li><img src="/images/icons/fugue/plus.png" alt="{vb:phrase erupdate_menu_add}" title="{vb:phrase erupdate_menu_add}" onclick="openDialog('add')" /></li> <vb:if condition="$publish == 1"><li><img src="/images/icons/fugue/minus.png" alt="{vb:phrase erupdate_menu_delete}" title="{vb:phrase erupdate_menu_delete}" onclick="openDialog('delete')" /></li></vb:if> <vb:if condition="$publish == 1"><li><img src="/images/icons/fugue/tick.png" alt="{vb:phrase erupdate_menu_publish}" title="{vb:phrase erupdate_menu_publish}" onclick="openDialog('publish')" /></li></vb:if> <vb:if condition="$publish == 1"><li><img src="/images/icons/fugue/slash.png" alt="{vb:phrase erupdate_menu_hide}" title="{vb:phrase erupdate_menu_hide}" onclick="openDialog('hide')" /></li></vb:if> <vb:if condition="$publish == 1"><li><img src="/images/icons/fugue/pencil.png" alt="{vb:phrase erupdate_menu_edit}" title="{vb:phrase erupdate_menu_edit}" onclick="openDialog('preedit')" /></li></vb:if> </ul> |
#17
|
|||
|
|||
actually thats true, but at that moment, i wasnt that shure if I make for each one permisson set .... will think about it, but its true, just one if is needed at the moment
thanks |
#18
|
|||
|
|||
Warning: Invalid argument supplied for foreach() in [path]/includes/class_erupdate.php on line 170
My vbulletin version: 4.0.3 |
#19
|
||||
|
||||
I get the same message.
|
#20
|
|||
|
|||
Thanks
|
#21
|
|||
|
|||
same problem here:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_erupdate.php on line 170 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|