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
  #42  
Old 12-17-2010, 06:20 AM
AURFSCAN AURFSCAN is offline
 
Join Date: Dec 2007
Posts: 328
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Debbi View Post
Vossi, I'm not using the thumbnail add on. Is there any way to hide the thumbnail box??

yeah you can , its a template edit..


Vossi, this is great.. thankyou . Installed and testing functionality. Nominated MOTM :up:
Reply With Quote
  #43  
Old 12-17-2010, 06:41 AM
SuperTaz's Avatar
SuperTaz SuperTaz is offline
 
Join Date: Apr 2007
Location: Pennsylvania
Posts: 744
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Tagged. I will watch this mod. Looks great.
Reply With Quote
  #44  
Old 12-17-2010, 06:49 AM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm working on 1.o.1 right now and try to include your feedback into it; also take care of known bugs.

I actually didnt believe that a link directory is of any interest at all, so i kept the addon with few functions only. It has potential for new functions, so it can get developed even more.

Somebody asked if support for this will be stable: yes it will.
Reply With Quote
  #45  
Old 12-17-2010, 07:45 AM
naisho naisho is offline
 
Join Date: Feb 2008
Location: France
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you add a new vblink permission:
"can add attachment" in usergroup permissions.
I see that even admin can't attach images.
Code:
	$can['attachment'] = false;
Reply With Quote
  #46  
Old 12-17-2010, 11:26 AM
Skyrider Skyrider is offline
 
Join Date: Feb 2006
Location: Netherlands
Posts: 1,392
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is there any demo available?
Reply With Quote
  #47  
Old 12-17-2010, 11:47 AM
mohammad6006's Avatar
mohammad6006 mohammad6006 is offline
 
Join Date: May 2008
Location: IRAN (Tabriz)
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FF|Skyrider View Post
Is there any demo available?
http://forum.tractorfc.com/vblinklist.php
Reply With Quote
  #48  
Old 12-17-2010, 11:47 AM
captainslater's Avatar
captainslater captainslater is offline
 
Join Date: Dec 2005
Location: Austria
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by naisho View Post
Could you add a new vblink permission:
"can add attachment" in usergroup permissions.
I see that even admin can't attach images.
Code:
	$can['attachment'] = false;
Vossi stated he may add this in a future version.

Quote:
Originally Posted by FF|Skyrider View Post
Is there any demo available?
http://www.schnullerforum.de/vblinklist.php (german)
Reply With Quote
  #49  
Old 12-17-2010, 11:48 AM
mohammad6006's Avatar
mohammad6006 mohammad6006 is offline
 
Join Date: May 2008
Location: IRAN (Tabriz)
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mohammad6006 View Post
i find this code in admin_vblinklist.php

PHP Code:
$parentcats = array(
        
'-1' => $vbphrase['none']
    );

    foreach (
$vbulletin->vblinklist['categories'] AS $catid => $currentcat)
    {
        if (
$catid == $cat['id'] OR $currentcat['parentid'] != -1)
        {
            continue;
        }

        
$parentcats["$catid"] = $currentcat['name'];
    }

    
print_select_row($vbphrase['vblinklist_parent_cat'], 'cat[parentid]'$parentcats$cat['parentid']); 
how can i change in codes to show all categories for choice sub-category for other sub-category?
Quote:
Originally Posted by Vossi View Post
I'm working on the addon right now and will change this with the next release (either this night or tomorrow morning)
I am in waiting
Reply With Quote
  #50  
Old 12-17-2010, 11:54 AM
captainslater's Avatar
captainslater captainslater is offline
 
Join Date: Dec 2005
Location: Austria
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mohammad6006 View Post
I am in waiting
Please wait a little bit longer. Vossi is taking a break from coding for the next couple of hours or days but he'll be back soon.
Please respect this decision
Reply With Quote
  #51  
Old 12-17-2010, 02:49 PM
Vossi Vossi is offline
 
Join Date: Mar 2005
Location: Germany
Posts: 437
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I keep on working on the link directory, but x-mas is right in front of the door and the kids want to be entertained

The ideas and feedback till now are getting into consideration and 1.o.1 is about to be finished.

But another thing... I just found the link directory on some albanian site and saw that the copyright got removed:

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

It's possible to get a brandingfree version of this addon, but removing the copyright without getting in touch with me first is not allowed.
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 03:13 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.05491 seconds
  • Memory Usage 2,378KB
  • Queries Executed 27 (?)
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
  • (2)bbcode_php
  • (7)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
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (5)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)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_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