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
  #242  
Old 06-17-2009, 02:07 PM
CR_TurboGuy CR_TurboGuy is offline
 
Join Date: Feb 2003
Location: Iowa
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MSC James View Post
Assuming the iPhone supports JavaScript redirects (hopefully it does but I dont have one to test), this should help

Edit the template of your normal navbar template with the following (if you already have his detector javascript in there, remove it).

Code:
<script type="text/javascript">
    if ((navigator.userAgent.indexOf('iPhone') != -1) || 
    (navigator.userAgent.indexOf('iPod') != -1)) {
        window.location.href = "$_SERVER[PHP_SELF]?<if condition="$_SERVER['QUERY_STRING']">$_SERVER[QUERY_STRING]&</if>styleid=XX";
    }
</script>
Replace XX with the iPhone styleID
Or just use Dartho's Mobile Phone / iPhone / PDA Detection and Style Assignment addon.

--JOsh
Reply With Quote
  #243  
Old 06-21-2009, 08:23 PM
rcadden rcadden is offline
 
Join Date: Sep 2008
Location: Texas
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm attempting to use this style for Symbian-powered touchscreen smartphones (Nokia 5800XM, Nokia N97, Samsung i8910, etc).

It actually works/looks decent out of the box, using Dartho's Mobile Device Detection plugin. However, a few things aren't working properly, such as search. I'm also having trouble figuring out how/where to get rid of the 'ElForro' in the very top header, as well as the ability to show new posts, etc (some navigation options, basically).
Reply With Quote
  #244  
Old 06-22-2009, 04:57 PM
CR_TurboGuy CR_TurboGuy is offline
 
Join Date: Feb 2003
Location: Iowa
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by rcadden View Post
I'm attempting to use this style for Symbian-powered touchscreen smartphones (Nokia 5800XM, Nokia N97, Samsung i8910, etc).

It actually works/looks decent out of the box, using Dartho's Mobile Device Detection plugin. However, a few things aren't working properly, such as search. I'm also having trouble figuring out how/where to get rid of the 'ElForro' in the very top header, as well as the ability to show new posts, etc (some navigation options, basically).
Try using one of the later versions I posted. I've fixed/added a few things to improve it.

--JOsh
Reply With Quote
  #245  
Old 07-14-2009, 08:12 PM
AshleyTwo AshleyTwo is offline
 
Join Date: Mar 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CR_TurboGuy View Post
In ElForro's default style, the link to each thread just goes to the last post. What I added above takes you to the first new post. You'll also need to comment out this part as noted in this post:



--JOsh
I may be being really simple here but what the heck does 'comment out' mean?

Thanks.
Reply With Quote
  #246  
Old 07-14-2009, 08:32 PM
LanciaStratos's Avatar
LanciaStratos LanciaStratos is offline
 
Join Date: Oct 2001
Location: somewhere you're not
Posts: 221
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by AshleyTwo View Post
I may be being really simple here but what the heck does 'comment out' mean?

Thanks.
Insert HTML comments around the referenced code. Commented code does not display in the browser.
Reply With Quote
  #247  
Old 07-14-2009, 10:26 PM
AshleyTwo AshleyTwo is offline
 
Join Date: Mar 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ah thanks. It was something obvious

Although its still not working. It should be working. When I click on the "last post" the URL is correct and should be taking me to that, and in any other scheme it does yet not this one...

I've even tried copying over the theadbit template from TurboGuy's which does work but its still not on this one that I've adapted from the original.

But I suppose I can just adapt Turbo's if needs be, but if anyone can think of a solution to this i'd really appreciate it

Actually after adapting Turbo's I have come to the conclusion it is my postbit legacy as I have adapted that so that it is very much cut down (no sigs or avatars shown) and the postbit is on top. Will look into it tomorrow with a clear head.
Reply With Quote
  #248  
Old 07-15-2009, 02:27 PM
AshleyTwo AshleyTwo is offline
 
Join Date: Mar 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

As much as I appreciate and like the scheme I'm having a whole host of issues with it and tried using some of the alternatives posted but I'm getting different problems all over the place.

1) The buttons on the qucik reply box (bold, italics, underline etc) don't work. I've asked someone else to try and pressing them does nothing.

2) The "go to last read post" button doesn't work. It either takes me to the top of the thread, or to the very last post. I can't seem to get it to work going to the last read one if the post is in the middle of the page.

Any help would be really appreciated
Reply With Quote
  #249  
Old 07-20-2009, 07:50 PM
CR_TurboGuy CR_TurboGuy is offline
 
Join Date: Feb 2003
Location: Iowa
Posts: 53
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could you post a link to your forum so I can take a look at the issues your having? Thanks,

--JOsh
Reply With Quote
  #250  
Old 07-24-2009, 02:14 PM
rrudeboy's Avatar
rrudeboy rrudeboy is offline
 
Join Date: May 2009
Posts: 193
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

is the coder still active ? or anybody else who can possibly help me ? added a iPhone to my "arsenal" and like to offer others and myself a nice theme (which this is), check it out at http://everythingberry.net or better goto http://everythingberry.net/forum/?styleid=8, some messages are really wide, some super narrow.. and why are the avatars shown ? (<- i think i read they shouldn't ?)

thanks
...
Reply With Quote
  #251  
Old 07-26-2009, 09:41 AM
AshleyTwo AshleyTwo is offline
 
Join Date: Mar 2006
Posts: 16
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CR_TurboGuy View Post
Could you post a link to your forum so I can take a look at the issues your having? Thanks,

--JOsh
This is a link to the scheme; http://www.n-europe.com/forum/index.php?styleid=42

Although it works fine on a browser, but not on an iPod/Phone (had a few people try as well). This is a link to a post with a spoiler in it, as the spoiler button also doesn't work.

Thanks
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 01:25 AM.


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.07799 seconds
  • Memory Usage 2,325KB
  • 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_code
  • (1)bbcode_php
  • (5)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
  • (4)pagenav_pagelink
  • (2)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