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)

Peter Cook 02-19-2015 12:22 PM

For those of you who are having issues with duplicates when using VB 4.2.2, there is a setting in the "Link Directory" section of your Admin control panel called "Link Settings". click on it and Set "Check for Duplicate" to "No"

krustyx 03-02-2015 12:33 PM

1 Attachment(s)
Here's the lastest version from the german website... now clue what has changed

McGyver 03-02-2015 05:41 PM

Quote:

Originally Posted by krustyx (Post 2539218)
Here's the lastest version from the german website... now clue what has changed

Looks like the same with the one here, just with German translation.

kikaclub 03-15-2015 01:35 PM

not working with

vb 4.2.2 pl4

Polymat 03-17-2015 06:22 PM

Quote:

Originally Posted by kikaclub (Post 2540495)
not working with

vb 4.2.2 pl4

No, its still working fine.

Ksb2050 05-24-2015 03:47 AM

Quote:

Originally Posted by Polymat (Post 2540761)
No, its still working fine.

Could have fooled me...

Quote:

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


Bowlsworld 07-11-2015 12:53 PM

I love my vB but it is getting harder and harder to use this forum for a reasonable development platform of ideas, some mods work, so many conflicts, surely we could have experts clear the deck of useless mods, make mod builders aware of basic necessities.

Such a committed community, but to find anything of worth that works out of the box is very hard, and no one caeres about the CMS and Blogs which is ALL I'm about...anyway expanding sideways

kh99 07-11-2015 01:20 PM

Yeah, unfortunately I think it's kind of a "critical mass" type of thing. In the past (before my time, really) there were lots of people modding their own sites and sharing, and people developing on request because they enjoyed the satisfaction of seeing lots of people benefit from it. Now (as someone who's more on the coding side), if you decide to develop a mod on request, a lot of times it just feels like you're doing custom programming for free.

Anyway, not sure why you posted that in this thread (does it relate to this mod somehow), but it's kind of off topic.

bosanci28 07-25-2015 07:56 PM

So witch one is the last of the file to install:
vblinkdirectory105.zip
vblinkdirectory105vb415.zip
?
Wanted to give it a try.
Thanks

rotor 08-06-2015 09:18 PM

Quote:

Originally Posted by bosanci28 (Post 2551353)
So witch one is the last of the file to install:
vblinkdirectory105.zip
vblinkdirectory105vb415.zip
?
Wanted to give it a try.
Thanks

did you get it working ??

bosanci28 08-06-2015 09:48 PM

Never got to install it , as those links are confusing witch one is the latest to download .

Wired1979 08-13-2015 03:00 PM

Got this message when trying to import the xml:

The following dependencies were not met:

This product is not compatible with version 4.2.1 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)

Is there a 4.2.1 compatible version coming out soon?

thanks

MrD 08-14-2015 04:00 PM

Edit the Product xml
It runs under 4.2.3

Wired1979 08-14-2015 04:19 PM

Quote:

Originally Posted by MrD (Post 2552890)
Edit the Product xml
It runs under 4.2.3

thanks, will give that a try. :up:

robbiefritz 08-16-2015 09:54 PM

Edited the XML but instead of the incompatibility error, I get this:

Code:

Database error in vBulletin 4.2.3:

Invalid SQL:
CREATE TABLE vblinklist_category (
        id int(11) NOT NULL auto_increment,
        parentid int(11) NOT NULL default '0',
        displayorder int(11) NOT NULL default '0',
        name varchar(255) NOT NULL default '',
        description text,
        status smallint(5) NOT NULL default '0',
        defaulticon smallint(5) NOT NULL default '1',
        definedicon varchar(255) NOT NULL default '',
        groupshow smallint(5) NOT NULL default '1',
        groupshowlist varchar(255) NOT NULL default '',
        allowhtml smallint(1) NOT NULL default '0',
        allowbbcode smallint(1) NOT NULL default '1',
        allowsmilies smallint(1) NOT NULL default '1',
        linkurl tinyint(1) NOT NULL default '0',
        banner tinyint(1) NOT NULL default '0',
        thumbnail tinyint(1) NOT NULL default '0',
        picturelocation text,
        PRIMARY KEY (id)
) TYPE=MyISAM;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 20
Error Number  : 1064
Request Date  : Sunday, August 16th 2015 @ 07:51:08 PM
Error Date    : Sunday, August 16th 2015 @ 07:51:08 PM
Script        : http://xxx.com/xxx/admincp/plugin.php?do=productimport
Referrer      : http://xxx.com/xxx/admincp/plugin.php?do=productadd
IP Address    : xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.44-log


Thanks in advance.

Dragonsys 11-09-2015 10:49 PM

Quote:

Originally Posted by robbiefritz (Post 2553006)
Edited the XML but instead of the incompatibility error, I get this:

Code:

Database error in vBulletin 4.2.3:

Invalid SQL:
CREATE TABLE vblinklist_category (
        id int(11) NOT NULL auto_increment,
        parentid int(11) NOT NULL default '0',
        displayorder int(11) NOT NULL default '0',
        name varchar(255) NOT NULL default '',
        description text,
        status smallint(5) NOT NULL default '0',
        defaulticon smallint(5) NOT NULL default '1',
        definedicon varchar(255) NOT NULL default '',
        groupshow smallint(5) NOT NULL default '1',
        groupshowlist varchar(255) NOT NULL default '',
        allowhtml smallint(1) NOT NULL default '0',
        allowbbcode smallint(1) NOT NULL default '1',
        allowsmilies smallint(1) NOT NULL default '1',
        linkurl tinyint(1) NOT NULL default '0',
        banner tinyint(1) NOT NULL default '0',
        thumbnail tinyint(1) NOT NULL default '0',
        picturelocation text,
        PRIMARY KEY (id)
) TYPE=MyISAM;

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 20
Error Number  : 1064
Request Date  : Sunday, August 16th 2015 @ 07:51:08 PM
Error Date    : Sunday, August 16th 2015 @ 07:51:08 PM
Script        : http://xxx.com/xxx/admincp/plugin.php?do=productimport
Referrer      : http://xxx.com/xxx/admincp/plugin.php?do=productadd
IP Address    : xxx
Username      : xxx
Classname    : vB_Database
MySQL Version : 5.5.44-log


Thanks in advance.

This is due to your version of MySQL. Edit the XML file and remove all references to TYPE=MyISAM

s_cocis 11-11-2015 07:53 PM

don't work with 4.2.2
white page with

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 1873

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 2467

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar_videolink in ..../includes/functions.php on line 4597

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

Dragonsys 11-11-2015 10:50 PM

Quote:

Originally Posted by s_cocis (Post 2558603)
don't work with 4.2.2
white page with

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 1873

Deprecated: Assigning the return value of new by reference is deprecated in /..../vblinklist.php on line 2467

Warning: fetch_template() calls should be replaced by the vB_Template class. Template name: navbar_videolink in ..../includes/functions.php on line 4597

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

not sure navbar_videolink is from this plugin, but I haven't gone through all the files.
Anyway, yes, this plugin needs updating, the fetch_template calls are only compatible upto vb 4.2.0, 4.2.1 and above use vB_Template.

Unfortunately, this mod is marked as Not Supported, and is not marked as Reusable. So someone will have to reach out to the author and ask for permission to update it, or rebuild it from scratch.

helalmail 03-10-2016 11:15 PM

When tried to install

" This product is not compatible with version 4.2.4 Beta 1 of vBulletin. (Compatible starting with 4.0.8 / Incompatible with 4.2.0 Alpha 1 and greater)
"
????

ArcadeSyndicate 03-11-2016 11:25 PM

see post 653, edit the dependencies.

CharlieDelta 07-11-2017 12:19 PM

When trying to add new entry I get this error;
Code:

Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in ../forums/includes/class_dm_vblinklist_entry.php on line 95
4.2.5

rbc 07-12-2017 09:47 AM

Quote:

Originally Posted by CharlieDelta (Post 2588325)
When trying to add new entry I get this error;
Code:

Fatal error: Call to undefined method vB_DataManager::vB_DataManager() in ../forums/includes/class_dm_vblinklist_entry.php on line 95
4.2.5

try

/includes/class_dm_vblinklist_entry.php

find

PHP Code:

     function vB_DataManager_vBLinklist_Entry(&$registry$errtype ERRTYPE_STANDARD)

    {
        
parent::vB_DataManager($registry$errtype);
        (
$hook vBulletinHook::fetch_hook('vblinklist_entrydata_start')) ? eval($hook) : false;
    } 

replace with:

PHP Code:

        function __construct(&$registry$errtype ERRTYPE_STANDARD)  // rbc
    
{
        
parent::__construct($registry$errtype);  // rbc

        
($hook vBulletinHook::fetch_hook('vblinklist_entrydata_start')) ? eval($hook) : false;
    } 


give it a try .... ;)

CharlieDelta 07-12-2017 02:31 PM

Thank you very much. That worked.

rbc 07-12-2017 03:03 PM

Quote:

Originally Posted by CharlieDelta (Post 2588368)
Thank you very much. That worked.

that makes me happy :)

I had a similar problem with the project tools,
dave has shown me the right way and so I could help them. ;)

Peter Walker 08-29-2017 10:51 AM

I used this with vB3.8.9 and have now upgraded to vb 5 Connect. Is there a compatible version for vb5 Connect available, or a suitable substitute?

AllenBAN 09-02-2017 03:54 PM

be cool if this worked on vb 4.2.5 id use it for my site

aeternitasster 03-31-2018 08:41 AM

Quote:

Originally Posted by Dragonsys (Post 2558511)
This is due to your version of MySQL. Edit the XML file and remove all references to TYPE=MyISAM

Running vBulletin 4.2.5 and tried to install this hack with the XML edit as mentioned here, also edited the max. version in the XML file and I can get the product to upload and the options to appear in admincp, it generates a link on my navbar, however the link to vblinklist.php does not work. It generates the following error: PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /home/website/websitename.com/vblinklist.php on line 1873

Any ideas?

P.S. I am using PHP 7.0, could this be related?

MarkFL 03-31-2018 11:31 AM

What do you find at line 1873 in the referenced script?

aeternitasster 04-01-2018 02:24 AM

Nevermind thanks, it's fixed.

That was line 1873:

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

If anyone else has this problem and uses PHP 7, it can be corrected by removing the class assignment operator - the ‘&’ - which is no longer supported by PHP 7.

nookta 11-01-2018 04:56 PM

This product is not compatible with this version 4.2.4 vBulletin. (Compatibility starts at this value 4.2.1 / Not compatible with this value 4.2.4 and larger)

MarkFL 11-01-2018 05:41 PM

Quote:

Originally Posted by nookta (Post 2597119)
This product is not compatible with this version 4.2.4 vBulletin. (Compatibility starts at this value 4.2.1 / Not compatible with this value 4.2.4 and larger)

I would try editing the XML file to change the "dependencies block to read:

HTML Code:

        <dependencies>
                <dependency dependencytype="vbulletin" minversion="4.0.0" maxversion="5.0.0" />
        </dependencies>


Delfi_r 03-20-2020 10:50 PM

I've tried to install this mod on a vb4.25 site running on PHP 7.1

I've followed the indicated changes:

Quote:

Remove MY ISAM references
Changed

/includes/class_dm_vblinklist_entry.php as indicated on #662

as indicated on #668 Changed vblinklist.php
That was line 1873:

Quote:

$parser =& new vB_BbCodeParser($vbulletin, fetch_tag_list());

The mod is installed and visible

But I don't have access where to create categories or entries

Any help?

chudvs 04-13-2020 12:52 PM

did all the edits, getting this error

PHP Warning: A non-numeric value encountered in ..../includes/functions_misc.php on line 20


All times are GMT. The time now is 06:52 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.01980 seconds
  • Memory Usage 1,833KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (2)bbcode_php_printable
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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