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)

Alfa1 01-22-2008 03:22 PM

Andrew,

Do you need to have new phrases translated for 2.2.9? Do you have any idea when it will go into beta phase?

obmob 01-22-2008 03:33 PM

Yeah, please tell us when you need translations! :D

AndrewD 01-22-2008 03:59 PM

Quote:

Originally Posted by Alfa1 (Post 1426702)
Andrew,

Do you need to have new phrases translated for 2.2.9? Do you have any idea when it will go into beta phase?

There will be new phrases to translate, certainly. I will not finalise 2.2.9 until vb 3.7 becomes reasonably solid - parts of the vb interface code have changed between their beta releases. As for the move from alpha to beta - there will be at least one more alpha once I've got all the new functionality coded - this code is mainly written, but I got a bit distracted over Christmas with the video site integration.

Rouzbeh1 01-22-2008 04:40 PM

hi Andrew,
is this feature implemented in the ldm-2.2.9?
SEO: Ability to use category names instead of the category ID numbers for SEO purposes (local_links/links/17 => local_links/links/music/); Add SEO ability to paging and category jumping links.

would be very helpful to have this
thanks

Alfa1 01-23-2008 12:21 AM

Are there any limitations set anywhere to the cat_icons? I am trying to get these displayed and although the category_new.gif disappears, It is not replaced by the new cat_icon. Any ideas?

AndrewD 01-23-2008 03:37 AM

Quote:

Originally Posted by Rouzbeh1 (Post 1426759)
hi Andrew,
is this feature implemented in the ldm-2.2.9?
SEO: Ability to use category names instead of the category ID numbers for SEO purposes (local_links/links/17 => local_links/links/music/); Add SEO ability to paging and category jumping links.

would be very helpful to have this
thanks

It's not implemented yet - I'll take a look. There's a couple of potential traps - categories do not need to have unique names and the names can include bbcodes, etc.

AndrewD 01-23-2008 03:42 AM

Quote:

Originally Posted by Alfa1 (Post 1426988)
Are there any limitations set anywhere to the cat_icons? I am trying to get these displayed and although the category_new.gif disappears, It is not replaced by the new cat_icon. Any ideas?

Not as far as I know - you're trying the new 'oxygen' icons? I've just run a test and both the category and category_new icons display fine. Bear in mind that the new icons are pngs and you can't put them in the same directory as the old gif icons (i.e. upload them into another directory or delete the old icons).

nerofix 01-24-2008 02:38 PM

Hello, I still get this error when trying to download a file:

Fatal error: Cannot redeclare update_settings() (previously declared in /www/htdocs/my/forum/admincp/vcharset/functions_vcharset.php:16) in /www/htdocs/my/forum/includes/local_links_misc.php on line 399

Can you help me to solve please?

AndrewD 01-24-2008 03:06 PM

Quote:

Originally Posted by nerofix (Post 1428007)
Hello, I still get this error when trying to download a file:

Fatal error: Cannot redeclare update_settings() (previously declared in /www/htdocs/my/forum/admincp/vcharset/functions_vcharset.php:16) in /www/htdocs/my/forum/includes/local_links_misc.php on line 399

Can you help me to solve please?

This is a conflict with vcharset.

You can fix it by changing the definition of update_settings and the calls to it in LDM. This is done in 2.2.9. In 2.2.8, you need to edit the following files:

local_links_actions.php(2508): if (!update_settings($catid, $_REQUEST, $errors)) {

local_links_actions.php(2712): if (!update_settings($catid, $_REQUEST, $errors)) {

local_links_admin.php(1171): update_settings(-1, $_REQUEST, $errors);

includes\local_links_misc.php(399): function update_settings($catid, $settings, &$errors) {

includes\local_links_misc.php(797): ldm_general_failure("update_settings/$name");

Just change update_settings to update_ldm_settings

nerofix 01-24-2008 05:45 PM

Perfect Andrew !! Thanks a lot !!

But I thought I've upgrated sucessful to 2.2.9 before ..
Anyway, works fine after the edit ;)


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