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 09-10-2011 10:48 AM

Version for 4.1.5 has been uploaded. For an update it's enough to just replace vblinklist.php in forumroot.

GamersChallenge 09-10-2011 05:46 PM

Quote:

Originally Posted by Vossi (Post 2244221)
Version for 4.1.5 has been uploaded. For an update it's enough to just replace vblinklist.php in forumroot.

just installed for the first time. got this error when trying to add a link:

Fatal error: Call to undefined function convert_wysiwyg_html_to_bbcode() in /home/gamersch/public_html/vblinklist.php on line 1931

Vossi 09-10-2011 06:51 PM

In vblinklist.php search for (in line 1931):
PHP Code:

$message = ($vbulletin->GPC['wysiwyg'] ? convert_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']) : htmlspecialchars_uni($vbulletin->GPC['message'])); 

and replace with
PHP Code:

require_once(DIR '/includes/class_wysiwygparser.php');
$html_parser = new vB_WysiwygHtmlParser($vbulletin);
$message $html_parser->parse_wysiwyg_html_to_bbcode($vbulletin->GPC['message'], $catinfo['allowhtml']); 


GamersChallenge 09-10-2011 09:31 PM

thanks vossi. worked great. could you add for your next update max height, max width, max size next to the upload image?

thanks again, great mod, working for 1.1.5

adabros 09-25-2011 01:46 PM

Le seguenti dipendenze non sono state trovate:

Questo prodotto non ? compatibile con la versione 4.0.3 di vBulletin.

:(
sorry for me!
there isn't any version for me?
compatible.

vb.help 10-02-2011 11:40 PM

I was told to add nofollow to all external links for SEO purpose .. So how would i add nofollow to the external links from this mod ... please advise ...

Thanks

Kat 10-05-2011 02:23 PM

When I go to import the xml, I get this error:

The following dependencies were not met:
This product is not compatible with version 4.0.7 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)

It seems this is supposed to be compatible with 4.0.7 so I am wondering why I am getting this error? Help please? Thanks!

Vossi 10-05-2011 02:46 PM

Well, it's not made for 4.0.7 and below, that's why ;)

Kat 10-05-2011 03:24 PM

It sure doesn't say that anywhere that I could find. It says its for 4.X.X and someone else said they were using it on 4.01 or 4.02 I think. (I think it was even you that said you had it working on a verson lower than 4.07)

Vossi 10-05-2011 03:55 PM

But you were trying vblinkdirectory105.zip and not vblinkdirectory105vb415.zip , correct?


All times are GMT. The time now is 10:55 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.01672 seconds
  • Memory Usage 1,740KB
  • 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)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