Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Update System Details »»
Update System
Version: 1.01, by bpr bpr is offline
Developer Last Online: Dec 2010 Show Printable Version Email this Page

Category: Miscellaneous Hacks - Version: 4.0.3 Rating:
Released: 05-15-2010 Last Update: 05-16-2010 Installs: 10
DB Changes Template Edits
Additional Files Translations  
No support by the author.

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

File Type: zip er_update_system_101.zip (18.7 KB, 59 views)
File Type: xml product-update_system_Arabic.xml (16.2 KB, 17 views)

Screenshots

File Type: jpg Screen shot 2010-05-16 at 03.33.33.jpg (37.4 KB, 0 views)
File Type: jpg Screen shot 2010-05-16 at 03.33.17.jpg (56.2 KB, 0 views)
File Type: jpg Screen shot 2010-05-16 at 22.47.40.jpg (71.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-17-2010, 01:22 AM
bpr bpr is offline
 
Join Date: Dec 2009
Location: London
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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:
$vbulletin->db->hide_errors();

$vbulletin->db->query_write("CREATE TABLE IF NOT EXISTS '" TABLE_PREFIX "erupdate' (
  'id' int(11) NOT NULL auto_increment,
  'title' varchar(255) NOT NULL,
  'timestamp' timestamp NOT NULL default CURRENT_TIMESTAMP,
  'intern' tinyint(4) NOT NULL,
  'active' tinyint(4) NOT NULL,
  'user_id' int(11) NOT NULL,
  PRIMARY KEY  (`id`)
)"
);

$vbulletin->db->show_errors(); 
Would be interested into providing the arabic language : )
Reply With Quote
  #13  
Old 05-17-2010, 01:31 AM
Dr.osamA's Avatar
Dr.osamA Dr.osamA is offline
 
Join Date: Aug 2004
Location: Syrie
Posts: 979
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 ??
Attached Images
File Type: png wdw.png (36.2 KB, 0 views)
Attached Files
File Type: xml product-update_system_Arabic.xml (16.2 KB, 6 views)
Reply With Quote
  #14  
Old 05-17-2010, 05:45 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #15  
Old 05-17-2010, 08:10 PM
bpr bpr is offline
 
Join Date: Dec 2009
Location: London
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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!
Reply With Quote
  #16  
Old 05-18-2010, 08:51 AM
ragtek ragtek is offline
 
Join Date: Mar 2006
Location: austria, croatia
Posts: 1,630
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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>
could be placed into a if condition instead of 4 or?
Reply With Quote
  #17  
Old 05-18-2010, 12:18 PM
bpr bpr is offline
 
Join Date: Dec 2009
Location: London
Posts: 57
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
Reply With Quote
  #18  
Old 06-04-2010, 09:14 PM
anuanu anuanu is offline
 
Join Date: May 2007
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Warning: Invalid argument supplied for foreach() in [path]/includes/class_erupdate.php on line 170

My vbulletin version: 4.0.3
Reply With Quote
  #19  
Old 06-13-2010, 04:02 AM
Dragonsys's Avatar
Dragonsys Dragonsys is offline
 
Join Date: Jan 2008
Location: DFW, Texas
Posts: 743
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by anuanu View Post
Warning: Invalid argument supplied for foreach() in [path]/includes/class_erupdate.php on line 170


My vbulletin version: 4.0.3
I get the same message.
Reply With Quote
  #20  
Old 06-13-2010, 04:29 AM
sadiq6210 sadiq6210 is offline
 
Join Date: Sep 2005
Posts: 684
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks
Reply With Quote
  #21  
Old 06-13-2010, 05:13 PM
mordor1 mordor1 is offline
 
Join Date: Apr 2010
Posts: 17
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

same problem here:
Warning: Invalid argument supplied for foreach() in [path]/includes/class_erupdate.php on line 170
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:32 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.13537 seconds
  • Memory Usage 2,353KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete