![]() |
Quote:
|
Quote:
|
Thanks for the new features and bug fixes Andrew :)
|
Andrew, thank you for the update.
Here is the updated chinese translation. |
yesss
everything works perfect now thank you very much andrew |
I've following this mod since 3.6 always found a great idea but never saw much application for my board. My mistake, people got nuts trying to search for a file or links that were given as a tip a long time ago and got lost in tons of threads and pages.
So I was here glad to surrender to this great idea finally. But I'm on 3.8.2 running your RC5 and faced a few issues. I didn't open it to my users because I want to make sure everything is OK, so I can test whatever I want before. Here goes the issues. - My test users has non usual characters symbols like "&", "%" or "$", in fact my admin account has one of those too and if I try to make an entry using them it says "User not recognised on db" but if I just edit username to any other without those symbols it goes OK. - I have created a few categories to test (had to edit username too but goes OK) and after that I populated them with some entries. Some pictures, some files and some links, so far so good but at Main Category page if I click on category name, whichever the category I choose, it redirects me all the time to my forums page. Permissions were set as well as I tested some allowances but always goes this way. - I've seen many addons for this mod, just to save time, is there one that gives me a snap-shot as a thumbnail of URL page I used as an entry ? I mean, this way a thumbnail would be used instead of nothing. Could you give me some lights ? Honestly, I felt so dumb when testing your mod, I tought: "Gee, why did I never test this thing before ??? It's so great !!! Nice job you done. |
Quote:
Quote:
Quote:
|
Quote:
Yes, double checking it, you're right, it seems only happens with "&". Quote:
Quote:
Thanks |
Well... went online with 2.3.0, everything was fine till i bumped into extra attributes added to certain entries.
I used it to add extra wallpaper size for some i had done. So, the attribute "widescreen" was used and it used to appear as a link, and hits to it were also added to the total count. I had edited links_viewone_entity for that to happen. Well, i tried the same this time, but no success, now, even if the attribute is a text i see the whole image in the attribute field. Also a download link and a magnifier lenz. If i change the attribute to be an image instead of a URL, te result is a thumbnail, but with no download link, just the magnifier. In the end if i use this method, the hits are not counted. Question: :p Is there a way to show the thumbnail, but also be able to count hits... or, to hide the big image from my linkbit while the attribute is just a URL, would prefer to show the thumb and click on it to download. :D Hope I was clear :confused: |
Quote:
Quote:
Good luck! |
i have a Question:
Wenn i create a new Category comes this error Fatal error: Call to undefined function ldm_create_category() in /var/www/satulcvb/htdocs/local_links_actions.php on line 2450 Question to LDM. I want the uploadtime behind the Uploader or upload Date! Is that possible? Best Regards |
Quote:
I think I understand. I've removed the possibility to download images for extra attributes. The fix is straightforward. (Line numbers assume that you have installed version 2.3.0-RC5 - they might be slightly different with earlier versions.) Edit includes/local_links_entities.php, around line 1159 find: PHP Code:
PHP Code:
PHP Code:
PHP Code:
|
Quote:
Quote:
|
Quote:
Edit includes/local_links_include.php, line 2369, change: PHP Code:
PHP Code:
|
Hi Andrew,
Thank you for you Answer, Quote:
In my Version ist only upload Date to see. For Users are better to see Uplad Date and Upload Time! Quote:
|
Quote:
Go to vb/admincp/products and plugins and select Add New Plugin Create a new plugin as follows: - Product : Links and Downloads Manager - Name : Whatever you like - Plugin PHP Code: PHP Code:
Save, and you should have the change you want. You can change the format ('d-M-y h:m' in the example above) as you wish. Quote:
|
Quote:
Please, let me know when you have an idea with the "&" thing OK ? Even if you want me to test any version for you, no problem. THX |
Quote:
see this post for the other fix. |
Ops, my bad, I missed this post.
Thanks again |
Quote:
Now, it is odd, i put align="center" and it is not in the middle o_O Either way, it works and that's the most important thing. Thank you very much!! :D Take a look: http://www.ositobarrigon.com/links.p...d=3&linkid=376 |
this looks very promising.
i will install it and report back :) |
Quote:
I did exactly like this but the problem remains the same, when I try to create a new category. |
Quote:
|
thus far i am both very impressed and overwhelmed by the many configuration option available.
this one is the best i have used yet. i should have tried it years ago! |
After upgrading to 2.3.0 RC5 and installing the flash-sites-plugin.xml:
PHP Code:
Turning the plugin off, makes the errors go away. How can I solve this? |
Quote:
Find the line that reads Code:
"canremove"' => 1, // can be deleted Code:
"canremove" => 1, // can be deleted |
Thank you for the swift reply. That solves it.
How can I edit the text that is displayed on forum home stats? I want to add a link to the file archive. I have 3 different main categories in my LDM: documents, video and audio. Is it possible to display the forum home stats for each of these main categories? Is it possible to use patch-forumhome-newlinks or another function to display latest new files on /search.php?do=getnew ? |
I have a category with lots of links to Jukebox audio files. The category page has been indexed by Google, but not a single Jukebox player link has been indexed even after several months. These links do have some text content so Google should be able to index them. I'm wondering if anything in the LDM setup is preventing these pages from being indexed?
|
Same here. Even jukebox player links dated many years ago are not in Googles cache, while Google did indexed most of my site.
|
How does the LDM Similarthreads plug-in calculate similar files on showthread? I really like this feature, but it shows completely irrelevant files.
|
Quote:
|
Well i've tried for months Andrew,to get the uploading part of the mod to work..and i thought it might be a path problem to where i created the upload folder..
No matter what i do as soon as i hit the submit upload i get a blank page with this http://forum/local_links_actions.php |
When installing the plugin spider-url that addresses ldm_linkbit_create I get this error:
PHP Code:
|
Quote:
Edit the Links and Downloads Manager - Spider external urls plugin attached to the ldm_linkbit_create hook. It starts off with a line Code:
if (links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") { Code:
if ($links_defaults['spider_urls_active'] and substr($linkurl,0,4)=="http") { Quote:
|
Quote:
|
Quote:
1) When Google visits your site, it does so as an unregistered user. Unless you have enabled the Jukebox for unregistered users, the links will not be there for Google to see. 2) Each LDM page includes a meta tag of the form: Code:
<meta name="robots" content="index, nofollow" /> 3) Does Google actually index urls with long "?action=xxx..." params? Do you need a search engine optimiser? (I don't know) |
Quote:
|
Quote:
Code:
$template_hook['forumhome_wgo_stats'] .= " Code:
$template_hook['forumhome_wgo_stats'] .= " Quote:
Quote:
|
Quote:
Quote:
Would it be possible to have the addon take tags into account? Quote:
Quote:
Quote:
Code:
$template_hook['forumhome_wgo_stats'] .= " Quote:
My members keep getting confused whether they are in the video, the documents or the audio section and are uploading to the wrong parts. For this reason I would 3 different category selectors on the upload page. So that it will not be possible to choose a category in the video section, if one is in the document section. Do you see a possibility for me to accomplish this or something similar? Quote:
|
Quote:
Quote:
|
All times are GMT. The time now is 04:54 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|