vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Styles (https://vborg.vbsupport.ru/forumdisplay.php?f=195)
-   -   Mobile/Cell Phone Style (https://vborg.vbsupport.ru/showthread.php?t=151186)

incisor 06-18-2008 11:16 AM

Quote:

Originally Posted by dartho (Post 1547489)
You're right! Should be fixed now (version 2.10a) Thanks!

nope, not for me i get a Invalid File Specified error when i try to update with 10a

dartho 06-18-2008 10:40 PM

Are you installing via product manager or style manager?

incisor 06-20-2008 11:02 AM

as a style...

tried again tonite and it went fine, so it is clear it was something at my end..

not sure what but it worked fine....

Tralala 07-18-2008 07:24 PM

I'd love this skin, and am still on 3.6.x so can't (yet) use the 3.7 upgrade.

Any chance this version can get the update: "Added auto quoting when replying to a post"
(Cuz that's really the only thing my users are clamoring for.)

And I can't justify going through the hassle of upgrading my whole forum to 3.7 just yet, just to use that skin, just to get that feature.

Thanks for the consideration. :)

dartho 07-18-2008 09:56 PM

Changing your newreply template to the following should do the trick
Code:

$stylevar[htmldoctype]
<html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
$headinclude
</head>
<body>
$header
$navbar
<div class="titlebg">Reply To: $threadinfo[title]</div>
<form action="newreply.php" method="post">
<div>
$vbphrase[message]:<br />
<textarea name="message" id="{$editorid}_textarea" rows="10" cols="15" style="width:100%; height:100px">$newpost[message]</textarea>
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="postreply" />
<input type="hidden" name="t" value="$threadid" />
<input type="hidden" name="p" value="$postid" />
<input type="hidden" name="posthash" value="$posthash" />
<input type="hidden" name="poststarttime" value="$poststarttime" />
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" />
<input type="submit" class="button" name="sbutton" value="$vbphrase[submit_reply]" accesskey="s" tabindex="1" />
</div>
</form>
$footer
</body>
</html>


Tralala 07-22-2008 06:31 PM

That worked just fine, thanks very much, dartho!

WichitaRacing 07-26-2008 05:30 PM

Very nice style!

Right now vBshout shoutbox displays on my PDA. Any way to disable the shoutbox for this style only?

dartho 07-26-2008 10:35 PM

I think you could revert all the forumhome_vbshout templates for this style (make sure you don;t do this on your otehr styles, only for styles you don;t want vbshout to show up for!

Alternatively you could wrap the plugin code for vbshout templates in conditionals.

Edit all the vBshout [Template Alteration] plugin and add a new line at the start:

Code:

if (STYLEID != xx){
replace the XX with the styleid number of this style

and a new line at the end

Code:

}

Ransack 08-14-2008 11:37 PM

How is a user to unset this style? Once using this skin, the UserCP => Select Skin option is no longer available :(
Or am I missing something?

dartho 08-15-2008 12:53 AM

Edit your navbar or footer template and add in a link back to you main page default style

<a class="navbar" href="$vboptions[bburl]/index.php?$session[sessionurl]styleid=xx>Full Version</a>

where xx is the styleid number of your default style


All times are GMT. The time now is 10:00 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.04520 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
  • (1)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