![]() |
Quote:
Currently, it isn't possible to process full submissions/edits/etc from the url - I think this would be a security risk? |
Quote:
I''l take a look at phrases a little later. :cool: |
Hi Andrew :)
I've just updated my install to 2.2.7 RC and I get the following error when I click on the "Suggest other entries" link .. Code:
Warning: Wrong parameter count for array_slice() in /local_links_search.php on line 303 Any ideas? :) |
Quote:
I can see where this happens - it is a bug which is easy to fix - but I'm surprised - it seems to suggest an unexpected mixture of access permissions (basically, LDM seems to be discovering that all its suggested entries are blocked from the current user). Is this happening with all the 'suggest similar' buttons? |
Seems to be .. yes.
I only get the big mysql error as admin, with my test users I just get the standard vb "A database error" page. |
Hey,
LDM always creates a directory named 2 into specified upload directory and stores all files there. Is this the way it's supposed to be, or am I missing something here? :) |
Quote:
It creates subdirectories in the upload directory, of the form /each/digit/of/your/user/id, and then places the uploaded files there This is the same behaviour as vbulletin, and is done to try to avoid having directories with vast numbers of files in them. |
Ah, ofcourse. Thank you for the quick reply :)
|
Quote:
Just tried the new file and got the following error .. Code:
Warning: Wrong parameter count for array_slice() in /local_links_search.php on line 311 |
Hmm... i must remake all my templates and test the new features... here, 2.2.7 spanish translations... ;)
|
Quote:
Will post the fix this evening. Sorry for this. |
Quote:
Everyone - please beware - the new "suggest entries like this one" feature (it's a mirror icon in the linkbit) is broken in the RC release and can generate database warning errors. I imagine I will fix it this evening |
Quote:
Oh .. and I'm using the Tabular linkbit at the mo and I'm not seeing the mirror icon .. how would I add this? |
Quote:
|
Quote:
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. |
Quote:
Quote:
The reason why I request this enhancement is because I'm debating whether to buy Photopost Pro instead. For Photopost, the downside is that it lacks the kind of sophisticated bandwidth control that LDM has. Even though they claim to support video files, the absence of bandwidth restriction features makes multimedia broadcast infeasible. Moroever, Photopost seems to be an overkill for my site at this point with about 300 members. I would greatly appreciate it if you could implement a user profile integrated with vB. :) |
Quote:
|
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. |
I'm installing version 2.2.7...
I will tell you how it works later. Thanks a lot AndrewD Bye! |
Quote:
|
Quote:
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 |
Quote:
Quote:
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. |
Quote:
Code:
$hit = record_hit($vbulletin->GPC['linkid'], construct_phrase(vbphrase('ll_null_link', $viewlinkname)), $LINK_OK); 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 :) |
Quote:
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:
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. |
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 |
Hi!
We are working with limits and have no problem. Do you tick the checkboxes near the limits? Thanks Bye! |
yes sir, i wrote it above.
|
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/ |
Quote:
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. |
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. |
Quote:
This is what I do: - ensure that mod_rewrite is loaded and enabled in Apache (see Apache documentation) - include a set of lines like the following in the Apache httpd.conf file (I'm using Virtual servers, so if you are not, you'd move these lines into the main body of the apache config, also ignore the 'server name' and document root lines) Code:
<VirtualHost *> - Go into LDM admin/settings and turn on seo_friendly. ow LDM will also generate these urls. OK? |
Quote:
You have a PM Regards |
I think you meed to add mimetype info for rars to your vb filetype table
|
Apologies to anyone who has experienced problems with the "suggest entries like" feature in the 2.2.7 RC.
To fix these, replace local_links_search.php in your main forums directory. |
i tried using this
but its just too complicated :p for a simpleton like me |
Quote:
|
Quote:
|
Quote:
|
Quote:
|
Your support is way to kind Andrew, thank you.
I don't have access to the apache configuration, i'm running on normal godaddy hosting plan. I can assure You that the mod_rewrite is activated, vbseo and vblogetin seo are working good with .htaccess commands ; i don't see why LDM shouldn't. Normally, the mod_rewrite commands you quoted should work with the .htaccess file, but it doesn't. When i'm clicking some LDM category shown as /local_links/jump/1/1 , i'm getting "No input file specified". Inside the LDM admin settings there is an option : Quote:
I also made a text file with the mod_rewrite rules and added the path to this mod_rewrite setting, getting the same error. I had this problem with 2.2.6 , update to 2.2.7 didn't do any good :) The script is running well, i'm not complaining, but if i could make the seo links it would be better. Thanks again. |
All times are GMT. The time now is 04:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|