vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=119041)

Slave 02-19-2007 11:37 PM

Quote:

Originally Posted by AndrewD (Post 1186124)
Here's another attempt at the local_link_search code. I haven't got a server running php 4 any longer, so can't test - grateful for assistance.

That seems to have worked .. thanks :)

Although I have noticed another problem .. whenever I click on a link that is using the "Short (Title + Thumb)" linkbit which then goes to the "Modern" linkbit it comes up with the following error ..

Code:

Fatal error: Call to undefined function: vbphrase() in /home/virtual/site101/fst/var/www/html/local_links.php on line 526
This is an override of the normal linkbit as it's the bit that I'm using as a contact directory.

berayiwu5 02-20-2007 02:03 AM

Quote:

Originally Posted by AndrewD (Post 1186252)
Send me a PM with more exact details of what you want/how you want things to function - if it's easy, I'll do it.

Quote:

Originally Posted by obmob (Post 1186287)
Oh i guess he means something similar to the hack made for vbgallery, you can put a line that counts the user entries, it displays a number and a link to the user's uploads or links. :)

A pic, this shows the link to gallery items for this user inside postbit template.

Andrew, I hope I'm not missing something here. When I click on the user name link in "Submitted by XYZ" for any given entry, it only leads to the vB stock "View Profile" page. I was hoping to see all the images or files (or at least a thumbnail of all the images or files) that XYZ has submitted. Now instead, I have to do a search to get a list of all the files XYZ has uploaded.

I guess what I want is that by clicking the username link in "Submitted by XYZ," I want to go to the local_links page of XYZ to see what images and files he/she has uploaded. If you could also implement what obmob has suggested, that'd be great too.

Oh. One more thing. Please correct me if I am wrong. I suppose I can't do multiple file or image upload at one time with LDM, correct? Many users, especially webmasters like myself, would like to upload multiple images or files all at once. If you have photos taken on a trip for instance, you don't want to upload them one by one. It would come in as very handy if users are allowed to upload multiple files all at once.

Thanks again Andrew for considering to incorporate these features into LDM.

AndrewD 02-20-2007 04:23 AM

Quote:

Originally Posted by Slave (Post 1186396)
That seems to have worked .. thanks :)

Although I have noticed another problem .. whenever I click on a link that is using the "Short (Title + Thumb)" linkbit which then goes to the "Modern" linkbit it comes up with the following error ..

Code:

Fatal error: Call to undefined function: vbphrase() in /home/virtual/site101/fst/var/www/html/local_links.php on line 526
This is an override of the normal linkbit as it's the bit that I'm using as a contact directory.

Sorry about that. Edit local_links.php, go to line 526 and put a dollar sign in front of vbphrase and change the parentheses
Code:

                $hit = record_hit($vbulletin->GPC['linkid'], construct_phrase(vbphrase('ll_null_link', $viewlinkname)), $LINK_OK);
should be

Code:

                $hit = record_hit($vbulletin->GPC['linkid'], construct_phrase($vbphrase['ll_null_link'], $viewlinkname), $LINK_OK);

If only I had such Slaves in the office :)

AndrewD 02-20-2007 04:37 AM

Quote:

Originally Posted by berayiwu5 (Post 1186463)
Andrew, I hope I'm not missing something here. When I click on the user name link in "Submitted by XYZ" for any given entry, it only leads to the vB stock "View Profile" page. I was hoping to see all the images or files (or at least a thumbnail of all the images or files) that XYZ has submitted. Now instead, I have to do a search to get a list of all the files XYZ has uploaded.

I guess what I want is that by clicking the username link in "Submitted by XYZ," I want to go to the local_links page of XYZ to see what images and files he/she has uploaded. If you could also implement what obmob has suggested, that'd be great too.


In the 2.2.7 releases, there is a little magnifying glass just to the right of the username link in the main linkbits (see image). Clicking this takes you directly to a full list of all the entries submitted by that user.

Clicking on the username link itself in the linkbit does (as you say) go to the profile. However, if you enable *profile_ldmactivity* in the LDM settings, then the user's profile will include a list of recent hits and uploads (see second image).

So I guess all that's missing is to add another item as ObMob suggests in the postbits, and this would be a simple icon + url. The required url is "local_links_search.php?action=show&userid=N&sort= desc"


Quote:

Originally Posted by berayiwu5 (Post 1186463)
Oh. One more thing. Please correct me if I am wrong. I suppose I can't do multiple file or image upload at one time with LDM, correct? Many users, especially webmasters like myself, would like to upload multiple images or files all at once. If you have photos taken on a trip for instance, you don't want to upload them one by one. It would come in as very handy if users are allowed to upload multiple files all at once.

Thanks again Andrew for considering to incorporate these features into LDM.


The standard add entry form only allows one upload at a time. I haven't added the possibility to upload multiple entries, partly because it's not clear what that should do - create one entry associated with several files (which some people have asked for) or create multiple entries that have the same description and other information.

By far the easiest way to handle regular multiple uploads is as follows:
- use an FTP client to upload the files into a subdirectory on your server
- set up an LDM category to autosynchronise with that directory
- turn on synchronisation on the LDM admin settings page

You can, by the way, set things up to synchronise a whole directory tree with categories and subcategories.

TheWhite 02-20-2007 10:15 AM

Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards

mauro1947 02-20-2007 11:37 AM

Hi!
We are working with limits and have no problem.
Do you tick the checkboxes near the limits?
Thanks
Bye!

TheWhite 02-20-2007 02:51 PM

yes sir, i wrote it above.

TheWhite 02-20-2007 02:56 PM

Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards



https://vborg.vbsupport.ru/

AndrewD 02-20-2007 03:25 PM

Quote:

Originally Posted by TheWhite (Post 1186760)
Urgent help needed

I've installed Version 2.2.6 a couple of months ago but only tested it now because i had to upload all the files first anyway i have just 1 problem and here it is:

I have set the download limit to 1 file, I have set the download limit at 100mbs but whichever one the two limits that i use the users continue to have unlimited download capabilities meaning the bandwidth and/or file limit are not being considered at all, can someone please help me?

Best Regards



http://img250.imageshack.us/img250/8278/testyoc6.jpg


Am happy to take a look at your site if you wish - send me a PM with details - I will need an admin account that has permission to add new plugins, so that if necessary I can install a debugger.

Mupetz 02-20-2007 03:32 PM

Can anybody make a short tutorial on HOW TO set the mod_rewrite to the script ?
The steps you made to make it work.
Please

Following the wiki instructions doesn't give me any positive results.
Yes, again, i'm using vbseo but the vbseo has nothing to do with this.

Andrew, the Bold quote didn't helped me at all.


All times are GMT. The time now is 07:38 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.02382 seconds
  • Memory Usage 1,764KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (6)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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