vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   vB Links Directory 2.0 *NEW VERSION* (https://vborg.vbsupport.ru/showthread.php?t=44551)

Russ_T 07-20-2003 02:25 PM

ARGH!

I misspelled drkslinks drklinks... what a noob :D

Thank you Cindy as otherwise i'd never have spotted it and had lots of problems for a long time :D

DrkFusion 07-20-2003 03:18 PM

Yea its a bit confusing, I will be releasing an automated upgrade which will get rid of the extra templates which are not used any more.

cindyd 07-20-2003 03:29 PM

Afternoon Keptic.....I had the templates previously moderated, as I didn't want all the header info at the top of the main table.....now you have this line inthe code:

<body>$header$navbar<normalfont>$navgon</normalfont><br><br>

If I remove $header and put the actual text in there that I want, will it be OK?

DrkFusion 07-20-2003 03:39 PM

Yes...but try to follow the same table structure if you keep the footer that is.

Test around :) If it doesn't work revert it back :)

cindyd 07-20-2003 03:41 PM

Thanks, it's good to know I can revert if I totally FUBAR it.

cindyd 07-20-2003 04:07 PM

Keptic: there isn't any "revert back to original" on the new template. Just a thought for the next version.

Holidazed 07-20-2003 04:35 PM

Thanks Keptic. It is working fine now.

cindyd 07-20-2003 05:16 PM

Keptic: when I originally installed this hack, it directed me to input a "test" link. After that I deleted it, but on certain searches it will show up and I don't know how to get rid of it.

It doesn't show up on any category, just under Popular links and newest links

Screen shot attached.

Is there a way to get rid of it?

jacobi 07-20-2003 08:04 PM

cindyd -- that's a strange problem. I tried creating a test link, then deleting it, and even recreating it and "making" it popular, calling it up as a popular link; then deleting it, and I could not recreate that error.

keptic -- I found a few more problems:
  • Links are no longer alphabetized within their categories. <<Example Link Category>> They appear in the order inputted. I realize there is no way to manually override the order, but it would be nice if they were at least alphabetized.
  • I still cannot change the name of a link in the Admin CP -- I can, however, edit the description. There's a case where I used an ampersand (the "&" sign), and it parses wrong, and I tried to edit it to read "and," and it wouldn't work, even though it told me it did.
These are minor bugs, as far as I'm concerned, but it would be nice to have them fixed for the next version. ;)

Thanks!
-AJ

Dark_Wizard 07-20-2003 08:10 PM

In links.php..

change this:
PHP Code:

$links $DB_site->query("
    SELECT *
    FROM gportal_weblinkslink
    WHERE catagoryid = 
$catid AND valid= '1'
"
); 

to this:
PHP Code:

$links $DB_site->query("
    SELECT *
    FROM gportal_weblinkslink
    WHERE catagoryid = 
$catid AND valid= '1' ORDER BY linkname ASC
"
); 

This should do it...


All times are GMT. The time now is 09:22 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.01688 seconds
  • Memory Usage 1,741KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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