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)

msimplay 02-23-2003 04:19 PM

Everything seems to be ok
But i am getting these errors in Admin cp

Drk's Links Directory
View/Edit
Quote:

Fatal error: Call to undefined function: maketableheaderview() in /home/wambam/public_html/Vbulletin/admin/weblinksadmin.php on line 12
Add Catagory


Add new Link
Quote:

Fatal error: Call to undefined function: maketableheaderview() in /home/wambam/public_html/Vbulletin/admin/weblinksadmin.php on line 12

View ALL Links
Quote:

Fatal error: Call to undefined function: maketableheaderview() in /home/wambam/public_html/Vbulletin/admin/weblinksadmin.php on line 255
Validate New


Those are the errors i'm getting for those options the others seem to be working ok
please help
and i'm running version 2.30

msimplay 02-23-2003 07:25 PM

oops doesn;t matter i missed one Command out from the file that i was meant to make
it all works great now :D

msimplay 02-23-2003 08:12 PM

What about a new Apostrophe's fix anyone gonna do anything about this ?
cuz i post around 3 posts in this forum already and no ones replied what u lot doin :ermm:

jacobi 02-28-2003 11:07 AM

Hi msimplay,

I visited an earlier post (linked below) on page 10 of this thread and figured out how to hand-code "links.php" to allow special characters.

In the current release (2.2.8), the "linkname" code already has the modification needed to allow these special characters, but you still need to change the "linkdesc" (link description) code.

Find this:
PHP Code:

VALUES ('$catid''".addslashes(htmlspecialchars($linkname))."''$linkurl''$linkdesc'$vd)"); 

And Change to:
PHP Code:

VALUES ('$catid''".addslashes(htmlspecialchars($linkname))."''$linkurl''" .addslashes (htmlspecialchars ($linkdesc )). "'$vd)"); 

Here's the post I referenced above that needed to be changed (post #142 on page 10 of this thread).

DTC 02-28-2003 11:10 AM

Any word on 3.0 yet? :)

msimplay 02-28-2003 11:37 AM

Quote:

Originally posted by jacobi
Hi msimplay,

I visited an earlier post (linked below) on page 10 of this thread and figured out how to hand-code "links.php" to allow special characters.

In the current release (2.2.8), the "linkname" code already has the modification needed to allow these special characters, but you still need to change the "linkdesc" (link description) code.

Find this:
PHP Code:

VALUES ('$catid''".addslashes(htmlspecialchars($linkname))."''$linkurl''$linkdesc'$vd)"); 

And Change to:
PHP Code:

VALUES ('$catid''".addslashes(htmlspecialchars($linkname))."''$linkurl''" .addslashes (htmlspecialchars ($linkdesc )). "'$vd)"); 

Here's the post I referenced above that needed to be changed (post #142 on page 10 of this thread).


thanks for that i would have used what it said on that page
but when i came to check the links.php first time around i noticed that the code refrenced was different to the code in the second version of links.php which is what i downloaded
anyway thanks for that :D

SVTBlackLight01 02-28-2003 09:47 PM

Quote:

Originally posted by DTC
Any word on 3.0 yet? :)
I was wondering the same thing. ?

insanctus 03-02-2003 12:49 AM

Will def install as soon as 3.0 is out .... this sounds like exactly what I been looking for.... ~ crosses fingures and hopes.

somerfeld 03-05-2003 10:29 AM

3.0 est time?

John 03-06-2003 09:02 PM

Great hack. :)

I don't know if anyone has pointed this out, and I don't have the time to read through this entire thread - but category is spelt wrong throughout the entire hack... :(


All times are GMT. The time now is 12:38 AM.

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.01695 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
  • (4)bbcode_php_printable
  • (5)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