![]() |
Once again Andrew, thank you very much for your stellar support and effort on this Add. It's truly paid off spectacularly well.
I mentioned an issue before whereby renamed files (links.php) etc were still retaining their original names in the links page menus and so on. That seems to have been sorted out, except for the 'Administer' drop-down menu which still refers to local_links_admin after it's been renamed. |
Hi Andrew,
At present, it only updates hit after someone downloads. Is there a way to add hitcount for streaming media? Much thanks in advance Regards |
Andrew,
I modified the links_catbit & links_subcatbit, added an "If" statement so it changes the icon to a different color whenever a new item is added. I'm not sure if these have been implimented with the newer version, I'm still using v2.05. Here's a screen shoot, you're more than welcome to use it in the next versions :D Thanks for all the hardwork, I'm planning to use your mod extensively on my forum. |
Quote:
OK - so that I'm clear - when people are looking at a category, you want them to be able to sort the list by 'total hits', 'hits today', 'hits this week' and 'hits this month'? |
Quote:
|
Quote:
|
Quote:
|
Thanks,
I have tried creating a linked subforum for one of the categories, but when i click the linked subforum, it gives me an error page: I have checked the link and it was: http://www.domain.com/.php?catid=1 so obviously, it has omitted the "local_links" phrase regards |
Quote:
|
Quote:
I feared you wanted a progress meter - these are much harder to get working. |
Quote:
hahha yeah i know how hard they are to get working... everyones struggling with them these days. and yeah andew your post about sorting by hits is totally correct! cheeers :D benj |
I'm assuming this supports categories and if so does it support subcategories?
|
Quote:
And you can put an entry in several categories at the same time... |
<i>Good job Andrew, I upgraded successfully.</i> I like the ability to edit the link date, and I'm looking forward to beta 2. I couldn't however get the SEO links to work. When I tried it, and clicked on the category link, I was simply taken back to the forums. Note, I'm using vB SEO, so that may have something to do with it.
My favorites from the wishlist: + Provide some form of keyword association - perhaps linked to user profile |
Quote:
Code:
RewriteEngine on |
Thanks, I'll gve that a try.
Is it possible to improve the keyword searching? For instance currently if I search for 2000 Toyota Celica, it find every link with any of the words from my search. Instead I would rather find those links with all the words in my search. I think this is called search by phrase. |
Quote:
*Edited* Alternatively, change *match_using_like* to 1 in LDM's admin/settings page. By default, LDM uses SQL's 'Boolean Mode' full text searches. This is powerful but has some idiosyncracies. Ditto the alternative SQL 'LIKE' matching. |
Hey Andrew,I ave a quick question.I remember i asked you this a long time ago back when i was using the version of LDM for vBulliten 3.0
I just wanted to ask how to once again remove the "Trawled during scan /file path/" message which is automatically put in when files are added to LDM 2.0.5.Thansk as always! |
Quote:
|
Hmm there doesnt seem to be a template called "links_scantext" i only see links_Admin_Scan_one,links_Admin_Scan_start,links_ Admin_Scan_end,links_Admin_Sca n_line.
|
Quote:
Sorry, forgot you were using 2.0.5. In 2.0.6, I modified how this phrase was built up to make it easier to change. Either look for the phrase ll_trawled or edit local_links_admin.php and go to line 1517, which reads Code:
list ($insert_status, $linkid) = insert_link ($vbulletin->userinfo['username'], $vbulletin->userinfo['userid'], $title, $key, '', $vbphrase['ll_trawled'].' '.$dir, $pcatid, $pforum, $statuscheck, $moderate, 0); Code:
$vbphrase['ll_trawled'].' '.$dir |
Thanks man :) i got it now.Guess i should upgrade to the newest version soon,I didn't upgrade yet mainly because i'm waiting for any possible bugs to be worked out and the upload feature isn't something i majorly need as i prefer adding things via FTP :) glad to hear these little things are becoming much easier to edit though.Ease of use is always a good thing.Keep up the awsome work.
|
* Edited* Beta 2 withdrawn - see main post for 2.0.7 RC
Here is the second beta for 2.0.7. It fixes/adds the main points discussed in the last two days: + Images in category bits, thanks to VTec44 + 'Please wait' message displayed after add/edit link, thanks benj + 'Sort links by hits in last 30/7/1 days' added, ditto (ouch, was that sql painful...) bugs fixed > Admin drop-down menu correctly accesses renamed scripts > Streamer records 'hits' > Url in linked forum corrected I hope there are no serious bugs - I'm going away this weekend and will be pretty busy for three weeks. |
Per post #227 in this thread I would assume this works with older 3.0.x installations. Can someone confirm this? Very nice hack that I'd like to use.
|
Quote:
The 3.5.0 version has had quite some additional features. |
Quote:
|
Thanks for the upgrade and the help Andrew!
Sean |
o no not another request lol sorry any way i can call hits by 30/7/1 days via url like ?timespan=30 need this so i can link to a cat like
whats hot in catname today what hot in catname this week whats hot in catname this month if you get me cheers |
Quote:
/local_links.php?action=show&sort=1&catlist=1 for catid 1 /local_links.php?action=show&sort=7 for all categories You get the catids by hovering over the category url Edited - if you have only one category of interest, then you can use instead /local_links.php?sort=1&catid=1 [nb catid, not catlist and the action=show is omitted] Then you will also get the proper category header displayed instead of a sort message. |
Hello,
First I have to say: Great extension! I could install 2.0.7 and beside one problem, it is working fine. - The resized image (thumbnail) is not displayed even with GD2 installed (no problems in VB3.5.0 with thumbs) Any idea? Thanks for your help. Regards, Robi Change: Problem occurs only with GIF. JPG is working fine :-)) |
I thought I read something about where you added the option to make the links_linkbit page act as a link to a more in depth file description and download page. I might have just been interpretating something wrong though.
(i'm using the latest beta). if it can't do that yet, I think it'd be nice to add that option to the administer settings page where you can choose the category selection and linkbit templates. if that option is already in there, I probably just haven't figured out how to use it yet as I haven't really gone through the readme yet.. so disregard if that's the case :p |
Quote:
Thanks - no the option isn't there yet - I half wrote the code on a plane to Berlin then decided to try a different approach - bear with me a while longer as I thinnk it's a good idea. |
Quote:
|
how do you add images like that to tracks ??? looks cool andrew
|
Quote:
Another way is simply to put [img] bbcodes into the link desciption |
Hello Andrew,
I tried both, URL and direct path. In both cases the Thumbnail is not displayed/resized if GIF format. Stranghe is, JPG and PNG is working fine (they are located in the same directory). No clue why this happens... |
Quote:
|
Quote:
|
Quote:
Just a thought. |
Quote:
I assume, VB is also using GD2 to create the Thumbnail. And the GIF is realy a normal GIF. |
All times are GMT. The time now is 03:24 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:
|