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

Reply
 
Thread Tools
Easy Access - easily access functions in your ACP Details »»
Easy Access - easily access functions in your ACP
Version: 1.00, by yoyoyoyo yoyoyoyo is offline
Developer Last Online: Sep 2008 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 3.6.8 Rating:
Released: 11-04-2007 Last Update: 11-04-2007 Installs: 26
Re-useable Code Additional Files Translations  
No support by the author.

Easy Access



This is an admin control panel navigation menu that allows you to have easy access to many functions in your ACP, many of which normally require many clicks to get to the proper option menu.

For instance, I always found it somewhat annoying that, in order to edit a template, I had to click on "Styles & Templates," then "Style Manager," then choose "Edit Templates" and then click on the "<<>>" button to expand all of the templates. With this ACP navigation menu all you have to do is click on "edit Templates" to get to the same menu.

This comes in two versions, which are both included in the .zip file: one for regular vb users, and another for people that have TMS (Template Modification System) installed. Upload whichever one you want to use. In the pictures above, the one on the left is the TMS version, and the one on the right is the regular (non-TMS) version.

All permissions are set according to vb standards. In the TMS version, canadminstyles is the permission for the TMS settings.

This should work in all 3.6.X vb versions.

Installation:

Choose which version you wish to upload, and upload the contents of the "upload" folder to your forum directory via ftp. Then login to your Admin Control panel and look in the navigation menu for a new navigation option called "Easy Access." No file edits or products to upload - just upload one file.

NOTE: The cpnav_easyaccess.xml file should go to:
forum/includes/xml/cpnav_easyaccess.xml

enjoy!

Please click "Install" if you find this useful

Supporters / CoAuthors

Show Your Support

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

Comments
  #2  
Old 11-05-2007, 03:31 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

reserved
Reply With Quote
  #3  
Old 11-05-2007, 03:53 PM
Michael Biddle Michael Biddle is offline
 
Join Date: Apr 2004
Location: Anaheim, CA
Posts: 774
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

and does this work with permissions? Also i see that it has the TMS. A lot of people dont have that in their by default. Will it be removed?
Reply With Quote
  #4  
Old 11-05-2007, 04:12 PM
duckdodger duckdodger is offline
 
Join Date: Feb 2007
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Downloaded TMS version. Easy install and very handy. Thanks!
Reply With Quote
  #5  
Old 11-05-2007, 04:15 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by whitemike View Post
and does this work with permissions? Also i see that it has the TMS. A lot of people dont have that in their by default. Will it be removed?
there are two versions of the xml - one for people with TMS, and one for people without - upload the xml of your choice.

The permissions are all set according to vb standards for each setting
Reply With Quote
  #6  
Old 11-05-2007, 04:29 PM
albibak's Avatar
albibak albibak is offline
 
Join Date: Feb 2003
Location: Paris (France)
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks yoyoyoyo.
You can modify it to have a fully phrased.

Replace: <text>Edit Settings</text>
By: $vbphrase[edit_settings]

Replace: Edit Templates
By: $vbphrase[edit_templates]

Replace: Add Phrases
By: $vbphrase[add_new_phrase]

Replace: Show All Users
By: $vbphrase[show_all_users]

Replace: Usergroup Manager
By: $vbphrase[usergroup_manager]

Replace: Permissions Quick Editor
By: $vbphrase[permissions_quick_editor]

Replace: Add/Import Products
By: $vbphrase[add_import_product]

Replace: <text>Post New Announcement</text>
By: $vbphrase[post_new_announcement]
Reply With Quote
  #7  
Old 11-05-2007, 04:42 PM
yoyoyoyo's Avatar
yoyoyoyo yoyoyoyo is offline
 
Join Date: Dec 2004
Location: USA
Posts: 1,612
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by albibak View Post
Thanks yoyoyoyo.
You can modify it to have a fully phrased.

Replace: <text>Edit Settings</text>
By: $vbphrase[edit_settings]

Replace: Edit Templates
By: $vbphrase[edit_templates]

Replace: Add Phrases
By: $vbphrase[add_new_phrase]

Replace: Show All Users
By: $vbphrase[show_all_users]

Replace: Usergroup Manager
By: $vbphrase[usergroup_manager]

Replace: Permissions Quick Editor
By: $vbphrase[permissions_quick_editor]

Replace: Add/Import Products
By: $vbphrase[add_import_product]

Replace: <text>Post New Announcement</text>
By: $vbphrase[post_new_announcement]
Actually, I tried that, but since those phrases are not ACP navigation phrases they come up like this:

*[$vbphrase[editsettings]]*

If I try to add the phrase as simply <phrase>edit_settings</phrase> it comes out like this:

*[edit_settings]*

So instead, I decided to use:
<text>Edit Settings</text>

for the instances where phrases are not ACP navigation phrases.

When it was possible to use ACP navigation phrases, such as "Rebuild Bitfields" I used them, but they have to be ACP navigation phrases.

I thought about adding a product that added those phrases as ACP navigation phrases, but thought that was overkill for something like this.
Reply With Quote
  #8  
Old 11-05-2007, 04:44 PM
albibak's Avatar
albibak albibak is offline
 
Join Date: Feb 2003
Location: Paris (France)
Posts: 302
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok :'(
Reply With Quote
  #9  
Old 11-05-2007, 08:14 PM
bigcurt's Avatar
bigcurt bigcurt is offline
 
Join Date: Nov 2004
Location: KierDarby.php
Posts: 1,009
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks bud . I am going to think about installing but for right now I am going to click install anyway .
Reply With Quote
  #10  
Old 11-05-2007, 08:16 PM
iogames's Avatar
iogames iogames is offline
 
Join Date: Jan 2007
Location: Las Vegas, NV.
Posts: 1,433
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm so tempted
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 01:29 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.06348 seconds
  • Memory Usage 2,296KB
  • Queries Executed 24 (?)
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_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (9)postbit
  • (10)postbit_onlinestatus
  • (10)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete