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)
-   -   Show Thread Enhancements - AME 2.0 -Auto Media Embedding for posts, blogs, visitor and group messsages (https://vborg.vbsupport.ru/showthread.php?t=189267)

NeverBored 08-27-2008 09:28 PM

Damn, I'm late to the party with a feature request... I would like to be able to use if conditionals in the container HTML and replacement HTML boxes... Would that add any strain on performance?

Anyhow, cool to see you've updated this mod. It's a great mod, and my site is more or less actually built around it. Your work is appreciated.

Jhonnyf 08-27-2008 09:46 PM

Fine, Thank You!

MadK 08-27-2008 09:58 PM

Wow, great. Thank you! :)

Old user of 1.x series, new user of 2.x series! (:p)

TCattitude 08-28-2008 12:11 AM

Installed, updated, and nominated.
Welcome back (even if it's for a short time) Geek ;)

A bug (i think): Post a message with quotes in them. This double quotes: " " " " "
Then, quote that message. A lot of \ (back slashes) appear before every quote " in the quoted text.
If i disable the new AME, that don't happen.

Deepdog009 08-28-2008 01:12 AM

I need this ;)
Groovy Baby :cool:

furst 08-28-2008 02:47 AM

I just updated to the latest version and it's totally messing up my postbit every time someone posts a video link. I haven't modified the container at all.

http://www.bowrd.com/showthread.php?t=61686
(link is fine, but rest of the site is NWS)

TheInsaneManiac 08-28-2008 02:52 AM

Dude you are awesome. Now I don't have to buy Passive Vid. Plus yours supports more sites!

tormodg 08-28-2008 03:46 AM

Fantastic, Geek!!!! We miss you.

The Geek 08-28-2008 05:07 AM

Quote:

Originally Posted by furst (Post 1608678)
I just updated to the latest version and it's totally messing up my postbit every time someone posts a video link. I haven't modified the container at all.

http://www.bowrd.com/showthread.php?t=61686
(link is fine, but rest of the site is NWS)

Looks like you have duplicate definitions (i.e. more than one youtube.com definition) which are clashing. Make sure you only have 1 of each type.

Brood 08-28-2008 05:16 AM

getting a database error everytime i click the 'go advanced' button on posting visitor messages :(

Code:

Database error in vBulletin 3.7.3:

Invalid SQL:

                        (
                                SELECT
                                        visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress
                                        ,deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
                                        ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
                                        ,ame_flag
                                FROM visitormessage AS visitormessage
                                LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid)
                                LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
                                LEFT JOIN deletionlog AS deletionlog ON (visitormessage.vmid = deletionlog.primaryid AND deletionlog.type = 'visitormessage')
                               
                                WHERE visitormessage.userid = 10431 AND visitormessage.postuserid = 381 AND visitormessage.state IN ('visible','moderation','deleted')
                               
                        )
                        UNION
                        (
                                SELECT
                                        visitormessage.*, visitormessage.dateline AS pmdateline, user.*, visitormessage.ipaddress AS messageipaddress
                                        ,deletionlog.userid AS del_userid, deletionlog.username AS del_username, deletionlog.reason AS del_reason
                                        ,avatar.avatarpath, NOT ISNULL(customavatar.userid) AS hascustomavatar, customavatar.dateline AS avatardateline,customavatar.width AS avwidth,customavatar.height AS avheight
                                       
                                FROM visitormessage AS visitormessage
                                LEFT JOIN user AS user ON (visitormessage.postuserid = user.userid)
                                LEFT JOIN avatar AS avatar ON(avatar.avatarid = user.avatarid) LEFT JOIN customavatar AS customavatar ON(customavatar.userid = user.userid)
                                LEFT JOIN deletionlog AS deletionlog ON (visitormessage.vmid = deletionlog.primaryid AND deletionlog.type = 'visitormessage')
                               
                                WHERE visitormessage.userid = 381 AND visitormessage.postuserid = 10431 AND visitormessage.state IN ('visible','moderation','deleted')
                               
                        )
                        ORDER BY pmdateline DESC;

MySQL Error  : The used SELECT statements have a different number of columns
Error Number  : 1222

MySQL Version : 4.1.22-standard



All times are GMT. The time now is 04:33 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.01575 seconds
  • Memory Usage 1,751KB
  • 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
  • (1)bbcode_code_printable
  • (1)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
  • (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