vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=230)
-   -   Mobile, Cell, Phone, PDA, iPhone Style (https://vborg.vbsupport.ru/showthread.php?t=174375)

tpearl5 07-18-2008 04:09 PM

when you say fully phrased you mean the style has it's own set of phrases now?

cygy2k 07-18-2008 06:58 PM

Can I get some help preventing vBAdvanced modules from showing for the mobile style? I have all my pages integrated with vBA and I keep getting moduleson the left side on the mobile pages.

Note - I've searched this thread and read the whole thing but haven't found a good answer.

Thanks!

dartho 07-18-2008 09:41 PM

@ Fireproof - Same CSS - no changes there
@tpearl5 - no it's using all vbulletin default phrases
@cygy2k - do you have a link to the hack installed to integrate vbadvanced on all pages? If I can have a look at that, I can probably help. Otherwise I'd need access to you admincp

Bounce 07-18-2008 10:39 PM

Can and if so how do you move the login box to the top.:erm:

Saves scrolling on a phone and some users are not seeing it and thinking they cant login :confused:

Edit cancel that sussed it :)

Find in footer

HTML Code:

<if condition="$show['member']">
<div class="navbar">
<a class="navbar" href="login.php?$session[sessionurl]do=logout&amp;logouthash=$bbuserinfo[logouthash]">
$vbphrase[log_out]</a> <a class="navbar" href="search.php$session[sessionurl_q]">$vbphrase[search]</a>
<if condition="$vbulletin->options['mo37_default_style_link']==2">
<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">$vbulletin->options['mo37_default_link']</a>
</if>
</div>
<else />
<form action="login.php?do=login" method="post">
<div>
<label for="navbar_username">$vbphrase[username]</label>
<input type="text" class="windowbg" size="10" name="vb_login_username" id="navbar_username" accesskey="1" /><br />
<label for="navbar_password">$vbphrase[password]</label>
<input type="password" class="windowbg" size="10" name="vb_login_password" id="navbar_password" accesskey="2" /><input type="checkbox" name="cookieuser" value="1" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" value="$vbphrase[log_in]" title="$vbphrase[enter_username_to_login_or_register]" accesskey="3" />
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="login" />
<input type="hidden" name="vb_login_md5password" />
<input type="hidden" name="vb_login_md5password_utf" />
</div></form>
</if>

remove and add to your header

Looks much better IMHO

MissKalunji 07-18-2008 11:31 PM

Quote:

Originally Posted by vbreal (Post 1574648)
thanks for the reply.

it not being supported is the problem. its a great theme but there are a few things about it that urk me like when u make a new thread or reply it shows the WYSIWYG. i like how urs doesn't.

Hey if you do the edit dartho put up would you mind putting a screenshot?

I put up the iphone style (modified) for the iphone on my site. Would be nice if i could enable both.

cygy2k 07-19-2008 02:16 AM

The way I have it integrated is just in vBAdvanced where you can select the pages for it to integrate with. If you don't use vBA, I can give you AdminCP login info to see how it works.

Thanks so much for supporting this great style!

dartho 07-19-2008 02:45 AM

PM me some login & site details - i'll need style manager admin access

May not do till tomorrow though

InoffLine 07-27-2008 06:08 AM

is it possible to make a php include in the skin?
For example with the help of hooks in global start

dartho 07-27-2008 09:06 AM

You can't include PHP in the style itself, but you can use plugins to execute PHP script as you've suggested with plugins on global_start

dartho 07-28-2008 02:41 AM

Updated to version 0.0.10a
Fixed small bug in Footer template which may affect those who use the "extend Mobile Style" add-on in conjunction with this style who choose to include a link to the default style in the footer.

To manually correct bug, edit your footer template and replace
Code:

<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">$vbulletin->options['mo37_default_link']</a>
with

Code:

<a class="navbar" href="{$vbulletin->options['mo37_navbar_home']}?$session[sessionurl]styleid={$vbulletin->options['mo37_default_style']}">{$vbulletin->options['mo37_default_link']}</a>


All times are GMT. The time now is 02:42 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.01883 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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