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)

Boofo 08-09-2005 08:28 AM

Ahhhh, I could see where that would be hard to emulate. ;)

Would there be a way to maybe have the links show their display order number somewhere in the listing? If you get enough links added (is there a limit?), it would be nice to know what the next number should be instead of having to open the last link in a category for editing to find out. ;)

AndrewD 08-09-2005 08:39 AM

Quote:

Originally Posted by Boofo
Ahhhh, I could see where that would be hard to emulate. ;)

Would there be a way to maybe have the links show their display order number somewhere in the listing? If you get enough links added (is there a limit?), it would be nice to know what the next number should be instead of having to open the last link in a category for editing to find out. ;)

Yes, good idea. I'm also thinking about an approach similar to the new VB inline moderation system (the right hand column in the thread list) so that one can more easily mass edit the entries.

There is no limit on the number of links - the list will paginate automatically. If you don't provide a sequence number, then they will default to "1" and appear in alphabetical order.

Boofo 08-09-2005 08:52 AM

Quote:

Originally Posted by AndrewD
Yes, good idea. I'm also thinking about an approach similar to the new VB inline moderation system (the right hand column in the thread list) so that one can more easily mass edit the entries.

There is no limit on the number of links - the list will paginate automatically. If you don't provide a sequence number, then they will default to "1" and appear in alphabetical order.

Oooohh, I like the mass edit idea. ;)

Maybe have a sorting option where you can do it by display number or alphabetrically? Or maybe even link creation date/time? ;)

It might be nice to also know the creation date/time so if the link is ever dead, how long it has been there. ;)

And here I thought you couldn't make this any better. ;)

Boofo 08-09-2005 08:55 AM

The clear/delete ratings can only be done by the Admin, right?

AndrewD 08-09-2005 02:34 PM

Quote:

Originally Posted by Boofo
The clear/delete ratings can only be done by the Admin, right?

Yes, and by the user who submitted it.

Boofo 08-09-2005 03:02 PM

Quote:

Originally Posted by AndrewD
Yes, and by the user who submitted it.

Do you really want the person who submitted the link to be able to clear the rating? If they didn't like how it was rated, then they could start the rating all over. ;)

AndrewD 08-09-2005 06:27 PM

Quote:

Originally Posted by Boofo
Do you really want the person who submitted the link to be able to clear the rating? If they didn't like how it was rated, then they could start the rating all over. ;)

No, I'm being unclear. Anyone who has *can_rate_link* privilege can rate/comment on any link. They can also change their own rating/comment but they cannot change anyone else's. The admin can delete any rating/comment but can only change his own. The person who created the link in the first place has no special privileges in this regard, unless he's an admin.

Boofo 08-09-2005 06:29 PM

I don't think you were being unclear, I was just misunderstanding. Sorry about that. ;)

GrendelKhan{TSU 08-10-2005 09:38 AM

I'm getting this error when I try to change the admistrater settings:

Quote:

The following setting(s) are invalid
monitor_dir :

any ideas?
(note:
MySQL version 4.0.22-log
PHP version 4.3.10 )

AndrewD 08-10-2005 03:40 PM

Quote:

Originally Posted by GrendelKhan{TSU
I'm getting this error when I try to change the admistrater settings:
any ideas?
(note:
MySQL version 4.0.22-log
PHP version 4.3.10 )

This error is flagged if you enter something in the monitor_dir text box and the code can't find a directory that matches. But your error message suggests that you haven't put anything in this box? Do you get this error every time you try to change admin settings?

SpankMe 08-13-2005 03:35 AM

I've upgraded from version 1.01 and the upgrade doesn't appear to have modified the dB correctly as I get:

MySQL Error : Unknown column 'link.numrate' in 'field list'

AndrewD 08-13-2005 06:03 AM

Quote:

Originally Posted by SpankMe
I've upgraded from version 1.01 and the upgrade doesn't appear to have modified the dB correctly as I get:


MySQL Error : Unknown column 'link.numrate' in 'field list'

Wow, version 1.01 - long time ago.

I tried doing a clean install of 1.0 onto a VB3.0 database, then upgraded to VB 3.5 and LDM 2.0.1 and everything has run fine for me, including creating/updating the ratings table.

Question - did you use the new product installation process via the VB admin CP or did you just follow the old procedure of droppping the code in the VB directories?

If no joy, maybe you could backup the local_links* tables from your database and email them to me (ad_rodin at noos.fr)

SpankMe 08-13-2005 06:24 AM

I did the new product installation process via the VB admin CP. No problem. I just added the columns manually and all ok. Thanks anyway.

TTG 08-13-2005 08:10 PM

Installed and works well .. very useful addition.

I am using this extra item which certainly saves time in adding to the database of links, however, the code seems to disable the scroll bars in IE6 .. anyone else having the same problems.

lttcoder 08-13-2005 10:37 PM

is it possible to add images to description. or links to image.

AndrewD 08-14-2005 05:43 AM

Quote:

Originally Posted by lttcoder
is it possible to add images to description. or links to image.

There are two ways. You are free to include IMG tags (or any other BBCodes) within individual descriptions. That is very flexible but you may not get a systematic layout if the images are different sizes.

Alternatively, you can go to the product's admin settings page and set the parameter link_imagesize. In that case, when you create the link/download, you also specify a thumbnail file/url, which is displayed, rescaled to link_imagesize pixels in size at the left of the entry. This requires that your php installation has the GD2 library available.

Boofo 08-14-2005 05:48 AM

What did you update yesterday for this, sir? ;)

AndrewD 08-14-2005 05:49 AM

Quote:

Originally Posted by TTG
Installed and works well .. very useful addition.

I am using this extra item which certainly saves time in adding to the database of links, however, the code seems to disable the scroll bars in IE6 .. anyone else having the same problems.

You've probably got a space character in your Javascript. Slave warned about this - VB.org has introduced some unwanted spaces.

Make sure that your Javascript url says "scrollbars=1" not "scrollbar s=1"

AndrewD 08-14-2005 05:59 AM

Quote:

Originally Posted by Boofo
What did you update yesterday for this, sir? ;)

Just the text - I noticed I'd missed out something.

Boofo 08-14-2005 06:00 AM

Quote:

Originally Posted by AndrewD
Just the text - I noticed I'd missed out something.

Oh, you mean in the first post?

AndrewD 08-14-2005 06:42 AM

Quote:

Originally Posted by Ian Emu-UK
I sort links by date in descending order, and when I validate all links, it forgets which ones were uploaded last and screws around with the order they are displayed. Is there a fix for this?

I realise that this was a 'feature' which I included a long time ago. When the validation finds that the file has changed size, it treats it as new and changes the datestamp. I think this is probably an unwanted feature, so will remove it in 2.0.2, so that dates of submission should not change. Version 2.0.2 also has per-category preferred sort orders.

lttcoder 08-14-2005 05:21 PM

Ok I am switching from Vbdownloads to Links and downloasd manager 2.0.1 mainly because I am tired of the support I get there. And there is a search bug that pisses me off.

lttcoder 08-15-2005 12:29 PM

I installed this.

And when I go to categories page I cannot see any "Create new category button" only this screen
https://vborg.vbsupport.ru/


And when I click on the SUBMIT button (the only button on that page)

I get this error

HTML Code:

Invalid SQL:

              UPDATE local_linkscat SET
              catclosed=1
              WHERE catid IN (0,);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Error Number : 1064
Date        : Monday, August 15th 2005 @ 05:05:31 AM
Script      : http://www.opensc.ws/local_links_admin.php
Referrer    : http://www.opensc.ws/local_links_admin.php?action=admin&set=categories
IP Address  : *.*.*.*
Username    : LttCoder
Classname    : vb_database


AndrewD 08-15-2005 01:36 PM

Quote:

Originally Posted by lttcoder
I installed this.

And when I go to categories page I cannot see any "Create new category button" only this screen
http://img339.imageshack.us/img339/1...inks1xx.th.jpg


And when I click on the SUBMIT button (the only button on that page)

I get this error

HTML Code:

Invalid SQL:

              UPDATE local_linkscat SET
              catclosed=1
              WHERE catid IN (0,);

MySQL Error  : You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ')' at line 3
Error Number : 1064
Date        : Monday, August 15th 2005 @ 05:05:31 AM
Script      : http://www.opensc.ws/local_links_admin.php
Referrer    : http://www.opensc.ws/local_links_admin.php?action=admin&set=categories
IP Address  : *.*.*.*
Username    : LttCoder
Classname    : vb_database



I'll check the error - probably the link you hit was not supposed to be hit with an empty database.

To create a new category, select the drop down menu under Category (the new banner menu) and chose Home Category. That takes you to the base Category. The menu now has a new item, Add Category, which allows you to create your first category. After you create the category, the menu will have a new item on it Add Link

lttcoder 08-15-2005 06:03 PM

Andrew, I doesnt display the "ADD CATEGORY". Is there a way you can sign-up at my forums, and I'll give u privileges to create/manage links??

AndrewD 08-16-2005 04:04 AM

Quote:

Originally Posted by lttcoder
Andrew, I doesnt display the "ADD CATEGORY". Is there a way you can sign-up at my forums, and I'll give u privileges to create/manage links??

By all means - but where is your board? Maybe you can create me an account with administrator privs and send me a private message with the details?

lttcoder 08-16-2005 03:01 PM

AndrewD, check private message.

lttcoder 08-16-2005 03:48 PM

ok problem solved, the "add category" isnt showing on Internet Explorer 7 beta.
Else it works fine.

AndrewD 08-16-2005 05:00 PM

Version 2.0.2 uploaded - comments please.

Boofo 08-16-2005 05:15 PM

What do we need to do to go from 2.01 to 2.02?

lttcoder 08-16-2005 05:15 PM

<font color="DarkOliveGreen">* LttCoder signs petition for upload capability/integration</font>

AndrewD 08-16-2005 05:23 PM

Quote:

Originally Posted by Boofo
What do we need to do to go from 2.01 to 2.02?

You just upload the php files, then reinstall product_eirma-ldm.xml via the VB Product Manager. Select Add/Import Product, upload product_eirma-ldm.xml, making sure you select Allow Overwrite.

Boofo 08-16-2005 06:01 PM

I ididn't see where this setting was. Did I miss it?

Quote:

admin settings include a master title for the LDM database, used in navbar

AndrewD 08-16-2005 06:25 PM

Quote:

Originally Posted by Boofo
I ididn't see where this setting was. Did I miss it?

Administer -> Settings and Permissions -> database_name

Maybe the explanation was a bit terse :devious:

Boofo 08-16-2005 06:33 PM

Ahhh, cryptic. ;)

It didn't like this:

Fathers' Rights Links

It gave a db error when I used the apostrophe. ;)

AndrewD 08-17-2005 04:48 AM

Quote:

Originally Posted by Boofo
Ahhh, cryptic. ;)

It didn't like this:

Fathers' Rights Links

It gave a db error when I used the apostrophe. ;)

Ouch - forgot to catch quotes - thanks

Boofo 08-17-2005 06:03 AM

Also, on your statistics page under validate, you have this:

Quote:

all broken invalid
The broken and invalid are 2 separate links. ;)

Boofo 08-17-2005 06:19 AM

Quote:

Originally Posted by AndrewD
Yes, these are two different possibilities - a link may be valid but broken (e.g. www.site.com, where site.com exists but is down) or invalid - someonne has entered a link which is syntactically incorrect

Sorry, I guess I didn't explain it very well. What I meant was it looks as though there is one line under both links. It makes it look like one link instead of 2. ;)

AndrewD 08-17-2005 06:20 AM

Quote:

Originally Posted by Boofo
Sorry, I guess I didn't explain it very well. What I meant was it looks as though there is one line under both links. It makes it look like one link instead of 2. ;)

OK, got you, thanks

Boofo 08-17-2005 06:24 AM

It wasn't major, just a display bug is all. ;)


All times are GMT. The time now is 04:20 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.02334 seconds
  • Memory Usage 1,839KB
  • 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
  • (2)bbcode_html_printable
  • (22)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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