vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=91107)

gothicuser 01-13-2006 05:52 AM

Hi, has anybody thought about a "Top Links" or "Latest Links" module for vBAdvanced CMPS?
Only a thought....... please !

AndrewD 01-13-2006 05:55 AM

Quote:

Originally Posted by gothicuser
Hi, has anybody thought about a "Top Links" or "Latest Links" module for vBAdvanced CMPS?
Only a thought....... please !

These modules are included in the LDM distribution!

Although I did manage to break the formatting in a recent release - should be ok again with the 2.1.2 beta

gothicuser 01-13-2006 06:07 AM

Quote:

Originally Posted by AndrewD
These modules are included in the LDM distribution!

Although I did manage to break the formating in a recent release - should be ok again with the 2.1.2 beta

:nervous::nervous: maybe I should learn to read further than the first paragraph.....
Thankyou.

Nam 01-13-2006 06:55 AM

Yes, finally 2.1.2 has arrived, I'll install it tonight. Andrew, are you going to create a feature that show how much bandwidth that user have left when downloading the file? That'd be very helpful to users.

AndrewD 01-13-2006 10:17 AM

Quote:

Originally Posted by Nam
Andrew, are you going to create a feature that show how much bandwidth that user have left when downloading the file? That'd be very helpful to users.

Will do...

harry1951 01-13-2006 11:06 AM

Andrew did you included the dutch language in this release?

GrendelKhan{TSU 01-13-2006 11:48 AM

Quote:

Originally Posted by AndrewD
I am uploading the first beta of 2.1.2 into the first post in this thread for testing and comment. As always, please take a backup of your database before upgrading in case of serious bugs.

I have also created an online user manual for LDM, and have removed this from the distribution zipo file. You can access the manual at http://www.eirma.org/devel/LDM

ok. I can't take it anymore... I'm gunna install tonight (was gunna wait till official release but its toooo tempting. :p :))

that said...
you should set up a wiki for the Manual. :)

AndrewD 01-13-2006 11:52 AM

Quote:

Originally Posted by harry1951
Andrew did you included the dutch language in this release?

It's there, but all the language files need to be reviewed - there are new phrases which are mixed in, in English. Will appreciate help.

AndrewD 01-13-2006 11:56 AM

Quote:

Originally Posted by GrendelKhan{TSU
you should set up a wiki for the Manual. :)

That is a rather nice idea..

drdaco 01-13-2006 12:44 PM

Thanks Andrew...I'll have to send you something as a thank you gift when I get this running the way I want it...please have a donation link available in your site :D DONATE PEOPLE... this is a great little hack

harry1951 01-13-2006 02:45 PM

Quote:

Originally Posted by AndrewD
It's there, but all the language files need to be reviewed - there are new phrases which are mixed in, in English. Will appreciate help.

I'll do it for dutch :)

GrendelKhan{TSU 01-13-2006 03:34 PM

wooT!~

upgraded to 2.1.2b, working great.
<< vb 3.5.3

one thing I noticed though...
can you have it so the thumbnail image uploads retain their name? for SEO purposes. :)

ps. glad you like the wiki idea. already see a couple little things that could use a little more detail in the instructions.
pps. if you a donate link up.. I'm SOOOOOO there. :)

EasyTarget 01-13-2006 03:35 PM

thanks andrew, I'll install the beta later today.

GrendelKhan{TSU 01-13-2006 03:58 PM

found a bug (at least on mine)....

on thumbnail images where a remote link is used for the thumbnail, I get an error when I click the "enlarge image" +button thingy...

looks like this:

Quote:

Warning: curl_error(): supplied argument is not a valid cURL handle resource in /includes/local_links_resize.php on line 82

GrendelKhan{TSU 01-13-2006 04:23 PM

aw man...spoke too soon....

BUG (or something):

1. none of my previously uploaded videos/music files play any more. a newly uploaded one seems to work....but all old ones before the update don't. :/ hmm... which is the one in admincp that sets the path for jukebox playback? maybe I changed someting I shouldn't have. :(

2. if the link is wrong or the file is huge. open the jukebox. while still "connecting" close the window or press stop and close the window.

mine hangs the browser (ff and/or mathon/IE).

haaaalp!!

MrEdit 01-13-2006 06:41 PM

Thanks very much - installed 2.10 onto vb3.53 and it works beautifully.

One small bug - if you make a link category accessible only to members of a particular group, it seems that although not visible in the main page, the category is still available in the drop down menu - though you do get the no permission message. This, of course is a very very minor bug indeed :)

Just a thought - how about having group specific categories (maybe optionally) visible to non group members but with an 'available to members of zzz group only' or somesuch message in similar fashion to the way forum groups work?.

AndrewD 01-13-2006 06:48 PM

Quote:

Originally Posted by MrEdit
Thanks very much - installed 2.10 onto vb3.53 and it works beautifully.

One small bug - if you make a link category accessible only to members of a particular group, it seems that although not visible in the main page, the category is still available in the drop down menu - though you do get the no permission message. This, of course is a very very minor bug indeed :)

Just a thought - how about having group specific categories (maybe optionally) visible to non group members but with an 'available to members of zzz group only' or somesuch message in similar fashion to the way forum groups work?.

Yes, I'm part way through trying to redesign the access permissions. I made a mistake way back in version 0.something to use forum based permissions and most of the tricky questions since then have been a result of that decision. Bear with me - we'll get there in the end...

AndrewD 01-13-2006 06:52 PM

Quote:

Originally Posted by GrendelKhan{TSU
found a bug (at least on mine)....

on thumbnail images where a remote link is used for the thumbnail, I get an error when I click the "enlarge image" +button thingy...

looks like this:

Oh b****ger.

Link 82 of local_links_resize.php in the includes directory should read

Code:

$error = curl_error($conn);
and not
Code:

$error = curl_error($ch);

AndrewD 01-13-2006 06:53 PM

Quote:

Originally Posted by GrendelKhan{TSU
aw man...spoke too soon....

BUG (or something):

1. none of my previously uploaded videos/music files play any more. a newly uploaded one seems to work....but all old ones before the update don't. :/ hmm... which is the one in admincp that sets the path for jukebox playback? maybe I changed someting I shouldn't have. :(

2. if the link is wrong or the file is huge. open the jukebox. while still "connecting" close the window or press stop and close the window.

mine hangs the browser (ff and/or mathon/IE).

haaaalp!!

Send me a PM with an admin username and pwd to your site - maybe you already did, but I've not got
it any more

GrendelKhan{TSU 01-13-2006 07:07 PM

Quote:

Originally Posted by AndrewD
Send me a PM with an admin username and pwd to your site - maybe you already did, but I've not got
it any more

done :)

AndrewD 01-13-2006 07:27 PM

Quote:

Originally Posted by GrendelKhan{TSU
done :)

replied - easy to fix

TosaInu 01-13-2006 07:51 PM

Hello,

There are .pl files in this, is PERL required?

AndrewD 01-14-2006 03:53 AM

Quote:

Originally Posted by TosaInu
Hello,

There are .pl files in this, is PERL required?

No, those are part of my development kit - to build the product installer from the separate files, etc.

ZED28 01-14-2006 05:15 AM

Andrew,

Thanks for the work you've put into this new release! I love the clickable link to show the full image! :D

Couple of questions/comments if I may...

Is it possible to substitute a small graphic (like a magnifying glass) for the "[+]" for the full sized image link?

The comments link still doesn't seem to allow non-members to add comments if the permissions were set to allow it.

I have a dark theme with a light gray font but some of the admin options seem like the background colors are hardcoded. How can I fix this?

AndrewD 01-14-2006 05:30 AM

Quote:

Originally Posted by ZED28
Is it possible to substitute a small graphic (like a magnifying glass) for the "[+]" for the full sized image link?

will be included in second beta

Quote:

Originally Posted by ZED28
The comments link still doesn't seem to allow non-members to add comments if the permissions were set to allow it.

if unregistered users are allowed to comment and try to do so, they will be asked to register

Quote:

Originally Posted by ZED28
I have a dark theme with a light gray font but some of the admin options seem like the background colors are hardcoded. How can I fix this?

second beta uses correct styles for these boxes

AndrewD 01-15-2006 07:03 AM

Quote:

Originally Posted by MrEdit
One small bug - if you make a link category accessible only to members of a particular group, it seems that although not visible in the main page, the category is still available in the drop down menu - though you do get the no permission message. This, of course is a very very minor bug indeed :)

But a bug nonetheless, thanks - will be fixed in the next beta.

AndrewD 01-15-2006 08:05 AM

Quote:

Originally Posted by Ranma2k
when upgrdaed to 2.1.0 on vb 3.5.3
the viewing of the cat/links is very slow and it over load the server
i have about 677 categories and 6722 available entries

is there away to downgrade to 2.0.5 ?! and if posible can someone send me the files ><

Just so that you know - version 2.1.0 has an awful algorithm to build the category jump menu, which slows down badly as the number of categories increases above a hundred or so. The code in 2.1.2 beta is much faster (probably 50-100 times in your case), plus the option not to display the jump menu at all.

Alfa1 01-15-2006 11:11 AM

I have one category as the main index(forum link). Under that are many layers of sub-categories. The link in the forum only shows the latest added file in the main index. Not the latest added file of all categories.
The same goes for all categories I have linked with the forum; they only show the latest file in that categorie, not in all sub-categories thereoff.

Is there a solution yet for opening the pdf's straight from the link directory?

BPapi2004 01-15-2006 01:10 PM

Question: Many users on my site have really would like to show a Progress bar on the Uploads. They dont really know whats happening when all it says is processing Is there anyway you can do this? By replacing code

ZED28 01-15-2006 01:14 PM

Thanks Andy.

AndrewD 01-15-2006 02:08 PM

Quote:

Originally Posted by Alfa1
I have one category as the main index(forum link). Under that are many layers of sub-categories. The link in the forum only shows the latest added file in the main index. Not the latest added file of all categories.
The same goes for all categories I have linked with the forum; they only show the latest file in that categorie, not in all sub-categories thereoff.

OK, understood. You would like the forum entry to show the latest entry in any of the child categories?

Quote:

Originally Posted by Alfa1
Is there a solution yet for opening the pdf's straight from the link directory?

I'm sorry - I don't understand this question.

AndrewD 01-15-2006 02:09 PM

Quote:

Originally Posted by BPapi2004
Question: Many users on my site have really would like to show a Progress bar on the Uploads. They dont really know whats happening when all it says is processing Is there anyway you can do this? By replacing code

I believe that this is quite difficult to do. You have to have a separate process running on the web server to track how much has been uploaded, and, from what I've read, it doesn't work reliably on all systems.

BPapi2004 01-15-2006 02:31 PM

Quote:

Originally Posted by AndrewD
I believe that this is quite difficult to do. You have to have a separate process running on the web server to track how much has been uploaded, and, from what I've read, it doesn't work reliably on all systems.

How about imputing a Java Uploader to the add links page

EasyTarget 01-15-2006 02:55 PM

the progress bar would be useful for me as well, not just my users lol.

Alfa1 01-15-2006 05:04 PM

Yes, I'd like the forum entry to show the latest entry in any of the child categories.

When clicking on a pdf in the LDM, it will not open. Since the earlier in this thread it was stated that there is no solution to this, I would like to know if you have found one in the mean time.

BTW; the new functions in the beta version look very promising. I will surely upgrade.

AndrewD 01-15-2006 06:30 PM

Quote:

Originally Posted by Alfa1
When clicking on a pdf in the LDM, it will not open. Since the earlier in this thread it was stated that there is no solution to this, I would like to know if you have found one in the mean time

I wrote LDM mainly to handle pdfs on my site and it works just fine. The issue is about how Adobe Acrobat integrates itself with the browser. Depending on how you have set it up, the difficulty can be in triggering an Open/Save As dialogue.

dapinard 01-16-2006 09:44 PM

Getting the following error..."Fatal error: [] operator not supported for strings in /home/takeback/public_html/forums/local_links.php on line 233". I get this from a link to a specific category (local_links.php?catid=1) or from within the LDM admin panel when clicking on view within the category structure section. You can see it here. Takebackcharlotte.com

I recently upgraded to VB 3.5.3, and LDM 2.1.2b. I was at 3.07 and 1.6 for a long time with no issues. I originally let it upgrade the 1.6 db and have since uninstalled, removed the tables and re-installed from scratch and then re-imported the links. Has anyone else seen this? Hopefully I fat fingered something in the install, but I'm running out of ideas...

Heres my version info...
Links Database
Code 2.1.2
MySQL 4.1.14-standard
PHP 4.4.0
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir /home/takeback/:/usr/lib/php:/usr/local/lib/php:/tmp

Thx -Dave

BPapi2004 01-17-2006 12:20 AM

Hmm, Is there anyway to get a module for Vbadvanced that showed most downloaded files?

AndrewD 01-17-2006 04:00 AM

Quote:

Originally Posted by dapinard
Getting the following error..."Fatal error: [] operator not supported for strings in /home/takeback/public_html/forums/local_links.php on line 233". I get this from a link to a specific category (local_links.php?catid=1) or from within the LDM admin panel when clicking on view within the category structure section. You can see it here. Takebackcharlotte.com

I recently upgraded to VB 3.5.3, and LDM 2.1.2b. I was at 3.07 and 1.6 for a long time with no issues. I originally let it upgrade the 1.6 db and have since uninstalled, removed the tables and re-installed from scratch and then re-imported the links. Has anyone else seen this? Hopefully I fat fingered something in the install, but I'm running out of ideas...

Heres my version info...
Links Database
Code 2.1.2
MySQL 4.1.14-standard
PHP 4.4.0
allow_url_fopen Yes
cURL Yes
GD2 Yes
open_basedir /home/takeback/:/usr/lib/php:/usr/local/lib/php:/tmp

Thx -Dave

My fault, forgetting to initialise an array, although why this hits you and not others, I don't understand.

Can you try editing local_links.php, go to line 120
Code:

$master_title = iif...
and add a line
Code:

$query = array();
I hope that will fix it. Let me know.

AndrewD 01-17-2006 04:02 AM

Quote:

Originally Posted by BPapi2004
Hmm, Is there anyway to get a module for Vbadvanced that showed most downloaded files?

ldm_hot in the modules subdirectory. Explained in the installation instructions, section 8.5


All times are GMT. The time now is 09:43 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.03167 seconds
  • Memory Usage 1,850KB
  • 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
  • (26)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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