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)

AURFSCAN 12-17-2010 06:20 AM

Quote:

Originally Posted by Debbi (Post 2135126)
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:

SuperTaz 12-17-2010 06:41 AM

Tagged. I will watch this mod. Looks great.

Vossi 12-17-2010 06:49 AM

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. :)

naisho 12-17-2010 07:45 AM

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;

Skyrider 12-17-2010 11:26 AM

Is there any demo available? :)

captainslater 12-17-2010 11:47 AM

Quote:

Originally Posted by naisho (Post 2135262)
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 (Post 2135312)
Is there any demo available? :)

http://www.schnullerforum.de/vblinklist.php (german)

mohammad6006 12-17-2010 11:47 AM

Quote:

Originally Posted by FF|Skyrider (Post 2135312)
Is there any demo available? :)

http://forum.tractorfc.com/vblinklist.php

mohammad6006 12-17-2010 11:48 AM

Quote:

Originally Posted by mohammad6006 (Post 2134981)
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 (Post 2134986)
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 :D

captainslater 12-17-2010 11:54 AM

Quote:

Originally Posted by mohammad6006 (Post 2135327)
I am in waiting :D

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 :)

Vossi 12-17-2010 02:49 PM

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.

cyberchief 12-17-2010 04:20 PM

Vossi, yep.. agree with others. This will be a big one. I have been watching and patiently waiting. Understand on the kid thing. But, still can't wait for 1.0.1

voglermc 12-17-2010 04:28 PM

Vossi and I have been developing a importer for VBa Links and it's coming along nicely.

Thanks for this great mod!

Vossi 12-17-2010 04:37 PM

1 Attachment(s)
Quote:

Originally Posted by voglermc (Post 2135450)
Vossi and I have been developing a importer for VBa Links and it's coming along nicely.

Thanks for this great mod!

For those who dont want to wait for it -> see the attached file!

And everybody please take care of the note in the ZIP ;)

Sdahe 12-19-2010 12:11 AM

For some reason admins can't delete user's comments... admins are getting a windows saying they don't have permission.

I have it installed in vBulletin 4.0.8

voglermc 12-19-2010 12:21 AM

configure the group permissions as well as the administrator permissions

Sdahe 12-19-2010 12:30 AM

I did that and I get this if I try to delete someone else comment in my link entry

you do not have permission to access this page. This could be due to one of several reasons:

The user's avatar doesn't show either

onehost 12-19-2010 03:32 AM

Can you add an option that would disallow adding a link to
main categories? This is why sub categories are setup....

possible to add SEO URL's?

Vossi 12-19-2010 05:53 AM

Quote:

Originally Posted by Sdahe (Post 2136164)
I did that and I get this if I try to delete someone else comment in my link entry

By being admin oder registered user?
Quote:

Originally Posted by onehost (Post 2136246)
Can you add an option that would disallow adding a link to
main categories? This is why sub categories are setup....

possible to add SEO URL's?

Do you mean a link entry to a (main) category in the own forum? :confused:

vB-SEO will be supported in the next version. The vB 'built-in' friendly links dont work as there is a hook missing in vB in order for decent use.

Ahmet Turan 12-19-2010 08:28 AM

can not add a picture. Plaese Help me

Will you give some more details about the settings in

Thanx

Vossi 12-19-2010 08:40 AM

@Ahmet Turan:

Could you please upload the turkish translation for us? :)

You can also send it by Mail if you want to...

The thumbnails are getting automatically generated as soon as the link is getting shown the first time. Sometimes it takes a few seconds until it's available, but you dont have to manually change it.

marshal_ramdev 12-19-2010 09:41 AM

thanks mate

Sdahe 12-19-2010 01:08 PM

Quote:

Originally Posted by Vossi (Post 2136273)
By being admin oder registered user?

Do you mean a link entry to a (main) category in the own forum? :confused:

vB-SEO will be supported in the next version. The vB 'built-in' friendly links dont work as there is a hook missing in vB in order for decent use.

Yes, I'm the admin

Ahmet Turan 12-19-2010 07:00 PM

1 Attachment(s)
Turkish translation %50

Sorry!! do not have too much time
What do you think when you remove the new version?

onehost 12-19-2010 08:43 PM

I am not really sure how valuable link directories are anymore...I have read over and over that
google does not really favor links like they used too...it does not matter if it is paid
links or reciprocal links (link directory) and when I do have something too do with
a link directory, all i see is spam links...maybe the smart people do not want their
sites linked with spam sites, and all the spam sites do not care who they link too.

If you think about it, there are more worthless sites out there then their are quality
sites, how many PR5 sites actually will go to a link directory and submit their link.
I bet that all link directories have 99.9% PR0 sites. How is this going to help me?

What do you guys think?

QSTR 12-20-2010 05:11 PM

Could not find phrase 'vblinklist_newentrycreated'.

I add phrase in vBulletin Link Directory and got the same error ? Where should I add this phrase ?

Yet another one:

The requested URL /modcp/moderate_vblinklist.php was not found on this server.

There's no such file in .zip...

And one more bug: I can't edit enties posted by another User (I'm Admin) - got no permission to do it.

Bartolomeus 12-20-2010 08:58 PM

great work! thanks mate!

white demon 12-20-2010 11:41 PM

1 Attachment(s)
Croatian translation ... 100% ...

... ;) ...

onehost 12-21-2010 12:09 AM

I noticed when I installed it shows "Link Directory" in the navbar...
how can I change this just to "Directory"

Thanks

Vossi 12-21-2010 05:44 AM

Quote:

Originally Posted by Ahmet Turan (Post 2136491)
Turkish translation %50

Quote:

Originally Posted by white demon (Post 2137039)
Croatian translation ... 100% ...

Thanks a lot to you guys for the translations :)

Quote:

Originally Posted by QSTR (Post 2136901)
Could not find phrase 'vblinklist_newentrycreated'.

The requested URL /modcp/moderate_vblinklist.php was not found on this server.

I can't edit enties posted by another User (I'm Admin) - got no permission to do it.

That is fixed in the next version which gets released quite soon. I took a short break to order my braincells again, christmas time is pure stress...
Quote:

Originally Posted by onehost (Post 2137049)
how can I change this just to "Directory"

All you have to do is to change the phrase for it which is vblinklist_navbartext.

whitedd 12-21-2010 09:32 AM

...thanks... ;) ...

QSTR 12-21-2010 02:11 PM

Vossi: Thanks a lot for information :) I will wait for next version.
Merry Christmas & Happy New Year !

LbR 12-21-2010 07:37 PM

Is it possible to dump a category sql dump of phpLD? or links ?

Vossi 12-22-2010 08:22 AM

Quote:

Originally Posted by LbR (Post 2137346)
Is it possible to dump a category sql dump of phpLD? or links ?

I'm positive that it'll work fine without problems.

RichieBoy67 12-23-2010 04:35 PM

Does anyone have this running so I can take a look?

Thanks

naisho 12-23-2010 08:11 PM

Quote:

Does anyone have this running so I can take a look?
I have it on my site:
http://www.lejapon.org/forum/vblinklist.php

Vossi 12-23-2010 08:24 PM

Quote:

Originally Posted by naisho (Post 2138282)

Is it possible to get the french translation so that i can add the language file to the next release?

JWL 12-24-2010 02:23 AM

Completly failed to install. Far to many errors to print out. Not installed
VB = 4.0.2

Brandon Sheley 12-24-2010 03:23 AM

does this work on 4.1?
is the copyright link on the directory pages only, is it on the other forums as well?

Supramania 12-24-2010 04:38 AM

Ok,

I've got this installed and working on 4.1.0 PL2

However whenever a new link is created I get a PM with the following in both the subject line and the body:

Could not find phrase 'vblinklist_newentrycreated'.

What did I miss?

Vossi 12-24-2010 05:05 AM

Quote:

Originally Posted by Brandon Sheley (Post 2138445)
does this work on 4.1?
is the copyright link on the directory pages only, is it on the other forums as well?

The copyright link os on the directory pages only.
Quote:

Originally Posted by Supramania (Post 2138462)
Ok,
Could not find phrase 'vblinklist_newentrycreated'.

What did I miss?

The phrase is missing in this version, so you can either to fix the problem by your own by adding the phrase (actually there are two missing (for email body and subject)) or wait untill 1.o.1 is getting released.

1.o.1 will come out with the bugs fixed like posted in here and with the following features:

- subcategories within subcategories
- being able to upload additional attachments
- full support of the 'external' vB-SEO
- widgets for vBCMS
- statistics
- additional entryfields

If there are any functional wishes then this is your chance to let me know now.

Ah, btw: Merry Christmas to everybody :)


All times are GMT. The time now is 09:29 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.01798 seconds
  • Memory Usage 1,837KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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