vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=247)
-   -   Forum Style - Mobile Style for vBulletin 4.0 (https://vborg.vbsupport.ru/showthread.php?t=228986)

dartho 02-20-2010 11:40 PM

ah - don't revert templates! reverting them tunrs them into vBulletin default style!

dartho 02-20-2010 11:44 PM

If you want to get rid of the "Out of Date Templates" messages you can run the following query via "Maintenance=>Execurte SQL Query" the to get rid of those messages

change DBNAME to the name of your database,XX to the styleid number of the mobile style and 4.0.2 to whatever the version number currently is.

UPDATE `DBNAME`.`template` SET `version` = '4.0.2', `mergestatus` = 'none' WHERE `template`.`styleid` =XX;

Rob F 02-21-2010 07:35 AM

Quote:

Originally Posted by dartho (Post 1987700)
ah - don't revert templates! reverting them tunrs them into vBulletin default style!

Didn't see any other option at the time :o

Ah well, every day is a school day. Will just reinstall later :)

Rob F 02-23-2010 03:42 AM

Have re-installed and so far appears to be working perfectly on 4.0.2 PL1 :)

struff 02-23-2010 03:39 PM

Quote:

Originally Posted by struff (Post 1986116)
Is there any way to remove videos from this style? It seems almost counter productive to have a style like this but it takes so long for pages to load because they have videos in them.

Thanks.

Quote:

Originally Posted by dartho (Post 1986128)
How are videos embedded? You may be able to add replacement variables to change embedded videos to links?

The videos are embedded using the [ video ] tag.

Thanks.

dartho 02-23-2010 08:26 PM

Edit the bbcode_video template in teh mobile style and replace it's contents with:

HTML Code:

<vb:if condition="$provider == 'hulu'">
  <a href="http://www.hulu.com/embed/{vb:raw code}" target="_blank">Hulu Video</a>
<vb:elseif condition="$provider == 'youtube'" />
  <a href="http://www.youtube.com/v/{vb:raw code}" target="_blank">Youtube Video</a>
<vb:elseif condition="$provider == 'vimeo'" />
  <a href="http://vimeo.com/moogaloop.swf?clip_id={vb:raw code}" target="_blank">Vimeo Video</a>
<vb:elseif condition="$provider == 'dailymotion'" />
  <a href="http://www.dailymotion.com/swf/{vb:raw code}" target="_blank">Dailymotion Video</a>
<vb:elseif condition="$provider == 'metacafe'" />
  <a href="http://www.metacafe.com/fplayer/{vb:raw code}.swf" target="_blank">Metacafe Video</a>
<vb:elseif condition="$provider == 'google'" />
  <a href="http://video.google.com/googleplayer.swf?docid={vb:raw code}" target="_blank">Google Video</a>
<vb:elseif condition="$provider == 'facebook'" />
  <a href="http://www.facebook.com/v/{vb:raw code}" target="_blank">Facebook Video</a>
</vb:if>


PrincessFiona 02-24-2010 04:31 AM

I just installed on 4.0.1 and when I go to the style on my iphone the background is white and the forum links are blue. I tried logging in and it wouldn't take me back to the index page. When I clicked on the link to get me back it gave me a blank screen. I entered the URL myself and a logged in, but still there is no style showing up at all.

Is that what I should be seeing? Based on the pictures posted I thought there was more.

Kris

DivineMessenger 02-26-2010 11:10 PM

Rename your wireless.css.txt to wireless.css

4nawadir.com 02-28-2010 08:44 AM

Very Nice Man
Installed & Notaminated

PrincessFiona 02-28-2010 05:34 PM

Divine Messenger,

Thank you so much. You were right. I thought I had fixed my css file, but I hadn't. Thank you very much for taking the time to respond to me and let me know you had responded. Greatly appreciated...and

Thanks for this mod.

Kris


All times are GMT. The time now is 06:12 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.01366 seconds
  • Memory Usage 1,745KB
  • 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_html_printable
  • (3)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