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)

Vossi 12-15-2010 10:00 PM

vBulletin Link Directory
 
1 Attachment(s)
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.

zelnik 12-16-2010 08:23 AM

Looks great, I use vbalinks myself but having issues with vbseo and it so will probably swap.

mohammad6006 12-16-2010 08:44 AM

tanks

i search similar mod

iask 12-16-2010 08:53 AM

tagged ;)

mohammad6006 12-16-2010 08:57 AM

what is this error?

XML: mismatched tag at Line 2276

ver 4.0.6

mohammad6006 12-16-2010 09:01 AM

i think this line must be deleted

in line : 2276
Code:

        </phrasetype>

CMSTemplateZ 12-16-2010 09:21 AM

Nice MOD, Tagged for now.

I would like to use this on my Battlefield 3 website, is it possible to change the words "Link Directory" to "Clan Directory" this way i could allow my visitors to list their battlefield clans to my site.

Good to see a solid mod such as this, keeping a close eye on it, Cheers

Internetcafe 12-16-2010 09:22 AM

Quote:

Originally Posted by mohammad6006 (Post 2134740)
i think this line must be deleted

in line : 2276
Code:

        </phrasetype>

Correct ... well spotted. :up:

Works well now .. thanks

captainslater 12-16-2010 09:28 AM

Quote:

Originally Posted by CMSTemplateZ (Post 2134746)
Nice MOD, Tagged for now.

I would like to use this on my Battlefield 3 website, is it possible to change the words "Link Directory" to "Clan Directory" this way i could allow my visitors to list their battlefield clans to my site.

Good to see a solid mod such as this, keeping a close eye on it, Cheers

You can edit the phrase on your own if you want so :)

stl7997 12-16-2010 09:29 AM

Tagged, can't wait to install this tonight! I've been looking for a good link directory for awhile. This looks very promising and I expect this to be a popular mod! Thanks for all the hard work!

Vossi 12-16-2010 09:56 AM

Quote:

Originally Posted by mohammad6006 (Post 2134738)
what is this error?

XML: mismatched tag at Line 2276

ver 4.0.6

I just updated the product file, the error has been nuked. Thanks for the info.

@All:
There is a small script in the '/tools'-directory for those who want to import links and categories from LDM; i had to add this script as some users already asked for such an import possibility. Important: have a look at the textfile there. And remember to rebuild the datastore of the link directory in the link directory maintenance afterwards.

Import/export should be done on a test forum first, always create a db-backup before using it !!!!!!!!!!

TalkVirginia 12-16-2010 11:42 AM

Very nice! This should give some competition to vbAdvanced Link Directory. Thank you for this addon. Nominated for MOTM! :D

voglermc 12-16-2010 12:59 PM

sure would be nice to be able to import from VBAlinks

Vossi 12-16-2010 01:36 PM

Quote:

Originally Posted by voglermc (Post 2134806)
sure would be nice to be able to import from VBAlinks

I'm quite positive that could be done, but actually I don't have vBAdvanced-Links and can not have a look at it in order to contruct the import/export for that. :o

mohammad6006 12-16-2010 02:27 PM

1-Can i create a sub-categoty in other sub-catogery?

2-can manage sub-category like sub forum manager mod?

Vossi 12-16-2010 02:45 PM

Quote:

Originally Posted by mohammad6006 (Post 2134836)
1-Can i create a sub-categoty in other sub-catogery?

Right now I restricted it to parentcat with subcats only, BUT it's just a change of a few lines in order to make it the ways you talk about it. Then you could use a parentcat with subcats in subcats as much as you like, no limit for the depth.
Quote:

Originally Posted by mohammad6006 (Post 2134836)
2-can manage sub-category like sub forum manager mod?

I use the vB-standard only but actually this is just a small template change in order to have it shown the other way.

Lionel 12-16-2010 02:50 PM

Hi,

Could you upload attachments via Manage Attachments?

Vossi 12-16-2010 03:11 PM

Yeah, it's possible to implement this option, as the new attachment system is quite neat to handle. Actually it's not included as I tought that a linklist wouldnt need that... :o

naisho 12-16-2010 03:14 PM

The category display order doesn't seem to work when "set by user" is selected. Categories remain alphabetically ordered.
I check in the database: values are correctly set (vblinklist_displayorder= 1 instead of 0 default)

mohammad6006 12-16-2010 03:31 PM

Quote:

Originally Posted by Vossi (Post 2134846)
Right now I restricted it to parentcat with subcats only, BUT it's just a change of a few lines in order to make it the ways you talk about it. Then you could use a parentcat with subcats in subcats as much as you like, no limit for the depth.
.

ok

can you help more ?

what code or what file i need edit?

caregory add just show main cats name

Vossi 12-16-2010 03:48 PM

Quote:

Originally Posted by naisho (Post 2134857)
The category display order doesn't seem to work when "set by user" is selected. Categories remain alphabetically ordered.
I check in the database: values are correctly set (vblinklist_displayorder= 1 instead of 0 default)

Did you change the numeric values in the category mangement?
Quote:

Originally Posted by mohammad6006 (Post 2134866)
ok

can you help more ?

what code or what file i need edit?

I'll let you know later this evening and print the lines to change for you ;)

Cybeth 12-16-2010 03:57 PM

edit, uninstall :D

naisho 12-16-2010 04:00 PM

Quote:

Did you change the numeric values in the category mangement?
Yes I did. Now that I have also ordered my sub-categories, everything is working fine.
Strange as I deleted the browser cache before with no success.

mohammad6006 12-16-2010 05:45 PM

Quote:

Originally Posted by mohammad6006 (Post 2134836)
can manage sub-category like sub forum manager mod?

Quote:

Originally Posted by Vossi (Post 2134846)
I use the vB-standard only but actually this is just a small template change in order to have it shown the other way.

admincp --> style manager -->
search:
Code:

subforumlist commalist
open vblinklist_categorylistbit

find :
Code:

subforumlist commalist
and replace :
Code:

subforums
end. :D

Vossi 12-16-2010 05:52 PM

Quote:

Originally Posted by mohammad6006 (Post 2134932)
end. :D

Okay... :D

Goonie 12-16-2010 06:09 PM

Excellent mod!!

But... how do I upload images when adding new links?

mohammad6006 12-16-2010 06:19 PM

Quote:

Originally Posted by Vossi (Post 2134938)
Okay... :D

i work to showing two cats in one row in vblink home page

when categories and subcats is too many , look of list is not good

:D excuse for bad english :D

TheLastSuperman 12-16-2010 06:25 PM

Keeping my eye on this ;).

Looking forward to new tweaks :D.

Goonie 12-16-2010 07:23 PM

Quote:

Originally Posted by Goonie (Post 2134944)
Excellent mod!!

But... how do I upload images when adding new links?

Nevermind. I'm a dumbass.

mohammad6006 12-16-2010 07:39 PM

Quote:

Originally Posted by Vossi (Post 2134871)
Did you change the numeric values in the category mangement?

I'll let you know later this evening and print the lines to change for you ;)

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?

Vossi 12-16-2010 07:44 PM

I'm working on the addon right now and will change this with the next release (either this night or tomorrow morning) ;)

naisho 12-16-2010 08:17 PM

After adding my first link, I received a PM titled "Could not find phrase 'vblinklist_newentrycreated'.'"
This vblinklist_newentrycreated phrase data is missing in the product xml file. You should add it in the next upgrade.
I manually added that phrase.

I can't find out how to manually add a thumbnail without using a distant service.

Costum thumbnail service link
I am trying to use a custom thumbnail service. How can I add the parameter in this kind of link:
Code:

<img src="http://api.thumbshot.fr/thumb.php?url=http://site.fr"" />
Something like {param} for url?

saadessa 12-16-2010 09:40 PM

nice thank you great job i will comeback after test and tell for any notes

is it compatible with 4.0.2 ???

please do yo may to me translate to arabic
????

linuxwhy 12-16-2010 11:56 PM

wow, man, if I saw this before , I`d have no reason to buy VBAlinks

linuxwhy 12-17-2010 12:07 AM

of course, VBAlinks is worth the money, but you know.

Debbi 12-17-2010 12:36 AM

I'm going to try this one out. So far I really like the format. Thanks!

PixelFx 12-17-2010 01:03 AM

looks really nice from screenshots,

Debbi 12-17-2010 01:39 AM

Vossi, I'm not using the thumbnail add on. Is there any way to hide the thumbnail box??

mgurain 12-17-2010 02:35 AM

Hi,
Is this considered a new "Content Type" that is compatible with vb 4.x ?
It will be perfect if it's fully compatible and supported (not a one time development).

Thanks,,

gosiah23 12-17-2010 05:11 AM

Great mod, thanks a million!

Margaret


All times are GMT. The time now is 05:57 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.02509 seconds
  • Memory Usage 1,838KB
  • 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
  • (6)bbcode_code_printable
  • (2)bbcode_php_printable
  • (16)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
  • (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