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
  #122  
Old 07-31-2008, 06:38 AM
Tralala's Avatar
Tralala Tralala is offline
 
Join Date: Jan 2006
Posts: 1,207
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here's another tip/tweak. Makes it so that new reply composition screen isn't in WYSIWYG mode... it's just the simple box. (but auto-quoting still works)

Thanks to dartho for the assist, I've done the same in this style and it works fine.

Changing your newreply template to the following:
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>
Reply With Quote
  #123  
Old 08-02-2008, 11:29 PM
GoldenChaos GoldenChaos is offline
 
Join Date: Feb 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This is great! There are a few issues already mentioned that stop it from being perfect. For reference, I'm using SemperFideles's modification, which is as bug-free and English-optimized as I've found this theme to get. In addition, I'm using the modification to the newreply template stated in the post directly above this.

The list of what needs to be fixed from SemperFideles's release:
  • When browsing a specific forum, the top iPhone navigation bar is too skinny for the buttons (a screenshot was provided earlier in the thread)
  • When replying to a PM, the recipient's username overlaps the word "Recipients:"
  • "What's Going On" lacks additional stats beyond the number of users online
  • Profile Pages aren't in tune with the vB 3.7 profiles
  • You can't view or enter subforums! They don't even show up.
  • When posting, lines breaks don't register as new paragraphs - the whole post comes out as a lump.

That's the major stuff. It would be great to see if, perhaps, SemperFideles could add this (in addition to the modification Tralala mentioned above) to his modification? In addition, it would be neat to be able to edit posts from here with the simple non-WYSIYWG editor that Tralala provided above.
Reply With Quote
  #124  
Old 08-03-2008, 01:48 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I did fix other stuff... like the "post new reply" i removed the WYSIYWG it was too much

- Recipients:? i don't have that problem....i wouldn't be bale to help only if i can reproduce it
- About the 3.7 Profiles the main reason i believe they done it standard was because it would be too heavy for the mobile itself..
- You can't view or enter subforums? where? from the index?
- The bar being too skinny problem : https://vborg.vbsupport.ru/showpost....4&postcount=76

as for everything else keep in mind that you can't show everything when you are using mobile...the heavier it is more chance you get to crash on you...if you're looking to show everything you might as well just give them the full style no? Just a thought...
Reply With Quote
  #125  
Old 08-03-2008, 11:10 AM
GoldenChaos GoldenChaos is offline
 
Join Date: Feb 2004
Posts: 33
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MissKalunji View Post
- About the 3.7 Profiles the main reason i believe they done it standard was because it would be too heavy for the mobile itself..
I meant more that certain areas are incompatible. It tries to display IM information, but that predates it to vB6 - the information doesn't show up.

Quote:
- You can't view or enter subforums? where? from the index?
No, from within the parent forum. For example, we have a forum called "Community Central". Posts are made in one of the five separate subforums within Community Central, and no posts are made in the main Community Central board. However, this skin does not show those subforums.

Quote:
- The bar being too skinny problem : https://vborg.vbsupport.ru/showpost....4&postcount=76
Thanks! Worked like a charm.

Quote:
as for everything else keep in mind that you can't show everything when you are using mobile...the heavier it is more chance you get to crash on you...if you're looking to show everything you might as well just give them the full style no? Just a thought...
The only other thing I mentioned was showing s'more info down in the What's Going On area as well as the edit functionality :B... I don't think it's too much for mobile devices to handle, especially the iPhone that it was built for. In addition, I don't think it's going to *crash* under any circumstances...

I'll work on applying some of this stuff myself, though. :P
Reply With Quote
  #126  
Old 08-05-2008, 09:18 AM
Banana Banana is offline
 
Join Date: Oct 2002
Posts: 45
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

For reference, I'm using SemperFideles's modification

It looks great - thanks. However I cannot see the icon that takes one to the first unread post of each thread on the "New Posts" results page. Have I messed up or is it missing?

Thanks

p.s. I had to change the header template to change the landing site to my own website
Reply With Quote
  #127  
Old 08-07-2008, 03:58 AM
MissKalunji's Avatar
MissKalunji MissKalunji is offline
 
Join Date: Aug 2003
Location: Canada
Posts: 2,845
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by GoldenChaos View Post
I meant more that certain areas are incompatible. It tries to display IM information, but that predates it to vB6 - the information doesn't show up.


No, from within the parent forum. For example, we have a forum called "Community Central". Posts are made in one of the five separate subforums within Community Central, and no posts are made in the main Community Central board. However, this skin does not show those subforums.


Thanks! Worked like a charm.


The only other thing I mentioned was showing s'more info down in the What's Going On area as well as the edit functionality :B... I don't think it's too much for mobile devices to handle, especially the iPhone that it was built for. In addition, I don't think it's going to *crash* under any circumstances...

I'll work on applying some of this stuff myself, though. :P
Cool let me know if you need more help . i was just giving an advice about the crashing cause some of those news websites crashes the browser but you are right most of them are just variable to add anyways
Reply With Quote
  #128  
Old 08-14-2008, 07:11 PM
unknownkind's Avatar
unknownkind unknownkind is offline
 
Join Date: Oct 2005
Posts: 58
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Can anyone confirm this working on 3.6.8?
Reply With Quote
  #129  
Old 08-16-2008, 05:12 PM
vomer vomer is offline
 
Join Date: Aug 2008
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Kaelon View Post
This is a beautifully-designed skin, and I have been using it as a basis for a skin for my site. However, I'm having problems adapting it for use with sites that have nested forums. For example:

--Category
----Forum (no posts)
------Forum (posts)
------Forum (posts)
----Forum (no posts)
------Forum (posts)
... etc.

Is there a way to get these subforums properly rendered when users select a parent forum?
yes any solution to this??
Reply With Quote
  #130  
Old 08-18-2008, 03:12 PM
Gossennator's Avatar
Gossennator Gossennator is offline
 
Join Date: Nov 2007
Location: LA
Posts: 47
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by unknownkind View Post
Can anyone confirm this working on 3.6.8?
works perfect for me...except there is no new post button? How could go about adding this?
Reply With Quote
  #131  
Old 08-24-2008, 03:46 AM
vol_freak vol_freak is offline
 
Join Date: Apr 2005
Posts: 37
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by SemperFideles View Post
Are you sure that's the issue? Deleting that code didn't solve the problem for me.

Edit: Figured it out. It's in the postbit template. I added the a name back in and it works now.
Can you clarify about adding the a name back?

Quote:
Originally Posted by Banana View Post
For reference, I'm using SemperFideles's modification

It looks great - thanks. However I cannot see the icon that takes one to the first unread post of each thread on the "New Posts" results page. Have I messed up or is it missing?
Anyone ever figure this out. The "go to first new post" in each thread is a very important feature imo that could really be a nice addition to this skin.
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:31 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.05117 seconds
  • Memory Usage 2,334KB
  • 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
  • (9)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