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)

Elvis 01-04-2003 07:54 PM

Quote:

Originally posted by JakeC
Ok, I got it. For some reason when I saved the file everything was run together and not in any structure of any kind. So, I just copied and pasted into a php file and it works great. I haven?t been able to test it thoroughly but it works great so far. Thanks for a great update. I really like it.

JakeC


My pleasure... I figured I 'borrow' enough hacks from this place, I may as well contribute the only thing I've really done so far :D

JakeC 01-07-2003 05:59 PM

Quote:

I'm running into the apostrophe problem like Visionray was on page 10. Basically when I try to add a link with a ' in it, it will not upload. There was a fix given but it appears it was for an earlier version or something because the code looks different. Any help you could give would be very much appreciated. Thanks.

JakeC
Has anyone smarter than me come up with a fix for this problem? DrkFusion?? My users are beginning to wonder what is going on. Please let me know. Thanks.

JakeC

NTLDR 01-07-2003 06:38 PM

You need to use addslashes before it attempts to insert the data into the DB. I don't however use this hack so I can't say where to add this ;)

ChurchMedia 01-07-2003 07:07 PM

Is HTML supported in the link description?

DrkFusion 01-07-2003 07:41 PM

NTLDR, it does use addslashes, thats why I am seeing atleast, but the code is jumbled it, I will check again.

@ChurchMedia, no.

Regards

JulianD 01-07-2003 07:49 PM

Hi DrkFusion. I was reading the feature list for vB Links Directory 3.0 and I was quite impressed. When can we expect it? It's going to be free? I don't want to buy in-link or sidelinks if you're going to release such a hack!

Ok, good luck!

DrkFusion 01-07-2003 10:04 PM

It is indeed free, as it is not standalone, and pulls power from vB, I may be releasing a retail version, as one of my clients that my dads company got for me, wants a more advanced version of it, with member system, and content management, so I am not sure. But this one will be free.

Also please keep in mind, some of those features are not yet within, but will be coming.

I have got a list of beta testers that I will be contacting soon.
  • Hell Satan
  • Dark_Wizard
  • Smoothie *
    * Still need to confirm.

JulianD 01-08-2003 01:38 AM

If you need another one, count with me. I like to betatest new software :)

thedvs 01-10-2003 07:50 AM

I have a problem now, I added muliple categories and if I publicly add a new link it doesn't show up in the display! Yet it is shown in the Admin section? What could be the problem?

Carsten 01-10-2003 04:47 PM

Great hack!

2 questions:
- Is it possible to receive mail if there is a new link to validate (with username)?
- Is it possible to show the username in the admin CP?

JakeC 01-10-2003 11:21 PM

DrkFusion,

Any idea on my apostrophe problem? Look forward to hearing somthing. Thanks.

JakeC

SVTBlackLight01 01-19-2003 12:50 PM

I'm having a problem. When I click on the link, it just opens a blank page. Here's the link: http://www.modernengineuity.com/foru...hp?action=main

This also happens when I try to use the top 10 and last 10 links.

?:confused:?

SVTBlackLight01 01-21-2003 08:31 PM

...Anybody?

Ninth Dimension 01-21-2003 09:12 PM

sounds like missing templates.

JakeC 01-23-2003 07:38 PM

Does anyone else know anything about the apostrope problem? Is it happening to anyone else or is it just me?

JakeC

Elvis 01-23-2003 07:45 PM

Quote:

Originally posted by JakeC
Does anyone else know anything about the apostrope problem? Is it happening to anyone else or is it just me?

JakeC

yah... I had the same problem... but i hacked it... i think you just have to add special characters... if i recall. i dont have my file at hand right now.

SVTBlackLight01 01-27-2003 11:44 PM

Quote:

Originally posted by Ninth Dimension
sounds like missing templates.
All the templates are there. I was hoping someone could pinpoint the problem to avoid reinstalling the entire hack.

JakeC 01-29-2003 02:47 PM

I noticed that when a user follows a link from the links database when I go to the currently active user area to see where everyone is at I get the error in the screenshot I have attached. Any ideas how to fix this?

Jake

smestas 01-31-2003 08:11 PM

Hey guys,

I just finished installing vBlinks to my vBulletin site running 2.2.8 and did all of the steps required. When I went to finally add a forum I'm getting the following error from my admin controll pannel.

========================
Fatal error: Call to undefined function: makedescription() in /home/mtmdesig/public_html/bb/forums/admin/forum.php on line 85
========================

and this error when tring to access the vblinksadmin.php file

========================
Fatal error: Call to undefined function: makedescription() in /home/mtmdesig/public_html/bb/forums/admin/weblinksadmin.php on line 43
========================

Can someone give me a clue on where to look to fix this. I don't recall editing my forum.php file?

Thanks in advance.

smestas 02-05-2003 05:32 AM

Anyone?

AndrewD 02-06-2003 10:34 AM

Quote:

Originally posted by smestas
Hey guys,

I just finished installing vBlinks to my vBulletin site running 2.2.8 and did all of the steps required. When I went to finally add a forum I'm getting the following error from my admin controll pannel.

========================
Fatal error: Call to undefined function: makedescription() in /home/mtmdesig/public_html/bb/forums/admin/forum.php on line 85
========================

and this error when tring to access the vblinksadmin.php file

========================
Fatal error: Call to undefined function: makedescription() in /home/mtmdesig/public_html/bb/forums/admin/weblinksadmin.php on line 43
========================

Can someone give me a clue on where to look to fix this. I don't recall editing my forum.php file?

Thanks in advance.

Makedescription is defined in forum/adminfunctions.php immediately after maketableheader function, which is where you edited when you installed vblinks, I suspect you've accidentally deleted this function definition.

SVTBlackLight01 02-07-2003 09:36 PM

Quote:

Originally posted by SVTBlackLight01
I'm having a problem. When I click on the link, it just opens a blank page. Here's the link: http://www.modernengineuity.com/foru...hp?action=main

This also happens when I try to use the top 10 and last 10 links.

?:confused:?

Anybody have any ideas?

smestas 02-07-2003 09:51 PM

Thanks AndrewD!

You hit the nail on the head. All fixed and up and running.

Thanks again!

Littlebit 02-11-2003 09:06 PM

DrkFusion-

Let me know if you need a Mac beta tester.

Anitah 02-13-2003 03:11 AM

Quote:

Originally posted by DrkFusion
vB Links Directory 2.0
- AdminCP : View Catagory and Options

I've done the installation, but I don't show a Links Directory in the admin cpanel. The Links Directory Templates seem to have installed correctly and Vb Links Directory appears in the Options.

I've recently installed a "skin" for the vbhome. Could that be the problem?

Anitah 02-13-2003 03:12 AM

Hmm ok, I reloaded my browser and now the Links Directory appears in the cpanel, however, when I click "Add category" I get a browser error "Page Not Found."

What have I missed?

Anitah 02-13-2003 03:21 AM

Doh.

Forgot to upload webslinksadmin.php

Nevermind :)

Anitah 02-13-2003 03:23 AM

Great hack!

Thanks :)

JakeC 02-13-2003 03:44 AM

Ok, it might have been covered but I cannot find anything on it. Has anyone been able to get the links to be listed alphabetically? This would be extremely handy for what I am using it for. Thanks in advance.

Jake

Anitah 02-13-2003 04:56 AM

One minor glitch.

Can someone tell me how to fix the footer so that it does not extend the length of the screen?

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:55 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.01876 seconds
  • Memory Usage 1,830KB
  • 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
  • (12)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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