vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Major Additions - AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs (https://vborg.vbsupport.ru/showthread.php?t=202476)

BrightStar 01-24-2010 12:54 PM

Is this gonne get released for version 4 as well?

Digital Jedi 01-24-2010 05:20 PM

Quote:

Originally Posted by Nook_Neformat (Post 1965145)
took fresh ame_bbcode and used notepad - all the same
error says:

that there are no such function "mb_convert_encoding()" so maybe problem is in some other place?

Unlikely. You wouldn't be getting that error if it were something else. To be sure though, have you already replaced that file without edits to see if you continue to get the same error? Do that first if you haven't already. Then try changing 'UTF-8' to 'auto'


Quote:

Originally Posted by Mike007 (Post 1965189)
Is this gonne get released for version 4 as well?

Almost a month ago.

Nook_Neformat 01-24-2010 07:22 PM

Quote:

Originally Posted by Digital Jedi (Post 1965403)
Unlikely. You wouldn't be getting that error if it were something else. To be sure though, have you already replaced that file without edits to see if you continue to get the same error? Do that first if you haven't already. Then try changing 'UTF-8' to 'auto'

yes i tried. this line gets me an error:
$title = unhtmlspecialchars(mb_convert_encoding ($title, 'ISO-8859-2', 'UTF-8' ));

tried auto - the same(

YAHOME 01-24-2010 10:31 PM

<font color="DarkGreen">Hi my dear...

First great thanks for this huge and nice mod ...

now how make it work and embedding media at vBadvanced CMPS pages

because i try many times and nothing be appear !

please help me i need it so much at my vBadvanced CMPS pages

tell me what to do ....
</font>

MagicThemeParks 01-24-2010 11:02 PM

Quote:

Originally Posted by MWRD (Post 1965650)
now how make it work and embedding media at vBadvanced CMPS pages

I saw this over at vBadvanced.com: http://www.vbadvanced.com/forum/showthread.php?t=23417

Hope it helps! :up:

Digital Jedi 01-25-2010 02:42 AM

Quote:

Originally Posted by Nook_Neformat (Post 1965506)
yes i tried. this line gets me an error:
$title = unhtmlspecialchars(mb_convert_encoding ($title, 'ISO-8859-2', 'UTF-8' ));

tried auto - the same(

You might want to check this out, then:
http://www.webmasterworld.com/redire...f.mbstring.php
Quote:

mbstring is a non-default extension. This means it is not enabled by default. You must explicitly enable the module with the configure option. See the install section for details.
In that case, you would need to talk to your host.


Quote:

Originally Posted by MWRD (Post 1965650)
Hi my dear...

First great thanks for this huge and nice mod ...

now how make it work and embedding media at vBadvanced CMPS pages

because i try many times and nothing be appear !

please help me i need it so much at my vBadvanced CMPS pages

tell me what to do ....

Specifically, what method are you using to try and put it in a CMPS page? If you're using a module, then all you need to use is embed code. AME isn't needed or practical in that case. On the other hand, if you're pulling posts from the forum, then AME already works with those modules.

In both cases, however, you need to make sure there are enough characters displayed before the [Read More] link. Otherwise your embed code will be truncated before it can display.

YAHOME 01-25-2010 03:03 PM

Quote:

Originally Posted by Digital Jedi (Post 1965798)
You might want to check this out, then:
http://www.webmasterworld.com/redire...f.mbstring.php
In that case, you would need to talk to your host.


Specifically, what method are you using to try and put it in a CMPS page? If you're using a module, then all you need to use is embed code. AME isn't needed or practical in that case. On the other hand, if you're pulling posts from the forum, then AME already works with those modules.

In both cases, however, you need to make sure there are enough characters displayed before the [Read More] link. Otherwise your embed code will be truncated before it can display.

Hi :) i wanna to follow easy way :

there is an option in vBadvanced 3.2.1 CP called

Portal Output Global Variables

and this is its description content

Code:

If you have other hacks installed (especially to hacks located within the vBulletin navbar), it may be necessary to globalize some of the variables used in those hacks for the CMPS. You may enter a list of variables to globalize here. It is NOT necessary to add the $ mark before the variable name. Separate each variable with a carriage return (new line).
and i put for example navbaravatar to enable this mod at my navbar in vBadvanced

so i try a lot of names to AME embedding and i get nothing only a line at the theards that

it have many videos and work at forum and not work at vBadvanced first page ...

so what is the right variable to put ? and yes i pulling topics from the forum and the topic apear an only line !

and if this method not work can you please explain how i make it work by making a module

and what code i put on it ?

the characters before / read more / now its 1000 characters

i`m glad for your great support ... thanks so much .


Quote:

Originally Posted by MagicThemeParks (Post 1965676)
I saw this over at vBadvanced.com: http://www.vbadvanced.com/forum/showthread.php?t=23417

Hope it helps! :up:

:) nice support from you my dear i looking on it now and will tell you the result :cool:

Nook_Neformat 01-25-2010 03:09 PM

Quote:

Originally Posted by Digital Jedi (Post 1965798)
You might want to check this out, then:
http://www.webmasterworld.com/redire...f.mbstring.php
In that case, you would need to talk to your host.

we installed this definition, the error doesnt show anymore, but instead of russian titles it shows "?????"
maybe there are some ways to customize this definition or something else?

Digital Jedi 01-25-2010 03:56 PM

Quote:

Originally Posted by MWRD (Post 1966216)
Hi :) i wanna to follow easy way :

there is an option in vBadvanced 3.2.1 CP called

Portal Output Global Variables

and this is its description content

Code:

If you have other hacks installed (especially to hacks located within the vBulletin navbar), it may be necessary to globalize some of the variables used in those hacks for the CMPS. You may enter a list of variables to globalize here. It is NOT necessary to add the $ mark before the variable name. Separate each variable with a carriage return (new line).
and i put for example navbaravatar to enable this mod at my navbar in vBadvanced

so i try a lot of names to AME embedding and i get nothing only a line at the theards that

it have many videos and work at forum and not work at vBadvanced first page ...

so what is the right variable to put ? and yes i pulling topics from the forum and the topic apear an only line !

and if this method not work can you please explain how i make it work by making a module

and what code i put on it ?

the characters before / read more / now its 1000 characters

i`m glad for your great support ... thanks so much .




:) nice support from you my dear i looking on it now and will tell you the result :cool:

You don't need any for AME. Whatever appears in a post, appears in a module. 1000 characters is nice, but you're forgetting that the character count is going to include everything in the HTML of the post. 1000 characters will get eaten up pretty quick. I had to set mine up at 1500 before I anything showed up, so try larger numbers. Go really big and then trim down from there.


Quote:

Originally Posted by Nook_Neformat (Post 1966223)
we installed this definition, the error doesnt show anymore, but instead of russian titles it shows "?????"
maybe there are some ways to customize this definition or something else?

What language are you trying to convert it to, again? ISO/IEC 8859-2 is for only for certain languages. You need to find the right character encoding.

Nook_Neformat 01-25-2010 04:23 PM

Quote:

Originally Posted by Digital Jedi (Post 1966255)
What language are you trying to convert it to, again? ISO/IEC 8859-2 is for only for certain languages. You need to find the right character encoding.

man, thank you for your time. i get it and now it works
good luck to you


All times are GMT. The time now is 06:48 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.02744 seconds
  • Memory Usage 1,767KB
  • 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
  • (13)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