vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=192)
-   -   Show Thread Enhancements - YouTube Video Avatars for specified usergroups (https://vborg.vbsupport.ru/showthread.php?t=150574)

Rideharder 04-11-2008 03:26 AM

Thanks for the video!!!!:)

tei727 05-02-2008 02:30 PM

Quote:

Originally Posted by Alfa1 (Post 1475232)
Please upgrade this to vb 3.7.

bump :):D

Digital Jedi 05-03-2008 05:11 AM

Quote:

Originally Posted by tei727 (Post 1505788)
bump :):D

I haven't fooled with the 3.7 templates all that much yet, but shouldn't the code be exactly the same?

Alfa1 05-03-2008 03:28 PM

It's different.

fukdawrld 05-09-2008 11:40 PM

most excellent works fine on 3.7 gold .now if you can give me instructions on how to do continuous play that would be even better., first response in a thread has this option is "the only one that plays continuous"

eXoOutsider 05-10-2008 12:37 AM

This did not work for me on Vbulletin 3.7. It was close, but the template edits were a bit off. It messes up the entire postbit. Anyone have any ideas?

MiahBeSmokin420 05-10-2008 02:07 AM

Quote:

Originally Posted by eXoOutsider (Post 1514428)
This did not work for me on Vbulletin 3.7. It was close, but the template edits were a bit off. It messes up the entire postbit. Anyone have any ideas?

is your postbit and/or postbit legacy which ever you are doing this to
was it already modified before you tried to do this

if so let me get a copy of that and i will take a look

most likely it is something small and easy to work around 98% of this stuff is

AzH 05-11-2008 07:09 AM

I have it working on 3.7.0. Same/similar code. In what way does it mess up the template? A common theme is the avatar appearing above the user info (ranks etc). The way around this is to look at your original template and find the bit in between:

Code:

<if condition="$show['avatar']">
and
Code:

<a href="member.php?$session[sessionurl]u=$post[userid]">
It could be something like:

Code:

<td class="alt2">
And change the
Code:

<div class="smallfont">
in the installation guide to your original code above.

Be sure to change the closing tag from div to td if this is the case.

It's very early, I'm not sure if that made any sense. :/

eXoOutsider 05-11-2008 12:27 PM

Quote:

Originally Posted by AzH (Post 1515678)
I have it working on 3.7.0. Same/similar code. In what way does it mess up the template? A common theme is the avatar appearing above the user info (ranks etc). The way around this is to look at your original template and find the bit in between:

Code:

<if condition="$show['avatar']">
and
Code:

<a href="member.php?$session[sessionurl]u=$post[userid]">
It could be something like:

Code:

<td class="alt2">
And change the
Code:

<div class="smallfont">
in the installation guide to your original code above.

Be sure to change the closing tag from div to td if this is the case.

It's very early, I'm not sure if that made any sense. :/

It messes up the template in that it makes another column to the right of the postbit, and places all the user info fields above the first postbit, it's probably just a small table error

AzH 05-12-2008 04:53 PM

Probably right. Post your postbit code so we can have a look?


All times are GMT. The time now is 10:17 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.01250 seconds
  • Memory Usage 1,741KB
  • 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
  • (8)bbcode_code_printable
  • (4)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