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)

coolgus 11-08-2007 07:13 PM

Congrats for this amazing product. Two questions though

1. Can I disable the keyword function ? I am trying to edit some files and asks me for a keyword everytime even though I didn't give one when I created the entry

2. Is there any easy way to add a new field when create/editing an entry so I can give a url with the official site of it ? If it's easier, keyword function could be changed so I have the source url instead

Thank you in advance

AndrewD 11-08-2007 07:49 PM

Quote:

Originally Posted by coolgus (Post 1378591)
Congrats for this amazing product. Two questions though

1. Can I disable the keyword function ? I am trying to edit some files and asks me for a keyword everytime even though I didn't give one when I created the entry

2. Is there any easy way to add a new field when create/editing an entry so I can give a url with the official site of it ? If it's easier, keyword function could be changed so I have the source url instead

Thank you in advance

1) This should be disabled by default. Check whether you've inadvertently enabled the *must_add_keyword* permission.

2) Not currently. Additional fields is something that has been requested for some time but has not been implemented yet - I'm waiting for proper inspiration! But it stays on the list.

AndrewD 11-10-2007 07:32 AM

I was sorry to discover that the online wiki for LDM got hacked this week. So I've decided to disable new account creation on the site, as well as anonymous editing. This will make it harder to improve the manual, but that's life.

saltvattensakva 11-11-2007 06:07 PM

hard to uninstall and the uninstall script does not delete all changes and files.
aint possible to remove from admin cp->plugin/product manager.
++++ing terrible to uninstall.

coolgus 11-11-2007 09:48 PM

Andrew I try to have latest "Show What's New" in joomla. I'm only interested for the titles of links and nothing more. Also I would like to being able to exlude some categories.

Could you tell me which is the query which is needed ? I had a look at ldm_new.module but couldn't find anything

AndrewD 11-12-2007 04:05 AM

Quote:

Originally Posted by saltvattensakva (Post 1380494)
hard to uninstall and the uninstall script does not delete all changes and files.
aint possible to remove from admin cp->plugin/product manager.
++++ing terrible to uninstall.

Thank you for your polite description. It's perfectly possible to do what you want, and quite straightforward too. If you take a look at the on-line documentation, you'll find an explanation of what to do.

The reason why the uninstall script does not simply delete all the database tables and files is because it is too easy to have accidents - either of one's own causing or because someone vandalises your board.

AndrewD 11-12-2007 04:12 AM

Quote:

Originally Posted by coolgus (Post 1380601)
Andrew I try to have latest "Show What's New" in joomla. I'm only interested for the titles of links and nothing more. Also I would like to being able to exlude some categories.

Could you tell me which is the query which is needed ? I had a look at ldm_new.module but couldn't find anything

you need something like the following:
Code:

select links.linkname as linkname, links.linkdate as linkdate, ltoc.catid as catid
from local_linkslink as links
left join local_linksltoc as ltoc
on links.linkid = ltoc.linkid
where ltoc.catid NOT IN (10,11,12)
order by linkdate desc

replace 10,11,12 by the catids you want to omit

GTRyan 11-12-2007 04:30 AM

On my statistics hit parade menu on the LDM main page one of my downloads for a video .wmv file started going down when it got to about 2500 hits, the counter on the download info itself is correct though, using 3.6.8 post 1.

http://alamoride.com/forum/local_links.php look at the file alamoride_murillo_star_car_2_fab2startup info

AndrewD 11-12-2007 05:23 AM

Quote:

Originally Posted by GTRyan (Post 1380810)
On my statistics hit parade menu on the LDM main page one of my downloads for a video .wmv file started going down when it got to about 2500 hits, the counter on the download info itself is correct though, using 3.6.8 post 1.

http://alamoride.com/forum/local_links.php look at the file alamoride_murillo_star_car_2_fab2startup info

There are two records of hits inside LDM. The entry itself keeps a record of the total number of hits (but nothing more - no information on who/when/etc). This information is kept permanently. The downloads table keeps a full record of all accesses, but, because the table can become very large, you have the option to 'prune' it after a certain length of time (LDM/admin/settings/prune_downloadtable).

The hit parade is produced by reading the downloads table, so, if you have told LDM to prune this table, you will eventually start losing hits off the beginning. I suspect this is the source of your problem.

GTRyan 11-12-2007 06:13 AM

ah one thing I was thinking, does the hit parade only show the downloads counts for the last 30 days? Then so its not showing the total since the file has been there right? Then if so that cool then cause its been dropping daily as the video is getting older.


All times are GMT. The time now is 01:07 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
  • Page Generation 0.02808 seconds
  • Memory Usage 1,747KB
  • 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
  • (1)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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