vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Major Additions - Media Gallery (Photos, Audio, YouTUBE) (https://vborg.vbsupport.ru/showthread.php?t=319444)

Techno Cowboy 06-03-2016 08:56 AM

Installed and testing with vB4.2.4 Beta1...everything seems to be working OK, thus far!

concepts 06-07-2016 05:46 PM

If you make a Horizontal forumhome product for this I would not mind donating. I thought you said you initially had something like this created... pretty much the way it shows on the profile, but on the forumhome.

TheAdminMarket 06-08-2016 03:31 AM

Quote:

Originally Posted by concepts (Post 2571748)
If you make a Horizontal forumhome product for this I would not mind donating. I thought you said you initially had something like this created... pretty much the way it shows on the profile, but on the forumhome.

Didn't understood what exactly means "Horizontal forumhome product", but if it's not something important (useful to all members), then it can be done only as custom work with fixed price and not as donation.

concepts 06-08-2016 12:18 PM

Quote:

Originally Posted by NickTheGreek (Post 2571759)
Didn't understood what exactly means "Horizontal forumhome product", but if it's not something important (useful to all members), then it can be done only as custom work with fixed price and not as donation.

Really? A horizontal block of recent videos? Thought that was pretty lamen, but okay. I am SURE this is useful to members, and most ALL video product has this function for a reason.

My donation would have been no different than the custom work price, as I feel this should be available to all members.

Explained?

TheAdminMarket 06-08-2016 01:18 PM

Quote:

Originally Posted by concepts (Post 2571784)
Really? A horizontal block of recent videos

Post it here http://www.iqbulletin.com/forums/7-General-Questions with table prefix "Suggestion".

concepts 06-08-2016 06:04 PM

Quote:

Originally Posted by NickTheGreek (Post 2571790)
Post it here http://www.iqbulletin.com/forums/7-General-Questions with table prefix "Suggestion".

Done.

markoroots 06-29-2016 01:35 PM

Hi Cristos, please I'm having a problem with the "I like it" button.

The problem is that if we click on the button no likes are counted.
Before was working without problem, but now not.
Have you some tips?

Thanks in advance.

Darkside2012 08-05-2016 07:18 AM

is there a reason that you use MyISAM and not InnoDB as SQL tables ?

TheAdminMarket 08-05-2016 07:41 AM

Quote:

Originally Posted by Darkside2012 (Post 2574383)
is there a reason that you use MyISAM and not InnoDB as SQL tables ?

Why to use InnoDB while vBulletin uses MyISAM?

Darkside2012 08-05-2016 06:04 PM

a few things about Media Gallery :
SEO does not work. I have the htaccess.txt in my .htacces and enabled in the settings.
but when i click on a media thumb i went back to my forum.

white page after clicking youtube thumb :

search in your styles for mediagallery_view_media

in this template search for :
Code:

<iframe id="ytplayer" type="text/html" width="{vb:raw vboptions.mediagallery_youtube_width}" height="{vb:raw vboptions.mediagallery_youtube_height}" src="http://www.youtube.com/embed/{vb:raw video}?autoplay=0" frameborder="0"/></iframe>
and change it to :
Code:

<iframe id="ytplayer" type="text/html" width="{vb:raw vboptions.mediagallery_youtube_width}" height="{vb:raw vboptions.mediagallery_youtube_height}" src="https://www.youtube.com/embed/{vb:raw video}?autoplay=0" frameborder="0"/></iframe>
the changes are marked in red
this change solved the problem with the white page.

when i share a media with facebook i get this under the thumb on facebook :
Code:

'); var sidebar_align = 'right'; var content_container_margin = parseint('290px'); var sidebar_width = parseint('270px'); //-->
this apears only on sharing with facebook


All times are GMT. The time now is 08:19 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.01231 seconds
  • Memory Usage 1,740KB
  • 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
  • (3)bbcode_code_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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