Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Styles
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
iPhone / iPod Touch Optimized Skin Details »»
iPhone / iPod Touch Optimized Skin
Version: 1.00, by ElForro ElForro is offline
Developer Last Online: Sep 2013 Show Printable Version Email this Page

Version: 3.7.0 Beta 5 Rating:
Released: 03-02-2008 Last Update: 03-04-2008 Installs: 393
 
No support by the author.

If you use my style, please click "Mark as Installed" in the Mod Information box -->

I made this Skin based on www.elforro.com colors and it has hardcoded CSS; so you would need to change some CSS values to match your forum style.

Many people ask me to share the style, so I did my best to make it as "default" as I could.

I spent a lot of time working on this skin, so if you decide to use it on your forums, PLEASE leave the "Design by:" legend. (it's only at the bottom)

Demo: http://www.elforro.com/index.php?styleid=15

( or go to www.elforro.com from your iPod / iPhone and click on the legend for the Optimized Skin )

-------
To show a message to all your iPod / iPhone users, you just need to add something like this in your navbar template (in your default style)


PHP Code:
<script type="text/javascript">
    if ((
navigator.userAgent.indexOf('iPhone') != -1) || 
    (
navigator.userAgent.indexOf('iPod') != -1)) {
        
document.write("<a href=\"$_SERVER[PHP_SELF]?<if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&amp;</if>styleid=[B]XX[/B]\">iPhone Style</a>")
    }
</
script
(Change XX to your iPhone style number and write whatever you want instead of "iPhone Stlye")
--------


Screenshots: (Below the post)

You have to upload (and change the color/hue maybe) 4 PNG images in images/misc/ folder (included in the ZIP).

Please keep all of my copyright info in this style. Please do NOT redistibute this style on any other sites! (It's free!)


Or... Want to donate something? Paypal me at: sarceda@fibertel.com.ar :P

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #342  
Old 11-21-2010, 03:59 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

UPDATE: -- I fixed the Quote problem detailed below by using the standard VB bbcode_quotes template in the mobile style. It's not the best fix, but it works -- I'd still like to know a real fix:

Quote:
I'm trying to use this... well, the modified versions of it from TurboGuy and ChillingScience and I've got one very odd problem.

I own 7 websites. On one of my website, after installing this it works great and folks love it. However, on the other 6 it doesn't work correctly for one very important feature -- QUOTES.

On the site its work correctly quotes in a post are shown in a box and with the non-quote text displayed normally outside of the quote box. On all the other sites the quoted and non-quoted text all shows within the quote box. It's as if the end quote tag is moved to the end of the post instead of at the end of the quote.

I've even tried downloading the mobile style on the one site where it works properly and installing that at my other sites, but even then the quote function breaks.

When I search this thread for the word "quotes" I get zero responses.

Anyone else have this happen? Or know how to fix this issue?
Reply With Quote
  #343  
Old 11-21-2010, 04:06 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

All the versions of this have the zoom disabled. Is there some reason for this? It's easy to restore the zoom in the HeaderInclude template. And, in my tests it works fine. Is there some reason I'm not thinking of to disable zoom?
Reply With Quote
  #344  
Old 11-21-2010, 04:45 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by pompaunpo View Post
hi, i use vbadvanced,
how do I disable this plugin for vbadvanced and use it only for vb forum?
You have to manually edit the adv_portal template in the mobile style. Just remove or comment out the LeftColumn and RightColumn content in that template. Here's my "adv_portal" template for my mobile style:

Code:
 $stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]" xmlns="http://www.w3.org/1999/xhtml">
<head>
<if condition="$pages['name'] == 'home'">
	<meta http-equiv="Cache-Control" content="no-cache" />
	<meta http-equiv="Pragma" content="no-cache" />
	<meta http-equiv="Expires" content="0" />
</if>

<title>$vboptions[hometitle] <if condition="$pagetitle">- $pagetitle</if></title>

$headinclude

</head>
<body>

$header

$navbar

<if condition="$show['customizepagelink']">
	<div align="$stylevar[right]" style="padding-top: $stylevar[cellpadding]px; padding-bottom: $stylevar[cellpadding]px">
		<if condition="$show['customizepage']">
			[<a href="javascript: reset_cmps_layout($pages[pageid])">$vbphrase[reset_layout]</a>] 
			[<a href="$show[customizepagelink]">$vbphrase[exit_customization_mode]</a>]
		<else />
			[<a href="$show[customizepagelink]">$vbphrase[customize_this_page]</a>]
		</if>
	</div>
</if>

<table align="center" class="page" cellspacing="0" cellpadding="0" width="100%">
	<tr valign="top">
		<!-- REMOVED LT COL CODE -->
		<if condition="$show['center_column']">
			<td valign="top">
				$home[centerblocks]
			</td>
		</if>
		<!-- REMOVED RT COL CODE -->
	</tr>
</table>

$footer

</body>
</html>
Reply With Quote
  #345  
Old 11-21-2010, 07:37 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I"m having size issues on FORUMDISPLAY -- the top part of the page display's properly but from the Forum Title on down the table is too wide by about 30% for the mobile screen. FORUMHOME and SHOWTHREAD are just fine. Only FORUMDISPLAY has this issue.

Anyone else see this?

I've attached two photos to show the problem:
Reply With Quote
  #346  
Old 11-21-2010, 07:58 PM
creativepart creativepart is offline
 
Join Date: Jun 2006
Posts: 116
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't know if anyone has noticed, but on my forums if there is a deleted thread notice it messes up the entire FORUMDISPLAY page from there on out.

But then again, maybe it's just on my forums.

Well, as with all my issues... one of my forums works just right (even this issue) but none of my other forums work right. They're the same VB versions and such. I can't see why this works correctly in one of my forums and has all kinds of display errors in my other 6 forums.
Reply With Quote
  #347  
Old 01-06-2011, 06:47 PM
Penicillin Penicillin is offline
 
Join Date: Jul 2008
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
Thanks for efforts.
But Does this skin work perfectly on 3.8?
Reply With Quote
  #348  
Old 01-10-2011, 04:03 PM
Pulsorock Pulsorock is offline
 
Join Date: Oct 2001
Posts: 111
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ChillingSilence View Post
After having taken what CR Turbo Guy adjusted, I've done some further adjustments:
  1. Based off 1.0.4 by CR Turbo Guy
  2. Changed "Normal" button, as it was being overridden by our useragent detection. It's more useful as a Home button
  3. Added "Go to Top" button, great for long threads
  4. Fixed the header when viewing thread-lists, it was broken and very thin, so the buttons overflowed
  5. Fixed the "New Thread" button, was showing the stock vBulletin button, this ones slicker and fits with the theme
  6. Made it english
  7. Used a 1px spacer gif instead of a logo
  8. Fixed the "Next" and "Prev" locations, now they're in a more logical place
  9. A dozen odd other minor fixes and customizations here and there

Installation instructions:
  1. Download the .zip
  2. Upload, via FTP / SCP / whatever, the files in "images/misc/" to your forum directory: forums/images/misc/
  3. Go into the AdminCP --> Styles & Templates --> Download / Upload Styles
  4. Choose the file, tell it to create a new style, ignore the style version should be Yes, Title should be something like vBuleltin Mobile, No Parent Style
  5. In our Forums, we have Allow User Selection = Yes, however it makes no difference because we force the "Desktop" theme on a per-forum basis, and override that if they're coming from Cellphones so they see this theme

Now, you might also want to install this:
https://vborg.vbsupport.ru/showthread.php?t=226946
These are some of the custom useragent strings we've got:
Code:
android
BlackBerry
NokiaN
webOS
SonyEricsson
IEMobile
PSP
Nintendo
Wii
Playstation 3
Opera Mini
Though, the Wii isn't working, and we've not tested it on PS3.

Hope this helps the community

Tested on version 3.X, not vBulletin4.
Great job ChillingSilence! thanks!
Reply With Quote
  #349  
Old 01-24-2011, 12:59 AM
SamirDarji SamirDarji is offline
 
Join Date: Apr 2004
Posts: 645
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Making a mental note to look at this later.
Reply With Quote
  #350  
Old 02-20-2011, 11:39 PM
SBlueman SBlueman is offline
 
Join Date: Jan 2006
Posts: 717
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can I add thread prefixes to this skin? They are needed to post a new thread on my site.
Reply With Quote
  #351  
Old 02-07-2012, 09:12 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Does this skin allow for the VB Blog add-on?
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:17 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.07909 seconds
  • Memory Usage 2,323KB
  • Queries Executed 25 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (1)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete