vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=91107)

agiacosa 12-04-2005 01:01 PM

Quote:

Originally Posted by AndrewD
See PM:

I moved mp3 from musicbox_filetypes_realplayer to musicbox_filetypes, and all the entries in your music and video category seem to work fine - e.g. your uploaded talk show and an mp3 I added from our test site (see AD test mp3) - plus the videos.

With mp3 sitting in the musicbox_filetypes_realplayer list, it seemed to me that realplayer is trying to obtain a quicktime plugin - not sure why.

I couldn't trigger your error message at all.

Andrew,

When I click on the category title in the main page, I get an error because it is looking for: http://URL to my forum/local_links/links/1

I don't see where in your instructions you call for setting up local_links/links directory. What is wrong?

Thanks.

AndrewD 12-04-2005 01:19 PM

Quote:

Originally Posted by agiacosa
Andrew,

When I click on the category title in the main page, I get an error because it is looking for: http://URL to my forum/local_links/links/1

I don't see where in your instructions you call for setting up local_links/links directory. What is wrong?

Thanks.

Looks like you set the seo_friendly parameter (LDM admin/settings) to 1? If so, you need to configure your apache mod_rewrite accordingly. This is explained in the instructions file.

If you don't need this, I suggest leaving seo_friendly =0

Let me know if you still have problems - am happy to take a look, but will need an admin userid to your board.

agiacosa 12-04-2005 01:42 PM

Thanks Andrew. Worked well. Anyway to have Suggest a Category link just like the Add Link?

AndrewD 12-04-2005 01:45 PM

Quote:

Originally Posted by agiacosa
Any way to have Suggest a Category link?

If I understand you, users would use this to recommend to the admin that she creates a new category for a particular type of link?

agiacosa 12-04-2005 02:33 PM

Quote:

Originally Posted by AndrewD
If I understand you, users would use this to recommend to the admin that she creates a new category for a particular type of link?

Yes, that's right. Like in DMOZ.

Also, while I was adding categories, one of them popped up with a red folder icon indicating that it has new entries but there are none. The category is empty.

Did I do something wrong?

AndrewD 12-04-2005 03:21 PM

Quote:

Originally Posted by agiacosa
Also, while I was adding categories, one of them popped up with a red folder icon indicating that it has new entries but there are none. The category is empty.Did I do something wrong?

No, categories are flagged red when they are new or when something new is put in them (or when something already in them is edited and the datestamp changed)

agiacosa 12-04-2005 03:30 PM

Quote:

Originally Posted by AndrewD
No, categories are flagged red when they are new or when something new is put in them (or when something already in them is edited and the datestamp changed)

Ah, got it. Thanks.

And, to be clear with my request. I have a series of categories. I would like a "Suggest New Category" link that allowed a user suggest a new category to the Admin, not necessarily a new type of link.

CSS59 12-04-2005 05:52 PM

Quote:

Originally Posted by AndrewD
Thanks :)
Will add this to the wish list - do you want columns for both categories and the entries in categories or just categories? And do you want the sort order to go across the page (easy) or down the columns (slightly more work)

I only need columns for the Categories and would like them to sort in alphabetical order going down each column.

Thanks for your help :)

Benj 12-04-2005 07:31 PM

suggestion: "last downloaded/played items in profile" like a list of last 10 maybe

TundraSoul 12-04-2005 09:55 PM

Here are two similar suggestiosn: Add the ability to use the category names instead of the category ID numbers, for SEO purposes. For instance instead of local_links/links/17 it could read local_links/links/music/

Add SEO ability to paging, and category jumping links.

1,761 links.

Thanks!

ConKien 12-05-2005 05:22 AM

If I want to add a right/left colum just to display the category, how should I modify to do so? Would someone please give me a head start?

AndrewD 12-05-2005 05:26 AM

Quote:

Originally Posted by ConKien
If I want to add a right/left colum just to display the category, how should I modify to do so? Would someone please give me a head start?

Where do you want the column to appear? On all pages on your board or just inside LDM? And do you want to move the information that is currently in the category table at the top of the LDM display to the side, or are you wanting to display something else, e.g. the top-level category index?

agiacosa 12-05-2005 02:16 PM

I've changed the Links and Downloads Manager phrase to something else. However, in WOL, it still shows as Links and Downloads Manager. I can't seem to find the phrase that handles that. Is this hardcoded somewhere?

Thanks.

AndrewD 12-05-2005 03:35 PM

Quote:

Originally Posted by agiacosa
I've changed the Links and Downloads Manager phrase to something else. However, in WOL, it still shows as Links and Downloads Manager. I can't seem to find the phrase that handles that. Is this hardcoded somewhere?

Thanks.

Unfortunately, in 2.1.0, this is hard coded in a plugin - I need to figure out how to grab uncached phrases from the database. You can change it either by editing the main product installer and then reinstalling or by going to your VB admin/Plugin system/Plugin Manager. In either case, you need to edit the plugin called Links and Downloads Manager - Handle Who's Online which is hooked into online_location_unknown.

You will find three lines in this plugin which look like this:
Code:

$userinfo['action'] = "Viewing Links and Downloads Manager";
...
$userinfo['action'] = "Listening to Content from Links and Downloads Manager";
...
$userinfo['action'] = "Viewing Links and Downloads Manager";

Change the text as you wish. I'll try to fix this in the next release.

agiacosa 12-06-2005 08:34 AM

Quote:

Originally Posted by AndrewD
Unfortunately, in 2.1.0, this is hard coded in a plugin - I need to figure out how to grab uncached phrases from the database. You can change it either by editing the main product installer and then reinstalling or by going to your VB admin/Plugin system/Plugin Manager. In either case, you need to edit the plugin called Links and Downloads Manager - Handle Who's Online which is hooked into online_location_unknown.

You will find three lines in this plugin which look like this:
Code:

$userinfo['action'] = "Viewing Links and Downloads Manager";
...
$userinfo['action'] = "Listening to Content from Links and Downloads Manager";
...
$userinfo['action'] = "Viewing Links and Downloads Manager";

Change the text as you wish. I'll try to fix this in the next release.

Thanks.

I'll wait rather than dive into the code.

Dsyn11 12-06-2005 11:42 PM

Hey Andrew, me again. :D

I set link_imagesize to 300, but I want that to be resize WIDTH. I want HEIGHT to be resized to 75. Any way to restrict both vertical and horizontal? Thanks!


David

ConKien 12-07-2005 03:03 AM

Quote:

Originally Posted by AndrewD
Where do you want the column to appear? On all pages on your board or just inside LDM? And do you want to move the information that is currently in the category table at the top of the LDM display to the side, or are you wanting to display something else, e.g. the top-level category index?

I want to make the category itself to be one column and the rest of LDM just like it is. I just want this column to appear inside LDM, not on every page of my website.

Thanks,
ConKien

AndrewD 12-07-2005 04:08 AM

Quote:

Originally Posted by Dsyn11
Hey Andrew, me again. :D

I set link_imagesize to 300, but I want that to be resize WIDTH. I want HEIGHT to be resized to 75. Any way to restrict both vertical and horizontal? Thanks!


David

Not in the current version, unless you edit the file local_resize.php:

around line 148, these two lines:
Code:

$thumb = ImageCreateTrueColor($thumb_w,$thumb_h);
imagecopyresized($thumb,$im,0,0,0,0,$thumb_w,$thumb_h,$old_x,$old_y);

You need to set thumb_x and thumb_h to the width and height you require. This of course will be a semi-permanent change. Will think about this for 2.1.1 - the reason for having only one parameter was so that images maintain their aspect ratios.

EasyTarget 12-07-2005 06:20 AM

just a small spelling bug in the administer settings page under upload_filetypes
change:Filetypes that can uploaded
to:
Filetypes that can be uploaded

Annie^.^ 12-08-2005 11:33 AM

Problem with your hack. When users are adding banners to the links after a while when you click on the banner it won't take you to the website it will just open the banner in a new window. Any idea what causes this?

Nam 12-08-2005 12:03 PM

Another quick question Andrew, in what template that I can remove the image in the pop up window and insert some text or code there, such as adsense? Thanks a lot :).

Edit: I can't seem to add HTML code into description page either, is it suppose to be that way?

TundraSoul 12-08-2005 05:35 PM

Here's a couple of small template suggestions:

1. In the header template, change around the site name with the category name. This is so the category or link name is shown before the site name in the title of the category. vB does it this way.

2. In the advanced search, increase the width and height of the search categories form boxes. Right now the box is too small. I updated this by changing many of the 200px items to 300px, and the multi-category select number from 6 to 10.

Can you tell us when the next update will be? I'm wondering if I should continue updating my templates.

1,783 links!

AndrewD 12-09-2005 04:11 AM

Quote:

Originally Posted by Annie^.^
Problem with your hack. When users are adding banners to the links after a while when you click on the banner it won't take you to the website it will just open the banner in a new window. Any idea what causes this?

I've no idea - have you got a sample that I can visit to see this problem?

AndrewD 12-09-2005 04:13 AM

Quote:

Originally Posted by Nam
Another quick question Andrew, in what template that I can remove the image in the pop up window and insert some text or code there, such as adsense? Thanks a lot :).

I'm sorry, I'm not sure which pop-up you mean?

Quote:

Originally Posted by Nam
Edit: I can't seem to add HTML code into description page either, is it suppose to be that way?

There's an *allow_html* setting on the LDM admin page. It's turned off by default as allowing html can create security problems.

AndrewD 12-09-2005 04:19 AM

Quote:

Originally Posted by TundraSoul
Here's a couple of small template suggestions:

1. In the header template, change around the site name with the category name. This is so the category or link name is shown before the site name in the title of the category. vB does it this way.

2. In the advanced search, increase the width and height of the search categories form boxes. Right now the box is too small. I updated this by changing many of the 200px items to 300px, and the multi-category select number from 6 to 10.

Can you tell us when the next update will be? I'm wondering if I should continue updating my templates.

1,783 links!

Thanks! Good suggestions.

Situation for 2.1.1 is that the following are done completely or in large part:
+ Default permissions for new links taken from parent category if set rather than global default_forumid
+ Daily file download and bandwidth limit settings available
+ Users with can_moderate_link can change username of who submitted an entry
+ Admin pages give more information on invalid parameter settings
+ File uploads retain their name when downloaded
+ Unnecessary links removed from jukebox display
+ 'Update to current time' checkbox added to Edit Link form
+ Adjustable # columns displayed in catlist (cat_cols_display setting)
+ Integration with My Profile:
>- MySearch driven by parameters in Profile
>- Plugin to show user's recent LDM hits in profile

I'm currently working on the My Profile group of changes. I'll try to get these finished this weekend, then upload a beta.

Nam 12-09-2005 06:11 AM

Quote:

Originally Posted by AndrewD
I'm sorry, I'm not sure which pop-up you mean?

Sorry for not being cleared, I meant the pop-up jukebox player window. I want to remove the jukebox image to make the pop-up window loads faster and add a adsense banner on the top or bottom.

AndrewD 12-09-2005 06:26 AM

Quote:

Originally Posted by Nam
Sorry for not being cleared, I meant the pop-up jukebox player window. I want to remove the jukebox image to make the pop-up window loads faster and add a adsense banner on the top or bottom.

It's the links_play template. There are two table cells pointing to $jukeboxpic

Annie^.^ 12-09-2005 10:22 AM

Quote:

Originally Posted by AndrewD
I've no idea - have you got a sample that I can visit to see this problem?

Thank you Andrew for your reply. It only happens when users Upload the banner to the site. At this point I had to disable it.

http://www.bikerstalkonline.com/foru...page=1#linkid2

The second link is the problem. At first it was working fine but the next day after it was set up it changed.

Benj 12-09-2005 11:41 AM

Quote:

Originally Posted by AndrewD
Thanks! Good suggestions.

Situation for 2.1.1 is that the following are done completely or in large part:
+ Default permissions for new links taken from parent category if set rather than global default_forumid
+ Daily file download and bandwidth limit settings available
+ Users with can_moderate_link can change username of who submitted an entry
+ Admin pages give more information on invalid parameter settings
+ File uploads retain their name when downloaded
+ Unnecessary links removed from jukebox display
+ 'Update to current time' checkbox added to Edit Link form
+ Adjustable # columns displayed in catlist (cat_cols_display setting)
+ Integration with My Profile:
>- MySearch driven by parameters in Profile
>- Plugin to show user's recent LDM hits in profile

I'm currently working on the My Profile group of changes. I'll try to get these finished this weekend, then upload a beta.


sounds wkd

Benj 12-09-2005 11:43 AM

Quote:

Originally Posted by Annie^.^
Thank you Andrew for your reply. It only happens when users Upload the banner to the site. At this point I had to disable it.

http://www.bikerstalkonline.com/foru...page=1#linkid2

The second link is the problem. At first it was working fine but the next day after it was set up it changed.

did that person add a link or just upload the banner ?

Nam 12-09-2005 12:07 PM

wow Andrew, so excited to test out the 2.1.1, can't wait :D.

EasyTarget 12-09-2005 04:23 PM

just another quick suggestion:

when creating/editing a link I think it'd be nice if we could use an image from our computer, a 'Browse' button like the file upload portion has would be very useful for me.

m.s 12-09-2005 10:18 PM

Hi,

will it be possible to integrate vbulletins editor into LDM for inserting/editing new links?

TundraSoul 12-09-2005 11:16 PM

That's the best news I've had this week. I can't wait for the next update! :drool:

Quote:

Originally Posted by AndrewD
Thanks! Good suggestions.

Situation for 2.1.1 is that the following are done completely or in large part:
+ Default permissions for new links taken from parent category if set rather than global default_forumid
+ Daily file download and bandwidth limit settings available
+ Users with can_moderate_link can change username of who submitted an entry
+ Admin pages give more information on invalid parameter settings
+ File uploads retain their name when downloaded
+ Unnecessary links removed from jukebox display
+ 'Update to current time' checkbox added to Edit Link form
+ Adjustable # columns displayed in catlist (cat_cols_display setting)
+ Integration with My Profile:
>- MySearch driven by parameters in Profile
>- Plugin to show user's recent LDM hits in profile

I'm currently working on the My Profile group of changes. I'll try to get these finished this weekend, then upload a beta.


Vtec44 12-09-2005 11:29 PM

Wow, just when I thought it can't get any better. Nicely done Andrew :D

AndrewD 12-10-2005 06:00 AM

Quote:

Originally Posted by m.s
Hi,

will it be possible to integrate vbulletins editor into LDM for inserting/editing new links?

I had a quick go at this a few weeks ago and wasn't sure if it was an improvement or not - which fields do you think should use the VB editor?

No promises about 'when' this might be done.

AndrewD 12-10-2005 06:24 AM

Quote:

Originally Posted by Annie^.^
Thank you Andrew for your reply. It only happens when users Upload the banner to the site. At this point I had to disable it.

http://www.bikerstalkonline.com/foru...page=1#linkid2

The second link is the problem. At first it was working fine but the next day after it was set up it changed.

I suspect that - as BenJ suggests - the link has been set up so that the link's url is actually the image, rather than the site you want to jump to.

url - > site to jump to
image -> banner to be displayed.

If you want to upload the image (rather than simply point to it), I'll have to change the code, as suggested in anothrer post yesterday.

m.s 12-10-2005 08:49 AM

Quote:

which fields do you think should use the VB editor?
I think, only the field where you can write the description of an entry.

Code Monkey 12-10-2005 01:58 PM

Upgrade to 2.10 was perfect. Running smoothly. Thanks for the great product.

LoOnEyToOnZ 12-10-2005 02:51 PM

Hi.

I am getting upload limit error
(Error - upload larger than maximum size allowed.)
when i try to upload files into the system.

I already added the filetype into the attachments part of Admin CP and also given it a big size limit, but still doesnt help...


All times are GMT. The time now is 04:22 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.03000 seconds
  • Memory Usage 1,857KB
  • 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
  • (3)bbcode_code_printable
  • (25)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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