Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBulletin Link Directory Details »»
vBulletin Link Directory
Version: 1.05, by Vossi Vossi is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Add-On Releases - Version: 4.x.x Rating:
Released: 12-15-2010 Last Update: 09-09-2011 Installs: 297
DB Changes Uses Plugins Auto-Templates
Additional Files Translations  
No support by the author.

What is vBulletin Link Directory:

vBulletin Link Directory with vBulletin integration has a couple of functions and options that a comfortable link directory needs to have:
  • Links can be moderated
  • Categories with subcategories (with images/icons/descriptions/etc)
  • Subcategories in subcategories
  • Comment-function (also moderated)
  • Uses the forum search for finding links
  • Detailed usergroup and administrator permissions
  • Uses vBseo and vBCMS
  • Facebook integration
  • Thumbnail and banner function
  • Additional pictures/icons in categories
  • Fully vB-standard kept within code
  • Additional Functions for Links/Images
  • Meta-Informations
  • Check if link exists, read linked site informations, etc
  • Google PageRank
  • Alexa Page Traffic
  • 'Link-us'-function
  • Additional style settings (fixed sizes for banners/images by stylevars)
  • Show direktlink and thumbnails while categorie view

Installation/Update:

Upload all files you find in /upload to your forum root and change
the read/write permissions of:

/vblinklist/backup
/vblinklist/image

to 0777 in order to be able to make backups if needed.

Afterwards import 'product-vblinklist.xml' in admincp. Then configure the group permissions aswell as the administrator permissions.

Now you can change the settings of the addons in admincp and create categories like you want to.

The Link Directory is ready to use now, every function is used to vB-standard.

Adding the widget:

Admincp -> 'vBulletin CMS' -> 'Widgets' -> 'Create new widget'

Widget type: PHP Direct Execution
Title: Link Directory
Description: Shows a random entry and statistic from vBulletin Link Directory in CMS

Then 'Save' the widget and you'll see the list with the widgets alreday available in your forum. At the right side from 'Yellow Pages' you klick 'Configure' and enter the follwing information:

'Enter Php Code, in the form "$results = "':
PHP Code:
global $vbulletin$vbphrases$show$stylevar;
include(
DIR "/vblinklist/widgets/widget_linklist_stats.php"); 
Template Name: vblinklist_widget_stats
Cache refresh time (minutes): 5

Then 'Save' the configuration. The file to include (DIR . "/vblinklist/widgets/widget_linklist_stats.php") can be found in the vBulletin-CMS folder in the ZIP-file to this product.

Now you can place the widget with the Layout Manager.

Tools:

You'll find import-scripts in the 'tools'-directory to import links from other addons if needed.

General:

Updates can easily be done by just following the explanation for installation.

This addon will be supported by me, please take care of the license.txt-file.

IT IS NOT ALLOWED TO REMOVE OR CHANGE THE COPYRIGHT IN ANY WAYS.

Brandfree versions are available, please get in touch with me using PM for that.

Your feedback is welcome, please post bugs in this thread.

Download Now

File Type: zip vblinkdirectory105.zip (246.1 KB, 1297 views)
File Type: zip vblinkdirectory105vb415.zip (233.3 KB, 1017 views)

Screenshots

File Type: png 0-home.png (39.2 KB, 0 views)
File Type: jpg 1-showcat.jpg (84.2 KB, 0 views)
File Type: jpg 2-showentry.jpg (72.5 KB, 0 views)
File Type: png 3-search.png (20.9 KB, 0 views)
File Type: png 4-profile.png (22.1 KB, 0 views)
File Type: png 5-admincp.png (4.2 KB, 0 views)
File Type: jpg 6-generalsettings.jpg (69.4 KB, 0 views)
File Type: jpg 7-thumbnailsettings.jpg (111.5 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
5 благодарности(ей) от:
adabros, Delfi_r, imported_EkSeS, pcmwebmaster, Prober

Comments
  #532  
Old 06-24-2012, 10:22 PM
dmm2020 dmm2020 is offline
 
Join Date: Apr 2010
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #533  
Old 06-27-2012, 09:03 AM
aboayoy aboayoy is offline
 
Join Date: Nov 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

please , this copy not compatible with vb 4.2.0

may i get compatible copy ?

thank you
www.tamecom1.com/vb
Reply With Quote
  #534  
Old 06-27-2012, 09:05 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by aboayoy View Post
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:
Reply With Quote
  #535  
Old 06-27-2012, 09:50 AM
aboayoy aboayoy is offline
 
Join Date: Nov 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

thanks alot
Reply With Quote
  #536  
Old 06-27-2012, 10:26 AM
aboayoy aboayoy is offline
 
Join Date: Nov 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

what different between two attachment zip files؟
Reply With Quote
  #537  
Old 06-27-2012, 11:06 AM
ProFifaLeagues's Avatar
ProFifaLeagues ProFifaLeagues is offline
 
Join Date: Aug 2009
Location: Uk
Posts: 1,191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Originally Posted by woffie
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
Edit product file :

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

installed.
Originally Posted by Vossi
vblinkdirectory105vb415.zip will work with 4.2.x
You can install this mod on 4.2 if you follow these posts
Reply With Quote
3 благодарности(ей) от:
CharlieDelta, Craigr, Kirk Fitzgerald
  #538  
Old 06-27-2012, 12:13 PM
aboayoy aboayoy is offline
 
Join Date: Nov 2011
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ProFifaLeagues View Post
Originally Posted by woffie
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
Edit product file :

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

installed.
Originally Posted by Vossi
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
Reply With Quote
Благодарность от:
ProFifaLeagues
  #539  
Old 06-29-2012, 08:45 AM
Kiint Kiint is offline
 
Join Date: Nov 2006
Posts: 191
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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 View Post
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']); 
Reply With Quote
Благодарность от:
CharlieDelta
  #540  
Old 07-06-2012, 07:59 AM
MaxLiao MaxLiao is offline
 
Join Date: Dec 2010
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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.
Reply With Quote
  #541  
Old 07-08-2012, 06:08 PM
mickknutson's Avatar
mickknutson mickknutson is offline
 
Join Date: Jan 2004
Location: Tahoe City California
Posts: 106
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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
|| # ---------------------------------------------------------------- # ||
???
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:06 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05613 seconds
  • Memory Usage 2,389KB
  • Queries Executed 29 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (3)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete