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 10-19-2008 09:38 AM

Quote:

Originally Posted by Simon Lloyd (Post 1648193)
Hi Andrew, i have just looked at my profile (vb3.7.3 PL1) and in the "About me" tab it shows Recent LDM hits & Entries, i have had hits and entries but they dont show (shows N/A), if i click the pencil (edit section) icon a box pops up saying "if you want to keep private then...." theres nothing in it if i then click save i get presented with "The server failed to respond in time. Please try again.", any ideas?

I have the upload folder outside of my forum and root (you helped with this), it is properly referenced as i can view/download files.

The vbulletin folk changed how they handled user profiles between vb 3.6 and 3.7 and this messed up my integration of LDM with this feature. In version 2.2.9, I think it works correctly if you enable the ldm admin setting *profile_ldmactivity*, but if you disable it, you get the N/A box. I think I have fixed that problem in 2.3.0.

AndrewD 10-19-2008 09:47 AM

Here is the first beta release of 2.3.0. It still requires care - please do not install on a live site unless you are willing to deal with bugs. I will appreciate test reports and suggestions.

This code seems basically ok with VB3.8 - user profile integration is temporarily not working, but not because of any serious problem, and will be re-enabled in the next beta

NB: the main zip only contains the English product file. The translations are supplied separately.

There are a few more changes expected before 2.3.0 becomes the new official release (work on vba page load efficiency, integration of vbboarder's 'extras' integrator to smooth upgrades, and perhaps a couple of new extras), as well as updating the wiki.

Compared to version 2.3.0-alpha, these are the changes:

+ Additional attributes

Groups have new 'hidden' and 'collapsed by default' options which can be set on per-category basis
Attribute groups displayed as collapsible boxes on 'Add/Edit Entry' forms
Attribute names that start with * are replaced by the corresponding vb phrase when displayed on user pages

+ Administration
Added information on admin/allowances when usergroups have *can_bypass_XXX* permissions
Added information on admin/showinfo when usergroups with *can_bypass_XXX* permissions

+ Accept agreement
Template/ *ll_agreement* phrase includes username as parameter

+ Forum Announcements
Admin option added to select thread prefix when forum announcements made in forum defined by autocreate_forum setting

+ Media Players
Updated JWplayer to use swfobject 2.1

+ Searches
Improved consistency of Advanced Search interface to saved searches and profile searches
Integrated attributes consistently into searches and search interface
Added option to profile searches to allow any/all/exact matches

+ Starred Nominations
New *Current Nominations* search option on Show menu
New permission *can_view_nominations* gives access to current nominations in linkbits and via Show/Current Nominations

+ vba modules
ldm_tagcloud, ldm_new_reviews, ldm_newly_reviewed and ldm_cats extended to accept optional category list
ldm_hot_thumb module added (thanks, vbboarder)
various bug fixes and template edits to improve integration with inline media players (thanks, vbboarder)

+ Extras
*blockhit-bylasthit* extra extends *timeout_hit_allow* setting to per-usergroup, per-category setting
*flash-sites* extra updated to allows national YouTube urls; handling of other video sites brought back up to date
*id3tag-enhancements* updated to use phrased attribute names
*shadowbox* extra provides lightbox handling of LDM Jukeboxes and images in main linkbit and in attributes
*ffmpeg-utils* updated to allow video transcoding via LDM admin pages
*tagcloud* updated to allow optional list of categories to include in cloud

+ Bug fixes
Filter bar appears correctly when featured entries have been enabled but no featured entries are visible
Retain *prune_downloadtable* setting correctly after visiting admin/hits pages
Fixed highlighting of exact phrase searches
Fixed highlighting with php versions < 4.4.0/5.1.0 which lack utf8 regex extensions
Fixed sql error with some choices of *musicbox_default_sort_order* setting
Fixed IE Javascript bug when *cat_desc_popup* is set
Fixed statistics code/vba module code to correctly select latest entries, hide hidden entries, etc.
Fixed handling of *show category name* option in vba modules
Fixed 'report entry' email to correctly pick up per-category setting of *report_email*
Fixed 'report entry' and 'send to friend' to redirect correctly when selected after search
Fixed bugs in handling some characters in filenames in admin/scans
Fixed display of profile field names in profile searches
Fixed central alignment of all titles on main page
'Sort by name' category listings and category drop down menus apply natural sorts (1,2,10 rather than 1,10,2)

These were the changes in 2.3.0 alpha compared to 2.2.9

+ Add/Edit Entry
Removed 'delete image' option when image has been autocreated from entry
Minor change to autoannounce new entries phrase ldm_thread_create_body to include category name

+ Admin
Keywords page lists keywords horizontally
Linkbits page allows editing of main linkbit and catbit parameters

+ Category Display
Added *category_filter_menu* setting to display/remove keyword filter dropdown
Added *cat_default_sort_order* setting to control sort order of category lists (was *default_sort_order*)

+ Featured entries
Added *featured_usergroupid_favs* setting to select featured entries from entire usergroup(s)

+ Media Players
Removed .swf from filetypes handled by JWplayer and added .m4a

+ Ratings and Comments
Inline comments/ratings changed to be full part of main linkbits
Ajax-enabled ratings/comments available as an option when using inline comments/ratings
Inline comments/ratings also available in Jukebox

+ Starred nominations
Entries can be unnominated
Nominations are no longer stacked, i.e. only user's current nomination is recorded

+ Security
*secure-urls* extra integrated into LDM, allowing download/play urls to be fully locked down
*secure_nullindexfile* setting autocreates empty index.html files to block browing of upload/thumbs directories
vBulletin session ids handled corrrectly throughout

+ User Profiles
No longer shows LDM sections in user profile when turned off
When LDM sections in user profile are empty, 'none' is shown as contents

+ Efficiency changes
Admin and categories tables cached in vBulletin datastore and unnecessary database lookups eliminated

+ Extras
*id3tag-enhancements* extended to create attribute information for wider range of video and audio files
*JWplayer-extensions* inline player extended to play attributes that are media files
*Wimpy* wimpybutton player extended to play attributes that are media files
Test release of *ffmpeg-utils* - uses ffmpeg utility to grab video frame as thumbnail and to transcode video formats

+ Hooks and templates
Added ldm_icons_cached after caching list of icon filenames
Added ldm_catbit_start in ldm_get_categorybits()
Added ldm_construct_catlist in ldm_construct_category_list()
Added ldm_maindisplay_title in main code
Added ldm_customfields_myentries in ldm_member_customfields_myentries()
Added ldm_customfields_myhits in ldm_member_customfields_myhits
Added ldm_create_post and ldm_create_thread in forums interface code
Split links_header template into links_header, links_navbar and links_navbar_popups templates, making it easier for
sites to move the LDM menu bar (move $ldmnavbar variable in links_main)

+ Bug fixes
Various fixes to id3tag-enhancements extra; extra now also works within Edit Entry
Fixed permissions-related null category bug in Edit Entry
Minor changes to code used to highlight search results to deal with UTF-8 special characters
Unnecessary blank line removed from category description in main displays
Fixed byte reporting in limitaccess-by-posts extra
Fixed keyword display/edit bug when display is filtered on keyword
When 'link_imagesize' is left blank, LDM correctly applies VB Message Attachment/Thumbnail Size setting
Sequence 'search->comment->return' returns to entry's category, not the base category

AndrewD 10-19-2008 10:09 AM

Quote:

Originally Posted by Sandgrinder (Post 1648165)
I'm don't understand to 100% but it looks like this at the moment:
http://img252.imageshack.us/img252/8281/69381540wa8.jpg

Check the following:

- ldm/admin/settings - enable *display_entities*
- ldm/admin/permissions - give usergroups *can_view_entities* permission

I realise that I've only enabled this by default for admins, which is probably not the correct approach.

Quote:

Originally Posted by Sandgrinder (Post 1648165)
About the Downloads index it looks like this:
http://img443.imageshack.us/img443/2000/81952230xp5.jpg

I want it to look like a forum category, not splitted up. =)

Many thanks again!

Yes, that's how it is intended to look. It isn't supposed to look exactly the same as the forum layout. However, you can always create regular vb forum links to LDM categories, which will look like vb categories.

abdelghani68 10-19-2008 10:09 AM

Thanks for the new beta product but I have an error when I import the product xml in frensh :

ALTER TABLE local_linksentities ADD FULLTEXT valuedesc (entityvalue, entitydesc);

MySQL Error : Key column 'entitydesc' doesn't exist in table
Error Number : 1072

Sandgrinder 10-19-2008 10:19 AM

Quote:

Originally Posted by AndrewD (Post 1648221)
Check the following:

- ldm/admin/settings - enable *display_entities*
- ldm/admin/permissions - give usergroups *can_view_entities* permission

I realise that I've only enabled this by default for admins, which is probably not the correct approach.

The weird thing is; I've already done that, and it won't work still. :S

AndrewD 10-19-2008 12:00 PM

Quote:

Originally Posted by abdelghani68 (Post 1648222)
Thanks for the new beta product but I have an error when I import the product xml in frensh :

ALTER TABLE local_linksentities ADD FULLTEXT valuedesc (entityvalue, entitydesc);

MySQL Error : Key column 'entitydesc' doesn't exist in table
Error Number : 1072

Sorry about that - forgot which order the table had been created.

I've updated the zip file. Pls can you try again. Only one file has changed - includes/local_links_admininclude.php

abdelghani68 10-19-2008 12:34 PM

Quote:

Originally Posted by AndrewD (Post 1648240)
Sorry about that - forgot which order the table had been created.

I've updated the zip file. Pls can you try again. Only one file has changed - includes/local_links_admininclude.php

Thanks very mush. It works now!

Simon Lloyd 10-19-2008 02:23 PM

Quote:

Originally Posted by AndrewD (Post 1648210)
The vbulletin folk changed how they handled user profiles between vb 3.6 and 3.7 and this messed up my integration of LDM with this feature. In version 2.2.9, I think it works correctly if you enable the ldm admin setting *profile_ldmactivity*, but if you disable it, you get the N/A box. I think I have fixed that problem in 2.3.0.

Andrew thanks for the reply i thought it was something i had done!, I do have it enabled though!

As another side question to your valuable time could you explain how to change which style the system uses?, i have uploaded a style with no parent or merge and find when i use that style and a user clicks the links to the download/uploads the "Force Accept" page is in the old style so is the categories page and Admin, Mods cp, any ideas?

itsblack 10-19-2008 02:39 PM

Thank you Andrew, so exciting to see the new beta.

Here is the new translation of chinese. I've changed some old translations, not just translated the new phrases.

abdelghani68 10-19-2008 02:54 PM

How can I do in LDM 2.3.0 beta for change the names of tags in Idtag3 ?

When I want to delete a tag in only an entrie, it doesn't work.

thanks for your help


All times are GMT. The time now is 12:42 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.03064 seconds
  • Memory Usage 1,787KB
  • 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
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (5)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