![]() |
One thing I've noticed about the Tag Cloud .. it only seems to show keywords that anyone can see, it doesn't take into account words that are added into an area that are protected by forum permissions. Any chance this could be changed?
|
Quote:
a) the standard process with 2.2.8 code worked fine b) when I tried killing the linkthread value, the standard release code did not work, for reasons I understand, but the simplified regular expression worked just fine. I saw that you've modified the ldm_thread_create_relink message, which is what is generated/tested. In your version, there are extra bbcodes inside the thread bbcode, but even so, the following code: Code:
elseif ($forumid>0 and preg_match("/\[thread=(\d+)\]/", $row['linkdesc'], $match)) { |
Quote:
|
Quote:
At the moment, a normal register user could see a tag word in the cloud that when clicked takes him to a blank search page as all the items using that tag word are hidden from him as he doesn't have the permission to see that forum which those items are linked to. See what I mean? |
Quote:
|
Quote:
|
Andrew; are you planning to add inline moderation to LDM?
|
Quote:
|
Thanks.
I would like to request the option to handle comments with a vbulletin thread. I prefer this above auto thread creation, because auto thread creation means duplication of the discussion. |
Hi Andrew,
when i have a link like http://rapidshare.de/afile_name.mp3 the system tries to play the link with the mediaplayer. But this is the rapidshare url. Is there an option to turn the mediaplayer off for external links? |
Hmm... well, finally installed the new script... how do i enable the filmstrip to show the upcoming download link?
You know, that thing I asked for some months ago? That looks similar as vbgallery :eek: Thanks :p |
Quote:
|
We avg 50,000 downloads per month and the table... local_links_downloads eventually grew to over 700,000 rows. Which cause huge CPU spikes on our MYSQL server.
After truncating the local_links_downloads table. The CPU spike were gone (after 3 month of trying to find this worsening problem). So my question, is there anyway to set an auto cut off for the stats to stop incrementing? Or this means every few months we have to manually truncate the table. Can Links and Downloads Manager be set to only keep say the last 30 days of download stats? Thanks very much for any support you can provide. |
Quote:
Will test tonight, thanks Andrew. :D |
Quote:
|
How can I see the number of downloads per month?
|
Quote:
|
hi Andrew,
just wanted to thank you and report that BW usage is working fine now ;) btw. i have read that you are implementing a server load management for mirror sites. is that correct? :D |
Quote:
But can't find that prune_downloadtable. I'm on version 2.1.0 Is this an option I can set with a Mysql query maybe? Or other solution(s)? Thanks much. |
thank you good hack;)
|
Quote:
You're in luck - that part of the code has not changed very much in two years :) Take a copy of the file include/local_links_include.php. Edit, and go to line 1078, which reads: Code:
function record_hit($id, $url, $status, $size=0) { Code:
function record_hit($id, $url, $status, $size=0) { |
AndrewD, thank you for the 2.2.8 version is working great, tagcluod, mirror site. Excellent work and the upgrade was simple as before..
One small question, I'm not sure if I'm missing this, but how do I search downloads by username? I know I can go the "hits" and then search page by page until I found the username, but iss there any other way? your mod has so many options that I get lost. |
Quote:
You go to ldm/admin/hits. Then you use the pull down menus to select the dates of interest and 'username'. That produces aggregated information sorted by username. You then click on one of the usernames and you get a full tabulation of that user's activity. I just discovered that the 2.2.8 code includes a debug statement in the javascript which I forgot to remove. As a result, when you use these pull down menus you'll get a couple of annoying alert boxes pop up. You can dismiss those - they don't matter. Will eb tidied up in the final release. |
Quote:
|
Hmm... hello, finally installed the filmstrip, it works really good... but i was wondering if it's possible to move it below the linkbit and if there is a template i can edit to add some css style to it? :p
Thanks Andrew! Those who take a little time to install and learn more about LDM can't deny is the best addon for vbulletin! :D |
Quote:
Andrew, I think I may have fixed it, just by copy/pasting...can you check to see if it looks how it should look? If so, disregard the indented text below. I do have a 2nd challenge at the bottom of the post though. Thanks for your time and devotion to this hack, I absolutely love it, it is truly one of the best mods for vbulletin! :) _______________________________________________ Also, a bug or another problem that I've found... The system considers this url: http://classics.mit.edu/Browse/index.html to be an offsite download. This is the result of clicking that link from the system, when off site downloads are turned off: http://www.onlinedebate.net/forums/l...&id=80&catid=1 Internal Server Error (500) This is the result of clicking that link from the system, when off site downloads are turned on: http://www.onlinedebate.net/forums/l...&id=80&catid=1 Sorry, off-site downloads have been disabled. Not sure why the internal server error is occurring. |
Quote:
Quote:
|
Quote:
Currently, any changes have to be made by editing the plugin itself, which may seem a bit hairy. The placement is quite easy. Go to vb/admin/products and plugins/plugin manager. and look for the Links and Downloads Manager - Filmstrip plugin that is attached to the ldm_maindisplay_end hook. Edit this plugin. Find the line that reads: Code:
$includeinmain['postfeat'] .= ' Going from the top of the page down, these are your options: 'precat' 'postcat' 'prefeat' 'postfeat' 'prelink' 'postlink' 'prestats' 'poststats' I imagine you want 'postlink'. The lines which build the table for the filmstrip are immediately below this line in the code - the html is embedded into the plugin. You can edit the css there. Be careful - this is similar but not identical to a template, and you need to keep the syntax valid. |
Quote:
|
Quote:
Well, it's awesome, it was indeed the 'postlink' part, I don't know how this works, but is it possible to add a selectable menu in the filmstrip setting to select where we want to show it? Oh, and this kind of information is added to your wiki? It is quite useful. :D Maybe for 2.2.9 or 2.3 :p Thanks |
Quote:
Where/how can I send you a donation. This is wonderful support! |
Quote:
|
Quote:
the 2.2.7 does not have the option to search by username. I have two sites, one with 2.2.7 and one with 2.2.8 and I was looking at the one with 2.2.7 when I post the question, without realizing the you add that feature with the 2.2.8. I'll just wait until the final release is ready to start using it. Thanks for your time :up: |
Quote:
|
Quote:
|
I have a problem and no clue whats going on. :(
After installing the product ist says that: Quote:
Cant get the problem here - whats this message saying to me? |
Quote:
|
Ah ok - thanks for the help.
So everything should be fine. But: If i head to the local_links_admin the side has a weird look. I cant see everything. The "ok" button e.g. is empty - just a grey box. Here is a screenshot of what I mean: |
Quote:
|
Quote:
|
All times are GMT. The time now is 10:52 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:
|