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)

woffie 06-17-2012 08:49 AM

Quote:

Originally Posted by woffie (Post 2339956)
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.

Quote:

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

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

installed.

Quote:

Originally Posted by Vossi (Post 2339690)
vblinkdirectory105vb415.zip will work with 4.2.x

You can install this mod on 4.2 if you follow these posts

woffie 06-17-2012 08:53 AM

I have a fixed version of the install file, but I don't think I am supposed to post it.

ProFifaLeagues 06-17-2012 09:11 AM

Quote:

Originally Posted by woffie (Post 2340324)
I have a fixed version of the install file, but I don't think I am supposed to post it.


Welcome to email me it if you get a chance Sir
Thanks profifaleagues.com@gmail.com

Disco_Stu 06-17-2012 11:59 AM

I installed it per instructions.

One thing, the display was really messed up in my custom styles (footer at top of page, width all screwed up, custom nav bar tabs not right) until I entered my first category via admincp (it was ok with the default style even without categories). After the first category was entered it looked just like my other pages.

The only issue I had after that was with the phrase not found (see my prior posts) but I overcame that will a little hard coding.

Now it seems to be functioning properly.

I should mention that this is a fresh install so maybe the issues others are having are due to upgrading instead of a fresh install.

I strongly suggest you back up your database and forum directories before installing this in case you have problems. I always do that before adding a new mod and several times I've had to restore my DB due to severe issues with other mods.

Disco_Stu 06-17-2012 12:24 PM

1 Attachment(s)
Here's what it looks like with my custom style (the screen looks darker in the image than it really is). If you want to see it using the default style let me know:

https://vborg.vbsupport.ru/attachmen...1&d=1339939376

Disco_Stu 06-17-2012 12:36 PM

1 Attachment(s)
Here's a sample of a link entry (again sorry for the dark image)

https://vborg.vbsupport.ru/attachmen...1&d=1339940133

GameOverViper 06-17-2012 03:25 PM

Quote:

Originally Posted by woffie (Post 2340323)
You can install this mod on 4.2 if you follow these posts

So I did this, now I'm getting the following errors when trying to install the plugin.

Erstelle Tabelle/create table vblinklist_category ... Erledigt/done!
Erstelle Tabelle/create table vblinklist_entry ...

PHP Code:

Database error in vBulletin 4.2.0:

Invalid SQL:
CREATE TABLE vb4_vblinklist_entry (
    
id int(11NOT NULL auto_increment,
    
name varchar(255NOT NULL default '',
    
description text,
    
userid int(11unsigned NOT NULL default '0',
    
username varchar(255) default NULL,
    
dateline int(10unsigned NOT NULL default '0',
    
lastupdate int(10unsigned NOT NULL default '0',
    
categoryid smallint(5unsigned NOT NULL default '0',
    
status int(10unsigned NOT NULL default '0',
    
ipaddress CHAR(15NOT NULL DEFAULT '',
    
views int(11unsigned NOT NULL default '0',
    
votenum smallint(5unsigned NOT NULL default '0',
    
votetotal smallint(5unsigned NOT NULL default '0',
    
linkurl text,
    
banner text,
    
INDEX (name),
    
INDEX (userid),
    
PRIMARY KEY (id)
TYPE=MyISAM;

MySQL Error   You have an error in your SQL syntaxcheck 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  
SundayJune 17th 2012 11:23:52 AM
Error Date    
SundayJune 17th 2012 11:23:52 AM
Script        
http://www.xbox360clans.net/admincp/plugin.php?do=productimport
Referrer      http://www.xbox360clans.net/admincp/plugin.php?do=productadd
IP Address    : **************
Username      GameOverViper
Classname     
vB_Database
MySQL Version 
5.5.23-55 


Quijar Haderak 06-18-2012 08:58 PM

Quote:

Originally Posted by Americanbang (Post 2340418)
So I did this, now I'm getting the following errors when trying to install the plugin.

Erstelle Tabelle/create table vblinklist_category ... Erledigt/done!
Erstelle Tabelle/create table vblinklist_entry ...

Edit XML product file before upload and change all "TYPE=MyISAM" to "ENGINE=MyISAM", save and try again.

GameOverViper 06-19-2012 02:10 AM

Quote:

Originally Posted by Quijar Haderak (Post 2340835)
Edit XML product file before upload and change all "TYPE=MyISAM" to "ENGINE=MyISAM", save and try again.

I did that, that's when it actually uploaded but now I get that error.

dmm2020 06-19-2012 09:43 PM

Question: Is this mod PHP 4.3 compliant yet?

dmm2020 06-24-2012 10:22 PM

Quick fix for members who have PHP 4.3 installed.

If you get depreciated errors in the output (be sure you have error display enabled or check your error logs for that.)

Look for two instances of "=&" and change that to just "=". Assigning of the new value by reference is depreciated in php 5.3. Click here for more information.

Otherwise, the rest of the code appears to me to be php 5.3 compliant, which is what I meant in my previous post.

aboayoy 06-27-2012 09:03 AM

please , this copy not compatible with vb 4.2.0

may i get compatible copy ?

thank you
www.tamecom1.com/vb

ProFifaLeagues 06-27-2012 09:05 AM

Quote:

Originally Posted by aboayoy (Post 2343228)
please , this copy not compatible with vb 4.2.0

may i get compatible copy ?

thank you
www.tamecom1.com/vb



This copy works fine on 4.2 with the changes posted above mate:up:

aboayoy 06-27-2012 09:50 AM

please , tell me number of posts that explain how to install with vb 4.2

thanks alot

aboayoy 06-27-2012 10:26 AM

what different between two attachment zip files؟

ProFifaLeagues 06-27-2012 11:06 AM

Originally Posted by woffie https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
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.
Originally Posted by car20 https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
Edit product file :

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

installed.
Originally Posted by Vossi https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
vblinkdirectory105vb415.zip will work with 4.2.x
You can install this mod on 4.2 if you follow these posts

aboayoy 06-27-2012 12:13 PM

Quote:

Originally Posted by ProFifaLeagues (Post 2343250)
Originally Posted by woffie https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
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.
Originally Posted by car20 https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
Edit product file :

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

installed.
Originally Posted by Vossi https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
vblinkdirectory105vb415.zip will work with 4.2.x
You can install this mod on 4.2 if you follow these posts

thank you so much ProFifaLeagues

Kiint 06-29-2012 08:45 AM

I also had to do the following to get things working ok. Now works fine :) thanks for all the tips.

Quote:

Originally Posted by Vossi (Post 2244349)
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']); 



MaxLiao 07-06-2012 07:59 AM

The following AdminCP functions give me an Internal Server Error:
  • Manage Categories
  • Manage Entries
  • General Update Tool
  • Information
All of the other options (General Settings, Links Settings, etc.) work just fine. I'm still trying to dig into my server logs, but in the mean time, is there anything that's common to those four AdminCP functions that are not common to the others?

My webhost sucks, so anything that I can look at and resolve myself (maybe a core PHP setting?) would be most helpful.

500 Error:
[06/Jul/2012:05:35:21 -0400] "GET /admincp/admin_vblinklist.php?do=managecats HTTP/1.0" 500 551 "http://legionofmyth.com/admincp/index.php?do=nav" "Mozilla/5.0 (Windows NT 5.1) AppleWebKit/536.11 (KHTML, like Gecko) Chrome/20.0.1132.47 Safari/536.11"
UPDATE:
This is now working properly, it seems the admin_vblinklist.php file would not upload when I did all the files/folders as a group; once I uploaded it by itself *BAM* good to go. Why it wouldn't upload when all the others did, I don't know. But all seems to be working now, so I don't care. ;)

mickknutson 07-08-2012 06:08 PM

I have issues with the downloads:

Code:

./admincp
admin_vblinklist.php        File version mismatch: found 1.0.0 , expected 1.0.4

Can I just changes the headers:

Code:

<?php
/*======================================================================*\
|| #################################################################### ||
|| # vBulletin-Linklist Version 1.0.0
|| # ---------------------------------------------------------------- # ||

???

Kiint 07-08-2012 06:32 PM

Go back one page, the instructions have been posted there :)

always best to read what others have posted, even if it is 36 pages long :) it sure helped me.

nukinfuts29 07-12-2012 07:17 AM

Can someone upload a package that is ready to go on 4.2 without issues? Or even email it to me, I just cannot seem to get it working and I'm not sure why. I don't know what I'm missing, but I'm getting low on programming time for the next few weeks and my members want this pretty bad.

twistmonkeycust at gmail dot com

Thank you

Kirk Fitzgerald 07-12-2012 10:47 AM

Quote:

Originally Posted by ProFifaLeagues (Post 2343250)
Originally Posted by woffie https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
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.
Originally Posted by car20 https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
Edit product file :

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

installed.
Originally Posted by Vossi https://vborg.vbsupport.ru/images/cs...s/viewpost.gif
vblinkdirectory105vb415.zip will work with 4.2.x
You can install this mod on 4.2 if you follow these posts

Absolutely first rate community spirit, thank you kindly for your consideration of fellow users here, myself included, most helpful. :)

nukinfuts29 07-13-2012 09:54 PM

Successfully installed it, uploaded all the files. When I go to myurl/vblinklist.php i just get a blank page.

Any ideas?

nukinfuts29 07-13-2012 10:03 PM

I'm an idiot, i forgot the .php

vb_nils 07-15-2012 12:05 PM

I've installed this nice mod on my 4.2.0 forum.
By doing the modification, the installation went very well without errors.

Nevertheless I'm missing in the Administration page the left admin menu called "vbulletin link Directory". So I can't create any category.

I've got all the settings in the the "vB Settings" page.

Any advice?

Kiint 07-15-2012 04:43 PM

I would say to uninstall it, and reinstall it....The settings should be a drop down list on the top of the admin screen, and not in the vbulletin settings.

vb_nils 07-15-2012 06:11 PM

1 Attachment(s)
Quote:

Originally Posted by Kiint (Post 2348366)
I would say to uninstall it, and reinstall it....The settings should be a drop down list on the top of the admin screen, and not in the vbulletin settings.

Teh I've already tried but no success ... always the same situation.

Some capture of what I get.

Attachment 139843

Attachment 139844

Kiint 07-15-2012 06:24 PM

I have the same options in my vbulletin options, but yes you are missing the extended list in the admin panel.

I would try uninstalling and reinstalling,
in the meantime you could create your categories here:
admincp/admin_vblinklist.php?do=managecats

adabros 07-24-2012 01:02 PM

Hi people.
I'll want to display categories in a own page on my forum (example on home.php ).
what i'll do?!
And for Vba Cmps?

MrD 07-24-2012 02:33 PM

Quote:

Originally Posted by vb_nils (Post 2348396)
Teh I've already tried but no success ... always the same situation.

Hi,
Have you Upload all Files?
I think that any XML are missing
i have the ACP link

SimonB 07-27-2012 06:06 AM

Trying to install this on 4.2.

I get the following message

Code:

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

Fatal error: require_once() [function.require]: Failed opening required '/home/pajerxga/public_html/vbulletin/includes/functions_wysiwyg.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/pajerxga/public_html/vbulletin/vblinklist.php on line 1175

Now the file is obviously missing. I have seen references to this file having been removed in 4.2. Where can I get this file then?

Disco_Stu 07-27-2012 12:51 PM

That's strange because I'm running 4.2 PL2 and I didn't get that message. I don't see that file in my install files. I wonder if you're using an older version of the install?

tsac 07-27-2012 04:02 PM

On the main /vblinklist.php page I'd like to set the meta description and keywords. Does anyone know how I could go about doing that? The categorys are not a issue, Just want meta title & description for /vblinklist.php. Hard coded would be fine. I just can't figure it out.

Hell just to be able to change the meta description would be nice. Does anyone know how?

Craigr 07-27-2012 05:20 PM

Quote:

Originally Posted by tsac (Post 2351900)
On the main /vblinklist.php page I'd like to set the meta description and keywords. Does anyone know how I could go about doing that? The categorys are not a issue, Just want meta title & description for /vblinklist.php. Hard coded would be fine. I just can't figure it out.

Hell just to be able to change the meta description would be nice. Does anyone know how?

Seems to just take the default from the vBulletin Admin-CP.
ADMIN-CP > OPTIONS > GENERAL SETTINGS

tsac 07-27-2012 05:26 PM

Yeah, I wish I knew a way to remove the default meta description. :(

SimonB 07-28-2012 10:13 AM

1 Attachment(s)
Anyone know why when the link directory is selected the forum link is not deselected.

https://vborg.vbsupport.ru/attachmen...1&d=1343473950

Craigr 07-28-2012 12:02 PM

Quote:

Originally Posted by SimonB (Post 2352064)
Anyone know why when the link directory is selected the forum link is not deselected.

https://vborg.vbsupport.ru/attachmen...1&d=1343473950

ADMIN-CP > ADD NEW PLUGIN

Product: vBulletin
Hook Location: navigation_tab_complete
Name: Anything - i called it tab complete
Execution Order: 5 (works ok)
Plugin PHP Code:
Code:

if (THIS_SCRIPT == 'vblinklist')
{
$tabid = '36';
}

You might have to change 36 to another number as it will probably depend upon how many addons you have already on the navbar. I see you have a few already so maybe 38 or 39...

SimonB 07-28-2012 04:29 PM

Awesome Craig. Appreciate the help.

How would I adjust the order of these links? They don't appear in the navigation configuration?

Craigr 07-28-2012 05:15 PM

Quote:

Originally Posted by SimonB (Post 2352151)
Awesome Craig. Appreciate the help.

How would I adjust the order of these links? They don't appear in the navigation configuration?

The order of the other items in your navbar can be changed in the navigation manager, but you can't change the link directory one as nothing appears.

One way you could do it though is to create a new tab in the navigation manager for the link directory and then simply disable the navigation link for the link directory in its options.


All times are GMT. The time now is 09:56 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.02118 seconds
  • Memory Usage 1,873KB
  • 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
  • (3)bbcode_php_printable
  • (16)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