vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Administrative and Maintenance Tools - cpSettingsSort v1.0.0 (https://vborg.vbsupport.ru/showthread.php?t=113077)

hambil 04-14-2006 10:00 PM

cpSettingsSort v1.0.0
 
Keywords: admincp, menu, order, sort, displayorder, settings, vBulletin Options

Description:
Simple product that gives you a "sort" menu choice that will sort the settings under vBulletin Options alphabetically. It's a little thing - but it's been driving me nuts every since I started using vBulletin, and I finally got around to doing something about it.

Features:
  • Fully Phrased.
  • Sort settings under vBulletin Options.
Install:
  • Download the cpSettingsSort_1.0.0.zip file.
  • Unzip and upload all files in the upload directory to your forum root.
  • Import the product file in your admincp.
  • Sort you settings whenever they change (e.g. new hack installed).

Allan 04-15-2006 07:19 AM

Nice idea ;)

Click Install

Gizmo5h1t3 04-15-2006 08:52 AM

thats a crackin idea mate.....been wondering if this was possible,now i know!!

Azhrialilu 04-15-2006 03:10 PM

Nice, I like this :)

wizardan 04-15-2006 03:20 PM

Very useful.
Installed:)

Snake 04-15-2006 05:10 PM

Nice work man! ;)

NiTRoN 04-15-2006 09:44 PM

Yep.. great addition

YOimYO 04-16-2006 05:32 AM

yeah nice 1. installed :)

Allan 04-17-2006 08:19 AM

File Attach, French language ;)

Boofo 04-20-2006 06:11 PM

Is there a way to set the settings back to the default sort?

hambil 04-20-2006 06:15 PM

Quote:

Originally Posted by Boofo
Is there a way to set the settings back to the default sort?

Not currently.

Boofo 04-20-2006 06:20 PM

Quote:

Originally Posted by hambil
Not currently.

Can it be done fairly easily?

hambil 04-20-2006 06:21 PM

Quote:

Originally Posted by Boofo
Can it be done fairly easily?

Probably. I'll look into it :) The order should still be in the cpnav xml files.

Boofo 04-20-2006 06:25 PM

Quote:

Originally Posted by hambil
Probably. I'll look into it :) The order should still be in the cpnav xml files.

The reason I asked is because there are some admins that are used to the default oreer and on a site with more than one admin, they would have a choice.

Maybe have it write the new order and the old default order to the datastore cache and be able to call either one from there by clicking the appropriate link? Just an idea. ;)

hambil 04-20-2006 06:28 PM

Quote:

Originally Posted by Boofo
The reason I asked is because there are some admins that are used to the default oreer and on a site with more than one admin, they would have a choice.

Maybe have it write the new order and the old default order to the datastore cache and be able to call either one from there by clicking the appropriate link? Just an idea. ;)

If you guys put more hooks in the admincp it would be easier ;)

Good idea though. I'll work on it.

Developer 04-20-2006 06:29 PM

Another great hack hambil

{i planned to make this hack :(}

Nathan2006 05-20-2006 04:07 AM

Thank you hambil

Just what I needed :D

I was sick of searching for ages looking for one simple thing lol

Thanks again;)


Install

moonclamp 05-20-2006 01:25 PM

Quote:

Originally Posted by hambil
Not currently.

What about uninstalling the hack? Will that revert them?

I made a mistake about this mod and thought it would sort out my ever expanding sidebar

hambil 05-20-2006 04:17 PM

Quote:

Originally Posted by moonclamp
What about uninstalling the hack? Will that revert them?

I made a mistake about this mod and thought it would sort out my ever expanding sidebar

cpSuperMenu will sort out your sidebar.

At the moment uninstalling does not revert the sort. I'm considering that for the next version.

Thanatos 05-20-2006 04:56 PM

Does this plugin conflict with the plugin that breaks your admincp menu into 2 pages? I think its enhanced navigation menu.

hambil 05-20-2006 04:59 PM

Quote:

Originally Posted by Thanatos
Does this plugin conflict with the plugin that breaks your admincp menu into 2 pages? I think its enhanced navigation menu.

I don't know. If you can link the hack in question here, I'll look at it.

moonclamp 05-20-2006 06:02 PM

Quote:

Originally Posted by hambil
At the moment uninstalling does not revert the sort. I'm considering that for the next version.

Please ... an unreversable hack is a bit disappointing when you don't even warn that it can't be reverted.

hambil 05-20-2006 08:16 PM

Quote:

Originally Posted by moonclamp
Please ... an unreversable hack is a bit disappointing when you don't even warn that it can't be reverted.

Sorry about that. You have a point. I will change it for the new version and release soon.

Thanatos 05-22-2006 02:39 PM

Quote:

Originally Posted by hambil
I don't know. If you can link the hack in question here, I'll look at it.

here is the hack in question:

https://vborg.vbsupport.ru/showthread.php?t=95679

Would be wonderful if they played nicely together.

hambil 05-22-2006 02:47 PM

Quote:

Originally Posted by Thanatos
here is the hack in question:

https://vborg.vbsupport.ru/showthread.php?t=95679

Would be wonderful if they played nicely together.

I don't see why it would break it. This plugin sorts the settings in the vBulletin Options list box. It has nothing to do with the admincp menu itself.

BTW, have you looked at cpSuperMenu? A lot of people don't seem to realize it exists for some reason ;)

Thanatos 05-22-2006 10:28 PM

No...I've never see that mod...and I've done quite a bit of searching.

I think that is really what I am looking for right there. Concidental how you wrote it, huh? :D

Thanks...I cliked install..going to check it out now.

akanevsky 05-22-2006 10:38 PM

The first and second screenshots are the same. :)

hambil 05-22-2006 11:20 PM

Quote:

Originally Posted by Psionic Vision
The first and second screenshots are the same. :)

No, one is sorted the other isn't :) It's the whole point of the hack LOL

Mattikana 07-14-2006 10:40 AM

Just wanted to know if it worked on vB 3.6 RC1 so I installed it on my testboard... too bad it didn't work :surprised:
Code:

Database error in vBulletin 3.6.0 Release Candidate 1:

Invalid SQL:

        SELECT varname, text
        FROM phrase
        WHERE phrasetypeid = PHRASETYPEID_SETTING AND
                languageid IN(-1, 0, 1)
        ORDER BY languageid ASC;

MySQL Error  : Unknown column 'phrasetypeid' in 'where clause'
Error Number : 1054


hambil 08-28-2006 01:16 AM

Quote:

Originally Posted by Mattikana
Just wanted to know if it worked on vB 3.6 RC1 so I installed it on my testboard... too bad it didn't work :surprised:
Code:

Database error in vBulletin 3.6.0 Release Candidate 1:

Invalid SQL:

    SELECT varname, text
    FROM phrase
    WHERE phrasetypeid = PHRASETYPEID_SETTING AND
        languageid IN(-1, 0, 1)
    ORDER BY languageid ASC;

MySQL Error  : Unknown column 'phrasetypeid' in 'where clause'
Error Number : 1054


This hack definately will be updated for 3.6 this week. It will also be made reversable.

Watched 09-05-2006 05:51 PM

i love this hack.. i just need it for 3.6 and preferrably reversible if needed.

hambil 09-05-2006 06:27 PM

Thanks :) I'm in the process of updating all my hacks for 3.6, and reversable is going to be added to this. I swear, every time I take something off my list I add two things back on :p

wacodep 09-15-2006 03:44 PM

*Clicks Install* (along with the cpSuperMenu as well).

Excellent work, hambil.

Watched 09-20-2006 05:07 AM

no update to 3.6.1 compatibility yet? :(

Watched 10-12-2006 12:13 PM

*bump* i'm dieing here.. still no update to 3.6.x?

Nathan2006 10-17-2006 01:31 AM

Quote:

Originally Posted by Watched
*bump* i'm dieing here.. still no update to 3.6.x?

Me too :)

yoyoyoyo 11-24-2006 06:26 PM

an update would be nice


All times are GMT. The time now is 05:14 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01326 seconds
  • Memory Usage 1,786KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (37)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete