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)

AndrewD 03-29-2006 01:09 PM

Quote:

Originally Posted by GrendelKhan{TSU
hmmm.....

future suggestion:

need to make so you can exclude Featured Site from appearing in categories (of choice)....it can be confusing or sometimes...just not appropriate to appear.

You can set the featured_all_categories setting off so that featured sites are drawn from the favourites in the current category. This enables you to have featured sites in some categories and not others, provided the entries are members of those catgeories. If you want to be able to draw a random collection of featured sites from all categories but only display them in some, then I will have to make a small change (I think it involves literally adding two characters to the code...) to make this possible.

EricaJoy 03-29-2006 01:21 PM

Hrm. I installed this but its too much for my needs. Great hack overall but for just a links page (what I need) its overkill.

AndrewD 03-29-2006 01:22 PM

Just to show that there's nothing better to do on an airplane than think about coding...

Quote:

Originally Posted by GrendelKhan{TSU
If you have a title with "quotes" in it....the title gets chopped off at the quote when you go back and edit the link.

small bug, fixed on my laptop

Quote:

Originally Posted by GrendelKhan{TSU
if bbcode in title... profile bit of "recent hits" ...just show the code not the actual bbcode output (ie: [ b ] instead of actually showing bold type. )

small bug, fixed on my laptop

Quote:

Originally Posted by GrendelKhan{TSU
Auto thread creation in forums bugs:
I think it related to this bug: The link is wrong. It lists the wrong category! eg: add link from "whatever" category >> changed category when filling out form (parent category) >> result is that it upload to correct category...but link in new thread created shows file in the original whatever category.

Easy fix, with one provisio - if the entry is placed into more than one category, then the link will always take the user to one of these categories, which I don't think is an issue.

Bear in mind that if you subsequently delete the entry, then the thread and url will still be there and will not work. I can't do anything about that.


Quote:

Originally Posted by GrendelKhan{TSU
need some kind of explanation for users. Like update explanation text for choosing a "Parent Forum" when this plugin is install.

Since there is no text or explanation of what is happening from a user perspective.... Users will have NO IDEA where or how the thread is being created when adding links. took me a bit to figure it out actually :( (granted...I'm a dope a lot of the times but.... so are most users. :p).

I've changed it to give a different message, along the lines of 'your entry has been accepted and posted into forum XXX'

By the way, I realised that no autopost should be made if moderation is turned on - that situation needs a little more thought - possibly the autocreate should happen when the moderator accepts the post.


Quote:

Originally Posted by GrendelKhan{TSU
an image on the links_linkbit is now broken. dunno why and it wasn't broken before 2.1.6rc2. problem is I can't fix it because I dunno what the image is supposed to be cause the path is weird:
:confused: what is that? ugh! to broken images. :( see attached image.

That looks like someone's avatar is broken/wrong

Quote:

Originally Posted by GrendelKhan{TSU
[*]Featured sites need to display same as the template_linkbit format chosen. Don't know if this is intentional, but seems like a bug (forgot to add) kinda thing. I was gunna use the table format, but when I do the featured sites still come out as default linkbit, so it looks weird/inconsistent on the page.

Am adding a template choice in the settings for featured sites and well as standard entries. Both should be selectable.

Quote:

Originally Posted by GrendelKhan{TSU
edit link >> expand/collapse buttons in Parent Categories are... misplaced? or not working right? eitherway...when you actually click the expand collapse button...you get craziness. see attached pics.

This is only a problem if you use category selection boxes rather than the menu. It's fixed on my laptop.

Quote:

Originally Posted by GrendelKhan{TSU
edit link >> highlight should UNhighlight when choosing new category. it doesn't. makes it seem like both are chosen or the new chosen category "doesn't take". see attached pic

This is built into VBUlletin abd I can't change it without duplicating a chunck of their code. Is it a big issue?

AndrewD 03-29-2006 01:23 PM

Quote:

Originally Posted by princessfrozen
Hrm. I installed this but its too much for my needs. Great hack overall but for just a links page (what I need) its overkill.

That's what I thought, but people kep asking for more, more, more

EricaJoy 03-29-2006 01:26 PM

Quote:

Originally Posted by AndrewD
That's what I thought, but people kep asking for more, more, more

Really if you still have a very first version that doesn't have all the extra stuff, that would be great! I'm administering a site for my friends sorority and I just need a page people can post the links to their chapters to and everybody else can see.

|oR|Greg 03-29-2006 01:30 PM

Quote:

Originally Posted by princessfrozen
Really if you still have a very first version that doesn't have all the extra stuff, that would be great! I'm administering a site for my friends sorority and I just need a page people can post the links to their chapters to and everybody else can see.

This sounds like a job for my "Thread as Link" Andrew! Get to it! :banana:

AndrewD 03-29-2006 01:38 PM

Quote:

Originally Posted by princessfrozen
Really if you still have a very first version that doesn't have all the extra stuff, that would be great! I'm administering a site for my friends sorority and I just need a page people can post the links to their chapters to and everybody else can see.

The *very* first versions were for VB 3.0, but the early versions for VB 3.5 should still be ok.

EricaJoy 03-29-2006 01:53 PM

thanks so much! i'll handle the rest with template modifications. you are the greatest. :)

spoke too soon. *sigh* still too much going on, unfortunately. i'll keep looking for something, thanks for your help though.

|oR|Greg 03-29-2006 02:33 PM

Ya know, if you edit the add link template, and set the settings to allow null fields, you very well might have what you're looking for.

EasyTarget 03-29-2006 03:44 PM

princess its pretty easy to use this hack for just the links, and it works great for user submitted links. I don't think you'll find anything to surpass this. If its too much just don't use the other parts. (just set permissions and the link style you want to use once and you won't have to touch it again)

steadicamop 03-29-2006 04:40 PM

Quote:

Originally Posted by AndrewD
There are some urls that do work fine but do not respond to LDM's validation check. This is because the site has blocked the use of the piece of code that is used to validate the link. Sometimes, if you use the cURL interface rather than the fopen() interface, it works better - if you don't understand this, then perhaps not worth trying, but if you do understand, then check to see if your php installation includes the curl library.

Thanks for your help, it would appear checking through php info that cURL is installed in PHP - so can only presume it's a rogue one - as long as I know I can anticipate any more issues like this :)

For the record, I didn't even realise it checked links - smart job!!

Jason

AndrewD 03-29-2006 04:44 PM

Quote:

Originally Posted by princessfrozen
you are the greatest. :)

spoke too soon. *sigh*

I'm so sad... Story of my life

deeps_ar 03-29-2006 04:45 PM

This is a cool one..I guess, we need to move to VBulletin from IPB ;)
Installed on a test server and testing more.

Good work!
-- deep

EricaJoy 03-29-2006 06:07 PM

Quote:

Originally Posted by |oR|Greg
Ya know, if you edit the add link template, and set the settings to allow null fields, you very well might have what you're looking for.

set the wha to do wha? lol, kidding. after looking around i may have to do that, just not right now. must prepare for new job. :)
Quote:

Originally Posted by AndrewD
I'm so sad... Story of my life

you're still the greatest, don't worry. :)

shiva 03-29-2006 07:05 PM

Quote:

Originally Posted by AndrewD
Aha - there already is one - ldm/admin/settings/allow_null_links

I guess great minds think alike. :)

Missed that. thanks

Tyegurl 03-30-2006 01:03 AM

okay so this won't integrate with my vbadvance board? i have to leave it on vbulletin type boarding?

EasyTarget 03-30-2006 01:11 AM

there's vbadvanced modules included in the install.

Tyegurl 03-30-2006 01:25 AM

that's not what i am asking.... i have them installed just fine....its the board integration that i want

AndrewD 03-30-2006 02:43 AM

Quote:

Originally Posted by Tyegurl
okay so this won't integrate with my vbadvance board? i have to leave it on vbulletin type boarding?

It will integrate just fine. There are no side effects with vbadvanced as far as I know.

Tyegurl 03-30-2006 02:46 AM

hmmmm cuz i can't seem to get it to work as i want lol....if imake it a php file page i am okay. i think i must be stupid lol.... but i wanted to have the side modules on the page....won't work for me that way. not the only thing i have a problem with....maybe its the way i am doing it?

AndrewD 03-30-2006 03:04 AM

Quote:

Originally Posted by Tyegurl
hmmmm cuz i can't seem to get it to work as i want lol....if imake it a php file page i am okay. i think i must be stupid lol.... but i wanted to have the side modules on the page....won't work for me that way. not the only thing i have a problem with....maybe its the way i am doing it?

Sorry, I'm not an expert in setting up vbadvanced. Maybe someone else can help?

Tyegurl 03-30-2006 03:11 AM

lol i am not an expert either....obviously....well thanks for trying.

TundraSoul 03-30-2006 04:16 AM

2.1.6 RC 1 and 2.

I had several reports that some links to PDF files no longer work correctly. When the user clicks on the link, their PDF reader opens, but the file is never downloaded to them. I verified this, and it has happened to me as well. The PDF files in question can however be downloaded directly.

AndrewD 03-30-2006 07:19 AM

Quote:

Originally Posted by TundraSoul
2.1.6 RC 1 and 2.

I had several reports that some links to PDF files no longer work correctly. When the user clicks on the link, their PDF reader opens, but the file is never downloaded to them. I verified this, and it has happened to me as well. The PDF files in question can however be downloaded directly.

OK, will investigate. Adobe Reader is a bit of a pig and I've had similar problems myself over the years.

AndrewD 03-30-2006 07:54 AM

Quote:

Originally Posted by TundraSoul
2.1.6 RC 1 and 2.

I had several reports that some links to PDF files no longer work correctly. When the user clicks on the link, their PDF reader opens, but the file is never downloaded to them. I verified this, and it has happened to me as well. The PDF files in question can however be downloaded directly.

Lon, I tried to check this on your site, but you seem to have all documents locked down to subscribers only - am not prepared to pay for the privilege of bug fixing so could you help, please - I registered as andrewd

|oR|Greg 03-30-2006 11:41 AM

Quote:

Originally Posted by Tyegurl
lol i am not an expert either....obviously....well thanks for trying.

What's the problem? What are you trying to do? I code a little with vBA, not much though, maybe I can help.

AndrewD 03-30-2006 12:28 PM

Quote:

Originally Posted by TundraSoul
2.1.6 RC 1 and 2.

I had several reports that some links to PDF files no longer work correctly. When the user clicks on the link, their PDF reader opens, but the file is never downloaded to them. I verified this, and it has happened to me as well. The PDF files in question can however be downloaded directly.

Third reply - I know what the problem is - Adobe is too clever in asking for bits of a file, and its breaking the new 'Partial Response' feature in LDM. I'll have a fix soon. In the meantime, tell your users that they can always do the download correctly with a right click/save as

TundraSoul 03-30-2006 04:06 PM

I upgraded your account.

Quote:

Originally Posted by AndrewD
Lon, I tried to check this on your site, but you seem to have all documents locked down to subscribers only - am not prepared to pay for the privilege of bug fixing so could you help, please - I registered as andrewd


TundraSoul 03-30-2006 04:08 PM

Great, thanks, I tested that as well, and it worked for me.

Quote:

Originally Posted by AndrewD
Third reply - I know what the problem is - Adobe is too clever in asking for bits of a file, and its breaking the new 'Partial Response' feature in LDM. I'll have a fix soon. In the meantime, tell your users that they can always do the download correctly with a right click/save as


AndrewD 03-30-2006 05:08 PM

Attached zip should fix the reported bugs with 2.1.6RC2.

Administration
featured_linkbit setting added to enable choice of linkbit used in featured sites
Bugs fixed
category selection menu expand/collapse only shown with menu, not checkboxes
htmlspecialchars to protect quotes in links titles
profile hits list parses bbcodes
autocreate plugin creates thread url which still works ok after category move
autocreate plugin tells user that thread has been created
fix to stop Adobe Acrobat breaking with partial content requests

Those testing the autocreate forum plugin - please note that you will need to remove the existing plugin manually and reinstall it.

Grateful for a quick check on these problems.

Tyegurl 03-30-2006 06:24 PM

Quote:

Originally Posted by |oR|Greg
What's the problem? What are you trying to do? I code a little with vBA, not much though, maybe I can help.


i want the side modules on the page when you upload but i can't get that.

nm the updated zip fixed it.

GrendelKhan{TSU 03-31-2006 01:21 AM

Quote:

Originally Posted by AndrewD
Attached zip should fix the reported bugs with 2.1.6RC2.

Administration
featured_linkbit setting added to enable choice of linkbit used in featured sites
Bugs fixed
category selection menu expand/collapse only shown with menu, not checkboxes
htmlspecialchars to protect quotes in links titles
profile hits list parses bbcodes
autocreate plugin creates thread url which still works ok after category move
autocreate plugin tells user that thread has been created
fix to stop Adobe Acrobat breaking with partial content requests

Those testing the autocreate forum plugin - please note that you will need to remove the existing plugin manually and reinstall it.

Grateful for a quick check on these problems.

thank goodness for bad inflight movies. :) lol ;)
<< runs off to install fixes. THANKS!~!! I'll let ya know how it goes. :)


btw... anyone know what to do with this...?
Quote:

Is there any way to control the column widths for the Title, Description, and number of entries?

My title is all smooshed up while the description takes up waaaaaaay too much width unneccessarily.


I don't want to change the templates either just to have it wiped out with next update. (but I will cause it looks fugly as is. :() where would I go to change that anyway?

(along the same line: is there a way or how would go about controlling how the subforum categories links are displayed?)
(post=1550)

AndrewD 03-31-2006 02:08 AM

Quote:

Originally Posted by GrendelKhan{TSU
btw... anyone know what to do with this...?

I need to think some more about this. It really needs a new module in LDM to allow the admin to set some style vars for LDM - like in the VB styles and templates editor. But I haven't really got the time to write one.

Langly 03-31-2006 03:15 AM

I was reading one of your earlier posts about upgrading and having to redo some stuff to your present install (I don't recall what it was off hand) I'm using v2.1.3b1, or b2. I want to upgrade to the 2.1.6r2 but wanted to make sure of what I do beforehand. So far, I have about 2000 downloads which I've had to manually add, descriptions as well, 3 times. All due to host providers though.

Basically, I just overwrite my present install with whats in the 2.1.6r2 zip and then import the xml product, selecting overwrite? Does this sound right?

BTW, hows the "credit system" for LDM coming along?

AndrewD 03-31-2006 03:22 AM

Quote:

Originally Posted by Langly
I was reading one of your earlier posts about upgrading and having to redo some stuff to your present install (I don't recall what it was off hand) I'm using v2.1.3b1, or b2. I want to upgrade to the 2.1.6r2 but wanted to make sure of what I do beforehand. So far, I have about 2000 downloads which I've had to manually add, descriptions as well, 3 times. All due to host providers though.

Basically, I just overwrite my present install with whats in the 2.1.6r2 zip and then import the xml product, selecting overwrite? Does this sound right?

That's right - you won't lose anything. It's always a good idea to take a backup of your database before doing any upgrade.

If people have installed some of the optional extras, which are provided as extra plugins, then these need to be deleted and reinstalled, but this probably doesn't apply to you.

Quote:

Originally Posted by Langly
BTW, hows the "credit system" for LDM coming along?

The 'hooks' are there, but it isn't one of my priorities to write the interface to a points management system.

sickboy6ths 03-31-2006 07:59 AM

Ehrm guys, where the hell is 6rc2 ? :D

AndrewD 03-31-2006 10:27 AM

Quote:

Originally Posted by sickboy6ths
Ehrm guys, where the hell is 6rc2 ? :D

Exactly where the link in the first post tells you to look.

louis_chypher 03-31-2006 10:59 AM

Database error in vBulletin 3.5.4:

Invalid SQL:
;

MySQL Error : Query was empty
Error Number : 1065
Date : Friday, March 31st 2006 @ 05:48:52 AM
Script : http://www.bbdsms.com/forums/local_links.php
Referrer :
IP Address : Xx.XXX.XXX.XXX
Username : XXXXXXXXXX
Classname : vb_database

Is what I get when I go th the local_links.php page. Its probablly something I did. I uninstalled and reinstalled several times to no avail. Hints?

AndrewD 03-31-2006 11:03 AM

Quote:

Originally Posted by louis_chypher
Database error in vBulletin 3.5.4:

Invalid SQL:
;

MySQL Error : Query was empty
Error Number : 1065
Date : Friday, March 31st 2006 @ 05:48:52 AM
Script : http://www.bbdsms.com/forums/local_links.php
Referrer :
IP Address : Xx.XXX.XXX.XXX
Username : XXXXXXXXXX
Classname : vb_database

Is what I get when I go th the local_links.php page. Its probablly something I did. I uninstalled and reinstalled several times to no avail. Hints?

First time I've seen this! TO ask the obvious, did you run the product installation process or just upload code?

louis_chypher 03-31-2006 11:43 AM

I ran the product installation process. On the last few installs I've followed, carefully, the install instructions as laid out on http://www.eirma.org/devel/LDM/index.html?title.html&0. I also have ran the local_links_kill.php to delete the db tables and then did several complete reinstalls.

Your suggestion of completly removing the files, downloading a new zip and reinstalling from scratch worked. Thanks for your time and effort with this issue.


All times are GMT. The time now is 01:17 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
  • Page Generation 0.03546 seconds
  • Memory Usage 1,866KB
  • 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
  • (34)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