vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Add-On Releases - vBulletin Link Directory (https://vborg.vbsupport.ru/showthread.php?t=255319)

Vossi 12-16-2010 03:48 PM

Quote:

Originally Posted by naisho (Post 2134857)
The category display order doesn't seem to work when "set by user" is selected. Categories remain alphabetically ordered.
I check in the database: values are correctly set (vblinklist_displayorder= 1 instead of 0 default)

Did you change the numeric values in the category mangement?
Quote:

Originally Posted by mohammad6006 (Post 2134866)
ok

can you help more ?

what code or what file i need edit?

I'll let you know later this evening and print the lines to change for you ;)

Cybeth 12-16-2010 03:57 PM

edit, uninstall :D

naisho 12-16-2010 04:00 PM

Quote:

Did you change the numeric values in the category mangement?
Yes I did. Now that I have also ordered my sub-categories, everything is working fine.
Strange as I deleted the browser cache before with no success.

mohammad6006 12-16-2010 05:45 PM

Quote:

Originally Posted by mohammad6006 (Post 2134836)
can manage sub-category like sub forum manager mod?

Quote:

Originally Posted by Vossi (Post 2134846)
I use the vB-standard only but actually this is just a small template change in order to have it shown the other way.

admincp --> style manager -->
search:
Code:

subforumlist commalist
open vblinklist_categorylistbit

find :
Code:

subforumlist commalist
and replace :
Code:

subforums
end. :D

Vossi 12-16-2010 05:52 PM

Quote:

Originally Posted by mohammad6006 (Post 2134932)
end. :D

Okay... :D

Goonie 12-16-2010 06:09 PM

Excellent mod!!

But... how do I upload images when adding new links?

mohammad6006 12-16-2010 06:19 PM

Quote:

Originally Posted by Vossi (Post 2134938)
Okay... :D

i work to showing two cats in one row in vblink home page

when categories and subcats is too many , look of list is not good

:D excuse for bad english :D

TheLastSuperman 12-16-2010 06:25 PM

Keeping my eye on this ;).

Looking forward to new tweaks :D.

Goonie 12-16-2010 07:23 PM

Quote:

Originally Posted by Goonie (Post 2134944)
Excellent mod!!

But... how do I upload images when adding new links?

Nevermind. I'm a dumbass.

mohammad6006 12-16-2010 07:39 PM

Quote:

Originally Posted by Vossi (Post 2134871)
Did you change the numeric values in the category mangement?

I'll let you know later this evening and print the lines to change for you ;)

i find this code in admin_vblinklist.php

PHP Code:

$parentcats = array(
        
'-1' => $vbphrase['none']
    );

    foreach (
$vbulletin->vblinklist['categories'] AS $catid => $currentcat)
    {
        if (
$catid == $cat['id'] OR $currentcat['parentid'] != -1)
        {
            continue;
        }

        
$parentcats["$catid"] = $currentcat['name'];
    }

    
print_select_row($vbphrase['vblinklist_parent_cat'], 'cat[parentid]'$parentcats$cat['parentid']); 

how can i change in codes to show all categories for choice sub-category for other sub-category?


All times are GMT. The time now is 10:43 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.01472 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete