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)

dieKetzer 06-04-2009 02:49 PM

this looks very promising.
i will install it and report back :)

Leo Brazil 06-04-2009 08:35 PM

Quote:

Originally Posted by AndrewD (Post 1822610)
This will be corrected in the next upload. If you want a fix now, here's what to do:

Edit includes/local_links_include.php, line 2369, change:
PHP Code:

    while ($rec=$vbulletin->db->fetch_array($asb)) {
        foreach (
$usernames as $k=>$v) {
            if (
$v==$rec['username']) { 

to
PHP Code:

    while ($rec=$vbulletin->db->fetch_array($asb)) {
        foreach (
$usernames as $k=>$v) {
            
$hv htmlspecialchars_uni($v);
            if (
$hv==$rec['username']) { 


Hi AndrewD,

I did exactly like this but the problem remains the same, when I try to create a new category.

AndrewD 06-05-2009 07:29 AM

Quote:

Originally Posted by Leo Brazil (Post 1823561)
Hi AndrewD,

I did exactly like this but the problem remains the same, when I try to create a new category.

I'm sorry to learn that this fix did not solve your problem. To investigate, I really need to access your site as an admin which has a problematic username and has permission to get at the products and plugin section of the admincp. If you are happy for me to do this, send me a PM with details of site url, username and password.

dieKetzer 06-05-2009 02:19 PM

thus far i am both very impressed and overwhelmed by the many configuration option available.
this one is the best i have used yet. i should have tried it years ago!

Alfa1 06-08-2009 09:09 AM

After upgrading to 2.3.0 RC5 and installing the flash-sites-plugin.xml:
PHP Code:

Warning:  Unexpected character in input:  ''' (ASCII=39) state=1 in /public_html/forum/includes/local_links_players.php(108) : eval()'d code on line 30 

Note that my site has custom table prefixes.

Turning the plugin off, makes the errors go away. How can I solve this?

AndrewD 06-08-2009 10:13 AM

Quote:

Originally Posted by Alfa1 (Post 1825527)
After upgrading to 2.3.0 RC5 and installing the flash-sites-plugin.xml:
PHP Code:

Warning:  Unexpected character in input:  ''' (ASCII=39) state=1 in /public_html/forum/includes/local_links_players.php(108) : eval()'d code on line 30 

Note that my site has custom table prefixes.

Turning the plugin off, makes the errors go away. How can I solve this?

An extra quote character has got itself into the flash site plugin. You can fix this by going to vb/acp/products and plugins/plugin manager, and editing the "Enable media player for Flash-based websites" plugin that is attached to the ldm_playme_initplayers hook.

Find the line that reads
Code:

        "canremove"' => 1,  // can be deleted
and get rid of the single quote, i.e. make it read
Code:

        "canremove" => 1,  // can be deleted

Alfa1 06-08-2009 10:40 AM

Thank you for the swift reply. That solves it.

How can I edit the text that is displayed on forum home stats? I want to add a link to the file archive.

I have 3 different main categories in my LDM: documents, video and audio. Is it possible to display the forum home stats for each of these main categories?

Is it possible to use patch-forumhome-newlinks or another function to display latest new files on /search.php?do=getnew ?

sparklywater 06-08-2009 11:30 AM

I have a category with lots of links to Jukebox audio files. The category page has been indexed by Google, but not a single Jukebox player link has been indexed even after several months. These links do have some text content so Google should be able to index them. I'm wondering if anything in the LDM setup is preventing these pages from being indexed?

Alfa1 06-08-2009 11:48 AM

Same here. Even jukebox player links dated many years ago are not in Googles cache, while Google did indexed most of my site.

Alfa1 06-08-2009 11:58 AM

How does the LDM Similarthreads plug-in calculate similar files on showthread? I really like this feature, but it shows completely irrelevant files.


All times are GMT. The time now is 01:10 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.02921 seconds
  • Memory Usage 1,754KB
  • 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
  • (4)bbcode_php_printable
  • (3)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