vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Links and Downloads Manager (https://vborg.vbsupport.ru/showthread.php?t=166094)

AndrewD 04-11-2008 03:29 AM

Quote:

Originally Posted by IR15H (Post 1487561)
Okay. When I install this on my live board, if any of my IE users are able to reproduce this (browser) issue I'll simply disable the JW player, and do it via WMP, as that works fine :).

--------------

I've found another comments bug. With settings of dropdown_width_comment_and_rate = 60 and dropdown_rows_comment_and_rate = 5, I get the following result;
The numbers I chose are arbitrary, but the comments do not match the values I set. This is the same for in-line comments, too.

---------

I also found a picture related bug;
The blank space is a picture upload entry.

EDIT:

Oh, and also, a very minor thing when you create a new entry. If you type something in the "Name" field and then press the TAB key on your keyboard it jumps to the "New Keywords" field, missing out the "Description" input area.

OK, thanks

I know about the tab problem - it's related to the way in which vb builds the editor control - will take another look.

HBAndrew 04-12-2008 08:23 AM

Hello, fantastic mod it will probably get used a lot on my site, have a couple questions.

I have a section for people to release maps for games, and would like a way for them to input the author of the maps to be shown on the entry page in the same area as all the info like filesize etc. Now I know 2.2.9 has this attributes thing, however it feels incomplete or limited to me.

I would like a way to place custom fields to look just like any other field on the entry form in any position, but also be shown on a per category basis so people uploading other things elsewhere don't get this Author option to choose from, and can be set if it should be mandatory or not. I would also like it to not show up with the group name before it, eg. Author: Name instead of Maps: Author: Name, tried putting 0 in display order for the group name and leaving Author as 1 but both vanished.

It seems that allowing general users to add custom attributes to entries shows all the custom attributes every time they create an entry within any category wether or not they are set to 0 display order for the category, just feels like this attributes thing is nothing like custom fields at all and is too limited still.

I have also noticed, using Short (Title+Thumb) for template_altbit has made the title of entries vanish and no way at all to view them.

Any work still being done on custom fields stuff? Currently using 2.2.8 with 3.6.9 so not important untill 2.2.9/3.7 is properly released.

Chewy954 04-12-2008 06:06 PM

when I click a link I get redirected to say:

http://cheatingnetwork.net/local_links/jump/1/1

and it doesnt work, is this a .htaccess issue?

AndrewD 04-13-2008 07:41 AM

Quote:

Originally Posted by HBAndrew (Post 1488896)
Hello, fantastic mod it will probably get used a lot on my site, have a couple questions.

I have a section for people to release maps for games, and would like a way for them to input the author of the maps to be shown on the entry page in the same area as all the info like filesize etc. Now I know 2.2.9 has this attributes thing, however it feels incomplete or limited to me.

I would like a way to place custom fields to look just like any other field on the entry form in any position, but also be shown on a per category basis so people uploading other things elsewhere don't get this Author option to choose from, and can be set if it should be mandatory or not. I would also like it to not show up with the group name before it, eg. Author: Name instead of Maps: Author: Name, tried putting 0 in display order for the group name and leaving Author as 1 but both vanished.

It seems that allowing general users to add custom attributes to entries shows all the custom attributes every time they create an entry within any category wether or not they are set to 0 display order for the category, just feels like this attributes thing is nothing like custom fields at all and is too limited still.

I have also noticed, using Short (Title+Thumb) for template_altbit has made the title of entries vanish and no way at all to view them.

Any work still being done on custom fields stuff? Currently using 2.2.8 with 3.6.9 so not important untill 2.2.9/3.7 is properly released.

Thanks - as you say, the custom fields stuff is new for 2.2.9, and the important first step was to get the plumbing in place. I have every intention to continue developing this according to the interest people express. I will think about what you say regarding extensions.

Its not true that every attribute is offered in every category for every entry. You set up the available attributes on the global admin page, then you set up which of these are relevant for the category on the category page, then you are only given these attributes to define for entries added/edited in the category.

AndrewD 04-13-2008 07:42 AM

Quote:

Originally Posted by Chewy954 (Post 1489216)
when I click a link I get redirected to say:

http://cheatingnetwork.net/local_links/jump/1/1

and it doesnt work, is this a .htaccess issue?

You've probably enabled 'seo_friendly' on the ldm/admin page without configuring your web server/vbseo to deal with the urls that LDM then creates.

RikiB 04-13-2008 05:33 PM

Is there a way to reset the download count on a per user basis? I have the download limit set but I would LOVE the ability to reset it for some people if they run out of download attempts for technical reasons.

Riki

anarx 04-15-2008 10:00 AM

damn, this is hot! ty! - installed -

edit: The images don't show up in the description:

AndrewD 04-15-2008 01:45 PM

Quote:

Originally Posted by anarx (Post 1491116)
damn, this is hot! ty! - installed -

edit: The images don't show up in the description:

Have you set *link_imagesize*? ldm/admin/settings

anarx 04-15-2008 02:29 PM

Quote:

Originally Posted by AndrewD (Post 1491264)
Have you set *link_imagesize*? ldm/admin/settings

that was the problem - fixed, ty !

another problem: If I use the "modern - short desription" style I just see a short descripton ... yes, that's what I wanted. But I don't see a "read more" link. I am just able to see the whole description if I click the "rate/comment" button.

Is there a way to add a "Read more" button? Maybe with a simple template edit?

ty, anarx

EDIT: I found a way:
in template links_linkbit_mshort :

under $linkshortdesc add:
Code:

        <a href="$LINKS_SCRIPT.php?linkid=$linkid&amp;catid=$viewcatid&amp;lpage=$pagenumber"> [Read more]</a>

AndrewD 04-15-2008 05:10 PM

Quote:

Originally Posted by anarx (Post 1491292)
that was the problem - fixed, ty !

another problem: If I use the "modern - short desription" style I just see a short descripton ... yes, that's what I wanted. But I don't see a "read more" link. I am just able to see the whole description if I click the "rate/comment" button.

Is there a way to add a "Read more" button? Maybe with a simple template edit?

ty, anarx

EDIT: I found a way:
in template links_linkbit_mshort :

under $linkshortdesc add:
Code:

        <a href="$LINKS_SCRIPT.php?linkid=$linkid&amp;catid=$viewcatid&amp;lpage=$pagenumber"> [Read more]</a>

Just so, I'll include this in the 2.2.9 RC. You don't need the lpage param - that's for paginating inside the ratings.


All times are GMT. The time now is 05:16 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.02446 seconds
  • Memory Usage 1,757KB
  • 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_code_printable
  • (6)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