The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
iPhone / iPod Touch Optimized Skin Details »» | |||||||||||||||||||||||||
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:
-------- 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
|
Comments |
#252
|
||||
|
||||
Quote:
issues remaining: 1. edit box header is waaaaaaaaaaay to wide :} 2. people can not reply 3. colors (minor) 4. translating the Spanish -> English (minor) anyone care to help ? tks. |
#253
|
|||
|
|||
Quote:
--JOsh |
#254
|
|||
|
|||
Quote:
Also, you shouldn't be seeing the WYSIWYG editor using the mobile skin. If you are, it doesn't surprise me that some of the functions don't work. Are you using the latest version that I've posted? If not, there are a lot of fixes I've made since the original version released by ElForro. --JOsh |
#255
|
|||
|
|||
I know it was asked a time or two, so I decided to have a crack at streamlining the vBulletin Blog add-on. Below are the changes that I made that are basically in alignment with the rest of the style. Depending on requests from my team, this may be expanded on. This allows for simple viewing of the recent blog entries (blog home), individual blogger entry list, blog content and comments, and quick comment submission.
BLOG Code:
$stylevar[htmldoctype] <html xmlns="http://www.w3.org/1999/xhtml" dir="$stylevar[textdirection]" lang="$stylevar[languagecode]"> <head> <if condition="$vboptions['externalrss']"> <if condition="$show['bloguserinfo']"> <link rel="alternate" type="application/rss+xml" title="<phrase 1="$vboptions[bbtitle]" 2="$blogrssinfo[blog_title]">$vbphrase[blog_user_rss_feed]</phrase>" href="blog_external.php?type=RSS2&bloguserid=$blogrssinfo[bloguserid]" /> </if> <link rel="alternate" type="application/rss+xml" title="<phrase 1="$vboptions[bbtitle]">$vbphrase[blog_rss_feed]</phrase>" href="blog_external.php?type=RSS2" /> </if> <if condition="$show['pingbacklink']"><link rel="pingback" href="$pingbackurl" /></if> <if condition="$show['trackbackrdf']"> <!-- <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"> <rdf:Description rdf:about="$abouturl" dc:identifier="$abouturl" dc:title="$bloginfo[title]" trackback:ping="$trackbackurl" /> </rdf:RDF> --> </if> $headinclude <if condition="$usercss_profile_preview"> <style type="text/css" id="vbulletin_user_css"> <!-- $usercss_profile_preview --> </style> </if> <if condition="$show['inlinemod'] OR $show['inlinemod_trackback'] OR $show['quickcomment']"> <script type="text/javascript" src="clientscript/vbulletin_inlinemod.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript" src="clientscript/blog_inlinemod.js?v=$vboptions[simpleversion]"></script> </if> <if condition="$show['datepicker']"> <script type="text/javascript" src="clientscript/vbulletin_date_picker.js?v=$vboptions[simpleversion]"></script> <link rel="stylesheet" type="text/css" href="clientscript/vbulletin_date_picker.css?v=$vboptions[simpleversion]" /> <script type="text/javascript"> <!-- vbphrase['sunday'] = '$vbphrase[sunday]'; vbphrase['monday'] = '$vbphrase[monday]'; vbphrase['tuesday'] = '$vbphrase[tuesday]'; vbphrase['wednesday'] = '$vbphrase[wednesday]'; vbphrase['thursday'] = '$vbphrase[thursday]'; vbphrase['friday'] = '$vbphrase[friday]'; vbphrase['saturday'] = '$vbphrase[saturday]'; --> </script> </if> <if condition="$show['registeruserid']"> <script type="text/javascript"> <!-- vBulletin.register_control("vB_Blog_Userid", "$bloguserid"); //--> </script> </if> <if condition="$show['titlefirst']"> <title>$pagetitle - $vboptions[bbtitle]</title> <else /> <title>$vboptions[bbtitle] - $pagetitle</title> </if> </head> <body $onload> $header $navbar $content <div class="cleardiv"></div> $footer </body> </html> Code:
<ul> <li> $response[date] | $response[time] </li> <li> <a class="bigusername" href="member.php?$session[sessionurl]u=$response[userid]">$response[username]</a> </li> <li id="comment_text_$response[blogtextid]">$response[message]</li> </ul> Code:
<ul> <li> $blog[date] | $blog[time] </li> <li> <strong><a href="blog.php?$session[sessionurl]b=$blog[blogid]">$blog[title]</a></strong><br /> <a href="blog.php?$session[sessionurl]u=$blog[postedby_userid]">$blog[postedby_username]</a> </li> <li id="entry_text_$blog[blogid]">$blog[message]<if condition="$show['readmore']">...</if><br /> <a href="blog.php?$session[sessionurl]b=$blog[blogid]" style="float:$stylevar[right]">$vbphrase[continue_reading]</a> </li> </ul> Code:
<h1><phrase 1="Port3101.org">$vbphrase[blogs_from_the_members_of_boardname]</phrase></h1> <ul>$recentblogbits</ul> <script type="text/javascript" src="clientscript/blog_ajax_latest.js?v=$vboptions[simpleversion]"></script> <script type="text/javascript"> <!-- blogLatest = new vB_AJAX_BlogLatest('blogLatest'); //--> </script> Code:
<li style="text-align:left" class="inline"> <span style="align:left"><a href="blog.php?$session[sessionurl]b=$updated[blogid]" title="$updated[postedby_username], $updated[postdate]">$updated[title]</a></span> <div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"> <!-- <a href="member.php?$session[sessionurl]u=$updated[postedby_userid]"> --> $updated[postedby_username]: $updated[postdate]<!-- </a> --> </div> </li> Code:
$blogbits Code:
<h1 id="blog_title">$bloginfo[title]</h1> <ul> <li> $blog[date] | $blog[time] </li> <li> <a class="bigusername" href="blog.php?$session[sessionurl]u=$blog[postedby_userid]">$blog[postedby_username]</a> </li> <li id="blog_message" style="margin-bottom:10px">$blog[message]</li> </ul> <h1 id="comments_heading">$vbphrase[comments]</h1> $responsebits <ul> <li class="inline"> « <a href="blog.php?$session[sessionurl]b=$bloginfo[blogid]&goto=prev">$vbphrase[prev]</a> | <a href="blog.php?$session[sessionurl]">$vbphrase[main]</a> | <a href="blog.php?$session[sessionurl]b=$bloginfo[blogid]&goto=next">$vbphrase[next]</a> » </li> </ul> <if condition="$show['quickcomment']"> <!-- quick comment --> <h1>$vbphrase[post_a_comment]</h1> <ul> <li style="text-align:center;"> <form action="blog_post.php?$session[sessionurl]do=postcomment" method="post" name="vbform" id="qc_form" style="display:block; margin:0px; padding-top:24px; clear:both"> $messagearea <br /> <input type="hidden" name="fromquickcomment" value="1" /> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="postcomment" /> <input type="hidden" name="b" value="$bloginfo[blogid]" /> <input type="hidden" name="loggedinuser" value="$bbuserinfo[userid]" /> <input type="hidden" name="parseurl" value="1" /> <input type="submit" class="button" style="margin-top: 20px;" value="$vbphrase[post_now]" accesskey="s" title="(Alt + S)" name="sbutton" tabindex="2" id="qr_submit" onclick="clickedelm = this.value" /> </form> </li> </ul> <!-- end quick comment --> </if> <script type="text/javascript"> <!-- vBulletin.register_control("vB_Blog_Tag", "$bloginfo[blogid]"); //--> </script> |
#256
|
|||
|
|||
I think the key is to use Safari to browse and see if it works when browsing this particular style. If it does, then it should technically work on the iPhone, as the Safari Mobile browser is based on the same engine (WebKit) and is technically a desktop browser for a mobile device. The chances of something not working on the iPhone that work just fine in Safari on a PC or Mac is very slim (with notable exceptions such as Flash-based content).
|
#257
|
||||
|
||||
Quote:
thanks again... |
#258
|
||||
|
||||
after some hardcore re-coding i got it working for the most part....
1 issue my always paying very good attention (cute) Super Mod found out when she switched to this style, it never timed out like our other styles do, i find it kinda sorta odd this would be set in a style ? thanks. |
#259
|
||||
|
||||
anyone ?
|
#260
|
|||
|
|||
Manage / Upload Attachments
Maybe I am missing something but is there any way to upload attachments in this style? I see the reply being "Quick Reply" but I have people that would like to be able to upload attachments on this (great) style - thanks! |
#261
|
||||
|
||||
I think I'm missing something obvious.
I've installed the latest version from CR_TurboGuy, but my forum home page doesn't show any forums. http://forum.rf.com/?styleid=11 Any ideas what I've done wrong? |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|