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)

adabros 05-22-2012 09:55 PM

Quote:

Originally Posted by twolegit (Post 2329768)
it's also working for me on 4.1.12, but i am having an issue with uploading pics with the link....but not a big deal to me

Hi!!
Which version do u have downloaded?

-vblinkdirectory105.zip
-vblinkdirectory105vb415.zip

then, do u see any tabs in the left of AdminCp?

Chadi 05-24-2012 10:20 PM

Just curious if anyone got this working on 4.2.0?

Father Juan 05-26-2012 09:15 AM

Running 4.1.12 and can't seem to get the mod to shop up in the ACP.

Shows up under options, but I don't get the sidebar and I don't seem to be getting the complete set up options ie; category manager

https://vborg.vbsupport.ru/external/2012/05/2.png

webspider 05-26-2012 03:15 PM

Quote:

Originally Posted by Chadi (Post 2332519)
Just curious if anyone got this working on 4.2.0?

I found it won't install in 4.20. Hoping for an update :)

jorgejgm 05-30-2012 03:30 PM

Edit.wrong. Please, delete.

Athena1984 05-30-2012 03:34 PM

At first it wasn't working for me on 4.1.12 but I got it to work on that version and now it's working for me on 4.2.0. Are you getting an error?

grimor 05-31-2012 05:18 PM

Quote:

Originally Posted by Father Juan (Post 2332991)
Running 4.1.12 and can't seem to get the mod to shop up in the ACP.

Shows up under options, but I don't get the sidebar and I don't seem to be getting the complete set up options ie; category manager

https://vborg.vbsupport.ru/external/2012/05/2.png

I have the same problem when logged in as anyone other than the site SuperAdmin.

grimor 05-31-2012 05:20 PM

Is anyone able to use the {video} tags in the descriptions to embed videos (or any other method). I can in the rest of my forum but not in the Link Directory

Father Juan 06-10-2012 07:10 PM

If the admin section is not displaying for you in the admincp, here is a quick fix.

Go to plugin manager and find vBulletin-Linklist: Can administrate linklist, under Plugin PHP Code change this:

PHP Code:

foreach($do AS $field)
{
    if (isset(
$bits["$field"]) AND ($admin['linklistpermissions'] & $bits["$field"]))
    {
        
$return_value true;
        break;
    } 

to this:

PHP Code:

foreach($do AS $field)
{
    
//if (isset($bits["$field"]) AND ($admin['linklistpermissions'] & $bits["$field"]))
    
{
        
$return_value true;
        break;
    } 

It's ugly, but it works.

rotor 06-13-2012 02:56 AM

wouldn't mind paying for this ..... when it gets updated to work with 4.2

Disco_Stu 06-13-2012 03:31 PM

I installed it for 4.2 PL1 and it looks good in the default style but does not seem to be working in custom styles. Are there setting or code changes I need to make in order for it to use the custom styles?

Disco_Stu 06-13-2012 04:09 PM

Update: It now displays ok after I add at least one category in admincp.

Really great mod. Works well in 4.2 PL1 so far. Marking as installed and contacting you for brand free version.

Update: When adding or previewing a post I got the same error message that you addressed in post #414 and applied your fix dated : 10 Sep 2011, 15:51 . The fix worked. I guess the fix wasn't included in the updated files?

Disco_Stu 06-13-2012 05:42 PM

There is a link under Admin Tools to view entries waiting approval but I cannot find where you indicate that new link entries require approval and where you actually approve them?

Greenbug 06-13-2012 05:54 PM

Quote:

Originally Posted by felixkomo (Post 2313578)
Warning: require_once([path]/includes/functions_wysiwyg.php) [function.require-once]: failed to open stream: No such file or directory in [path]/vblinklist.php on line 1175

Has anyone figured out a workaround for the particular issue?

Great mod, only this one tiny thing I am having problems with.

rotor 06-14-2012 10:28 PM

Well vB has gone to 4.2 .... Great

I'd love to support this program - mainly because it would be cheaper than updating vBAdvanced Link Directory ever year - but ......... seeing as this doesnt support 4.2 and the author hasnt bothered responding to the questions from those that were asking whether it would or not .... I'm without a Links Directory that works properly - and your without my money ;)

You choose

webspider 06-14-2012 11:12 PM

That should be "you're"

Disco_Stu 06-14-2012 11:25 PM

I installed it on my 4.2.PL1 and the only real issue I ran into was that the display was all screwed up in my custom styles when there were no categories but it displayed fine as soon as I entered the first category.

I did not experience any issues at all when using the default style even with no categories.

If it works correctly on my 4.2.PL1 but not on yours then it may be conflicting with some other mods you have or perhaps your custom styles (if you're using any).

I should point out that mine was a fresh install so maybe it's having problems when it's an upgrade issue.

car20 06-15-2012 03:49 AM

Hello

I have vb 4.2 , I must download and install which file ?

vblinkdirectory105.zip (246.1 KB) Or vblinkdirectory105vb415.zip (233.3 KB)

Vossi 06-15-2012 05:05 AM

vblinkdirectory105vb415.zip will work with 4.2.x

qpurser 06-15-2012 10:36 AM

Hey Vossi,
I installed a while ago on out test server your other plugin "vBulletin-Yellow Pages" which works great with 4.2.
Is there actually a difference between those 2. At first sight I don't see anything different but before I go live with the site I want to make sure I will use the most recent one if they do the same

thanks
michael

car20 06-15-2012 01:06 PM

Quote:

Afterwards import 'product-vblinklist.xml' in admincp.
NOT Import ,

Vb Says :

The following dependencies were not met:

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

Allow Overwrite:yes

car20 06-15-2012 01:13 PM

Edit product file :

<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.1" />

installed.

Disco_Stu 06-15-2012 02:04 PM

Can you tell me how I set the option to require all new link entries to be approved? I see the admin drop down option to view entries waiting approval but I can't find the option to specify that new entries must be approved before they are displayed.

orGaz 06-15-2012 05:31 PM

Quote:

Originally Posted by car20 (Post 2339780)
Edit product file :

<dependency dependencytype="vbulletin" minversion="4.0.8" maxversion="4.2.1" />

installed.

done that, but then i get:

Code:

Database error in vBulletin 4.2.0:

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  : Friday, June 15th 2012 @ 08:28:55 PM
Error Date    : Friday, June 15th 2012 @ 08:28:55 PM
Script        : http://localhost/admincp/plugin.php?do=productimport
Referrer      : http://localhost/admincp/plugin.php?do=productadd
IP Address    : 127.0.0.1
Username      : blabla
Classname    : vB_Database
MySQL Version : 5.5.16


Disco_Stu 06-15-2012 05:56 PM

Is the "#" button on the Show Entries alphabet selection list supposed to clear the letter filter and show all the entries again? If so it's not working.

If that's not the button's purpose then what is and how do you show all the entries again after you use the alphabet filter without re-selecting the category?

Update: Looks like it's for any link entries that start with a numeric value. That answers that question but I still have a question about how you set up the mod to require approval for each entry?

woffie 06-15-2012 08:37 PM

Quote:

Originally Posted by orGaz (Post 2339857)
done that, but then i get:

Code:

Database error in vBulletin 4.2.0:

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  : Friday, June 15th 2012 @ 08:28:55 PM
Error Date    : Friday, June 15th 2012 @ 08:28:55 PM
Script        : http://localhost/admincp/plugin.php?do=productimport
Referrer      : http://localhost/admincp/plugin.php?do=productadd
IP Address    : 127.0.0.1
Username      : blabla
Classname    : vB_Database
MySQL Version : 5.5.16


Have the same issue, this mod needs to be upgraded by the author, I wont hold my breath waiting for that to happen.

Athena1984 06-15-2012 09:48 PM

Try replacing instances of TYPE=MyISAM to ENGINE=MyISAM in the product file. I think that was the error I had when I first tried to install it.

woffie 06-16-2012 02:04 AM

Quote:

Originally Posted by Athena1984 (Post 2339908)
Try replacing instances of TYPE=MyISAM to ENGINE=MyISAM in the product file. I think that was the error I had when I first tried to install it.

That fixed it, thanks!

car20 06-16-2012 12:47 PM

uninstall , :(

Disco_Stu 06-16-2012 05:31 PM

I'm still trying to figure out how to set it up so new link entries require approval. I can get it to notify the admin of new entries but by then the entry has already been made.

There is an option to view entries waiting to be approved but no option to set it up to require approval for new entries. So selecting the option to view entries waiting approval always displays nothing

I just don't want my visitors to be able to enter any link they choose because they could enter a link that looks innocent but points to some adult or illegal site.

Also, I added a large disclaimer warning visitors that these links direct them to external sites that are not under my control and that they use the links at their own risk. Has anyone else added such a warning?

Athena1984 06-16-2012 05:47 PM

Disco_Stu, you have to set that option in the usergroup settings. Where it says "Approve new entries" you have to select "Yes".

Disco_Stu 06-16-2012 07:30 PM

Quote:

Originally Posted by Athena1984 (Post 2340133)
Disco_Stu, you have to set that option in the usergroup settings. Where it says "Approve new entries" you have to select "Yes".

Yep. It was right there in front of my face but I didn't notice it. :rolleyes:

Thanks

Disco_Stu 06-16-2012 08:27 PM

Well, I set it to require approval for new links but after entering the link a message appeared saying the phrase "moderated_entry" was not found.

I guess that's not included in the install files. I'll create one and see what it does


Update: No matter what I add as a phrase name "moderated_entry", vblinklist_moderated_entry, etc. it keeps coming back and saying it can't find the phrase "moderated_entry"

And now when I click on the view entries waiting approval I can see them but when I try to delete them it says it cannot find phrase "vblinklist_moderated_entries_successfully" even though I can see the phrase in the phrase list.

Can the author of this mod please reply with some advice? It's a good mod but only if it works completely.

Disco_Stu 06-17-2012 01:07 AM

OK...I've narrowed it down to line 1558 in vblinklist.php in the root directory that reads:

eval(print_standard_redirect('redirect_moderated_e ntry',true, true));

When that line executes I get the message that the phrase "moderated_entry" is not found even though the phrase exists.

Any ideas??

Athena1984 06-17-2012 01:37 AM

I'm not sure why it's not working for you. I just tried it and I don't get that error. I am about to uninstall it though because I think the Vault Wiki as a better solution. I hope you're able to work this out. It's sad there seems to be no support because it was a great mod when it was working.

Disco_Stu 06-17-2012 01:49 AM

Do you have a phrase "moderated_entry" ? Can you provide the phrase details?

Thanks

Disco_Stu 06-17-2012 02:35 AM

Found a workaround. I just changed the statement to use a hard coded message phrase and it worked:

Code:

eval(print_standard_redirect('Thank you for your link entry. It is being sent to the site administrators for approval',false,true));
This is such a great mod and I didn't want to give up on it.

GameOverViper 06-17-2012 02:36 AM

I'm being told its not compatible with 4.2.0. Anyone know any way around this or if it will be updated for 4.2.0? I think something like this would be great for my site clan listings.

Disco_Stu 06-17-2012 02:38 AM

I'm using it on 4.2 PL1 right now in development and it works

The only real issue I had was it not finding a phrase when a link was posted that required moderation so I hard coded the phrase.

ProFifaLeagues 06-17-2012 08:13 AM

Quote:

Originally Posted by Disco_Stu (Post 2340263)
I'm using it on 4.2 PL1 right now in development and it works

The only real issue I had was it not finding a phrase when a link was posted that required moderation so I hard coded the phrase.


Would you provide some detailed steps on how to get it working Stu on 4.2
Used it a long time ago but Knowing you have it running now on 4.2 means we would love to try again with it!
:up:


All times are GMT. The time now is 03:15 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.01824 seconds
  • Memory Usage 1,842KB
  • 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
  • (3)bbcode_code_printable
  • (2)bbcode_php_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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