Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.7 > vBulletin 3.7 Styles

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
  #12  
Old 03-04-2008, 12:53 AM
Dr. Bantham's Avatar
Dr. Bantham Dr. Bantham is offline
 
Join Date: Feb 2007
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Wow! This is very nice. I do have a question, however. I allow large avatars at my site (150px width x 200px height). This is problematic for the iPhone pixel limitations. An image re-sizer routine for avatars would be ideal. Could this be integrated?
Reply With Quote
  #13  
Old 03-04-2008, 01:04 AM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Dr. Bantham... I've decided not to show avatars in the 'Showthread' template... This will help to load faster (a thread page with 10 replyies -and a lot of text- is about only 30kb of html)... However, you can see the avatars in the Profile Page of each user...

ALL images on ALL pages of your forum -while using this template- are resized (in fact is a "max-width" limited to 235px) with CSS, so there's no problem with that... If an image is under 235px width, will remain as it is; if it is larger than 235px -in widht, height doesn't matter- it will be downsized to 235.

You can check it here:

First enter the Theme: http://www.elforro.com/index.php?styleid=15

Then go to this thread with photos: http://www.elforro.com/galeria-de-tr...a-barbara.html
Reply With Quote
  #14  
Old 03-04-2008, 01:20 AM
Dr. Bantham's Avatar
Dr. Bantham Dr. Bantham is offline
 
Join Date: Feb 2007
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ElForro View Post
Dr. Bantham... I've decided not to show avatars in the 'Showthread' template... This will help to load faster (a thread page with 10 replyies -and a lot of text- is about only 30kb of html)... However, you can see the avatars in the Profile Page of each user...
Going away from the postbit legacy layout would allow for a better avatar fit, but if bandwidth reduction is a concern, I understand. I would still suggest the standard postbit mode (visible here on vBulletin). It would allow clarity of member information as row content without it competing as a column with the post content.
Reply With Quote
  #15  
Old 03-04-2008, 01:34 AM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The postbit I've used is the postbit legacy... The only thing is that it only displays the Username... It doesn't show the avatar, or the Joindate, etc... You can see that the showthread is like this ( https://vborg.vbsupport.ru/attachmen...6&d=1204518212 ):

-------------------
Date of the post
Username
Post
-------------------

With 3 rows...

I've decided not to show the avatars because with an average of 50kb per avatar, it's a lot of KBs to download and I prefer to keep the threads as clean as possible, in order to guarantee a better experience while reading the posts content...

Anyway, you can change the template and add the Avatar to see how it looks...
Reply With Quote
  #16  
Old 03-04-2008, 02:09 AM
GetGamer.com GetGamer.com is offline
 
Join Date: Jul 2004
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fantastic skin! Thanks for releasing this!
Reply With Quote
  #17  
Old 03-04-2008, 02:44 AM
dartho dartho is offline
 
Join Date: Sep 2005
Location: Australia
Posts: 2,303
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is a great style, ElForro!

One suggestion for people who use the Legacy postbit is to copy entire contents of the postbit template and overwrite the postbit_legacy template within this style.
Reply With Quote
  #18  
Old 03-04-2008, 02:17 PM
GetGamer.com GetGamer.com is offline
 
Join Date: Jul 2004
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm using this style with the Mobile Device Detection mod and it works great.
There are some localization issues with the template modifications. I noticed that some of the labels are in Spanish, so it appears they have been hardcoded.Not a big deal to change, but something to be aware of.
Reply With Quote
  #19  
Old 03-04-2008, 09:37 PM
Dr. Bantham's Avatar
Dr. Bantham Dr. Bantham is offline
 
Join Date: Feb 2007
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am thoroughly enjoying this style. I do have two issues, however:

The first is the fact that I use vBadvanced CMPS as my index. Even though I use a two column approach in lieu of three, it still does not conform well in this environment. Could this style be modified to better accommodate vBa forums? If not, is there a manner by which the page could skip the vBa portal page and go to the forum index? Could the Mobile Device Style Assignment mod allow for this?

The second concern I have is that there is no menu system. The functionality appears to be limited to forums, private messaging and member pages. While I understand that other content might not be ideal for this environment, the need for a menu system of some nature is important to me. This would be a wonderful addition to this style.

Again, thanks for the great work thus far!
Reply With Quote
  #20  
Old 03-04-2008, 09:49 PM
ElForro ElForro is offline
 
Join Date: Mar 2006
Posts: 123
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are a lot of options that are not available yet in this Skin. That is because its supposed to be a light skin, just for read and reply threads in the forum... I think that if you want to change some settings to your forum account, you can do it while using a PC and while using an iPhone just read, search or reply messages...

However, if you know how to edit the templates you need, there is no problem in doing it... About the vBadvanced, I don't know how it would work because I don't use it, and I can't offer too much support for other addons that I don't use.
Reply With Quote
  #21  
Old 03-04-2008, 09:51 PM
Dr. Bantham's Avatar
Dr. Bantham Dr. Bantham is offline
 
Join Date: Feb 2007
Posts: 164
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by ElForro View Post
There are a lot of options that are not available yet in this Skin. That is because its supposed to be a light skin, just for read and reply threads in the forum... I think that if you want to change some settings to your forum account, you can do it while using a PC and while using an iPhone just read, search or reply messages...

However, if you know how to edit the templates you need, there is no problem in doing it... About the vBadvanced, I don't know how it would work because I don't use it, and I can't offer too much support for other addons that I don't use.
Understood.

I do have another issue which just came to mind. Is the lack of vBulletin acknowledgment in the footer a violation of our Terms of Service?
Reply With Quote
Reply

Thread Tools

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 12:41 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.07902 seconds
  • Memory Usage 2,313KB
  • 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
  • (1)bbcode_php
  • (2)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