View Full Version : iPhone / iPod Touch Optimized Skin
rrudeboy
07-27-2009, 11:28 PM
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.
did that and it solved 80% of the issues i had (i must give you a donation once this is one and over)
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.
CR_TurboGuy
07-28-2009, 08:27 PM
did that and it solved 80% of the issues i had (i must give you a donation once this is one and over)
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.
Try my version - I've fixed pretty much all of the things you've mentioned.
--JOsh
CR_TurboGuy
07-28-2009, 08:30 PM
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 (http://www.n-europe.com/forum/showpost.php?p=1034581&postcount=428) is a link to a post with a spoiler in it, as the spoiler button also doesn't work.
Thanks :)
Hmm... Is the spoiler thing an addon? If so, I don't really expect it to work on an iPhone, as I don't think the underlying support is there on the the iPhone for the methods that addon is using.
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
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
$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=$blogrssinf o[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>
blog_comment
<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>
blog_entry
<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>
blog_home
<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>
blog_home_list_entry
<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>
blog_list_entries
$blogbits
blog_show_entry
<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>
Hmm... Is the spoiler thing an addon? If so, I don't really expect it to work on an iPhone, as I don't think the underlying support is there on the the iPhone for the methods that addon is using.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).
rrudeboy
08-05-2009, 11:10 AM
Try my version - I've fixed pretty much all of the things you've mentioned.
--JOsh
just now see this... thanks, i also received a version from another buddy that is working 50-50.. the biggest issue currently is the fact that the GUI is based upon the 'postbit' being above the post, i have it on the left so what i need to figure out is how to turn off the 'postbit' except for the member's name (which i want shown above the post) i've seen this at a forum, but the fella that runs that place does not help other admins :]
thanks again...
rrudeboy
08-07-2009, 02:10 PM
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.
rrudeboy
08-08-2009, 03:22 AM
anyone ?
linesider
08-20-2009, 11:56 AM
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!
echamberlain
08-27-2009, 11:34 PM
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?
gabrielcrowe
09-02-2009, 09:47 AM
excellent work, though designed for another version of VB (ie, not the latest one), i ignored version warnings and installed anyway. seemed to work fine.
any possible reasons why it would fail later on?
Sea Shepherd
09-03-2009, 02:46 PM
Working on 3.8. Thanks Turboguy!
Sea Shepherd
09-03-2009, 03:21 PM
Heres a question...
Using this skin on an iphone...how can you turn of the images/avatars/sigs so that only the text displays on the iphone, so it cuts down on the data load?
Bleed0ut
09-03-2009, 07:04 PM
Your prolly using postbit_legacy is my guess? Either switch to postbit or under only this style copy all of the postbit template and paste it in your postbit_legacy template. This will allow it to only affect this style.
Sea Shepherd
09-05-2009, 09:05 AM
Thanks Bleedout.
Hmm, if i knew what postbit_legacy was i could answer that question! Ha.
I just uploaded the skin and let it go..is there an easy way to chop out the left profile column and make the iphone skin display horizontally like this forum does?
shallow bay
09-07-2009, 06:16 PM
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?
We're having a similar problem. None of our sub-forums show up. Any ideas?
CR_TurboGuy
09-08-2009, 11:58 AM
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.
I'm not sure I follow you w/ the timeout? What do you mean it doesn't time out?
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!
I don't believe attachments would work, as there's not really a 'file system' that's user accessible on the iPhone to even browse for files. If there were a dedicated iPhone vBulletin app, it might be able to access the photo album to upload pictures, but that would have to be in a app, not a style for the webpage.
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?
Not sure if you fixed this, but it seems to show forums on the homepage when I visit it. I believe some other folks had issues similar to this & it was because of the display order/type settings from the AdminCP for the forums. After looking at the CP quick, I think it revolves around getting the 'Parent Forum' & 'Display Order' set correctly.
excellent work, though designed for another version of VB (ie, not the latest one), i ignored version warnings and installed anyway. seemed to work fine.
any possible reasons why it would fail later on?
The biggest reason it might fail later on is due to template changes or variable name changes in a new release. I don't think there's been any major changes of those types recently, but there's always that chance when a new version comes out.
We're having a similar problem. None of our sub-forums show up. Any ideas?
See my post above regarding setting the 'Parent Forum' & 'Display Order'.
--JOsh
Bleed0ut
09-08-2009, 01:35 PM
Thanks Bleedout.
Hmm, if i knew what postbit_legacy was i could answer that question! Ha.
I just uploaded the skin and let it go..is there an easy way to chop out the left profile column and make the iphone skin display horizontally like this forum does?
You just copy the postbit template over to the postbit_legacy template. If you need help doing this, send me a PM with your site and temporary Admin and I can go in and do it for you.
Kamakazy
09-08-2009, 05:02 PM
I just install this style with darthos mobile detection hack my site works fine with most phones except iPhone where I don't seem to get any forum viewed...
link to my iPhone style http://www.englishsabla.com/forum/index.php?styleid=10
I read that it was something to do with the display order or type of forum i still couldnt figure it out...
any help would be appreciated
shallow bay
09-08-2009, 08:43 PM
I set the style as parent, as a child, changed the display order to numerous things, no subforums are showing up for me.
Ryloth
09-11-2009, 11:42 PM
Installed it and love it.
Although I've had to make some minor tweeks here and there......
mebrahimi
09-12-2009, 03:39 AM
Hi, Thank you for all the hard work that's gone into this skin.
One problem I'm having is that after the first post on each page, the rest of the posts appear right-justified on my iPhone. Any ideas?
Kamakazy
09-13-2009, 04:00 AM
any help at all?
CR_TurboGuy
09-13-2009, 05:18 PM
I just install this style with darthos mobile detection hack my site works fine with most phones except iPhone where I don't seem to get any forum viewed...
link to my iPhone style http://www.englishsabla.com/forum/index.php?styleid=10
I read that it was something to do with the display order or type of forum i still couldnt figure it out...
any help would be appreciated
I set the style as parent, as a child, changed the display order to numerous things, no subforums are showing up for me.
I think I figured out the problem for forums not showing up on the main page. There were some templates that didn't have any code in them that is relied upon to show the forums. Try using this new version I'm posting now. I also fixed the missing 'sticky' icons on sticky posts in the forum view.
Hi, Thank you for all the hard work that's gone into this skin.
One problem I'm having is that after the first post on each page, the rest of the posts appear right-justified on my iPhone. Any ideas?
No ideas. Can you post your URL for me to take a look at?
--JOsh
Kamakazy
09-13-2009, 09:54 PM
Thanks CR TurboGuy, works like a charm :)
SnapOff Racing
09-14-2009, 07:24 AM
CR_TurboGuy,
Not sure if you meant to do this or if it was an accident but in your threadbit template you have...
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']">
Which makes it so that when someone clicks on a thread it will take them to the last post of the thread rather than the first post.
Where IMO it should be
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']">
This way when someone clicks on a thread link it will take them to the first post of the thread, or if they click on the username: Today 01:24AM that shows below the thread title, it will take you to the last post of the thread.
================================================== ============
Another thing I noticed in the threadbit template that is causing an issue with the the font size on the fourmdisplay
https://vborg.vbsupport.ru/
Your code which causes the text size to appear as you see in the red box on the right
<li style="text-align:left" class="inline">
Older code which causes the text size to appear as you see in the red box on the left
<li>
Unfortunately though when you change your code to just <li> this causes the text to wrap instead of appear inline.
Any idea how to solve this?
CR_TurboGuy
09-15-2009, 09:05 PM
CR_TurboGuy,
Not sure if you meant to do this or if it was an accident but in your threadbit template you have...
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']">
Which makes it so that when someone clicks on a thread it will take them to the last post of the thread rather than the first post.
Where IMO it should be
<a href="showthread.php?$session[sessionurl]t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']">
This way when someone clicks on a thread link it will take them to the first post of the thread, or if they click on the username: Today 01:24AM that shows below the thread title, it will take you to the last post of the thread.
I purposefully did this, as I wanted to be taken to the newest post when there was one, instead of the option of just going to the last post. You are right though, there is a bug, in that it should only happen when there are new posts, not for every single post/link as it is currently. I fixed the conditional so that that is only there for new posts. The updated code is:
<span style="align:left"><a href="showthread.php?$session[sessionurl]<if condition="$show['gotonewpost']">goto=newpost&</if>t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle] ($thread[replycount])</a>
</span> if you want to update your board to use the corrected stuff.
================================================== ============
Another thing I noticed in the threadbit template that is causing an issue with the the font size on the fourmdisplay
http://i178.photobucket.com/albums/w261/DSMKilla1/threadbit.png
Your code which causes the text size to appear as you see in the red box on the right
<li style="text-align:left" class="inline">
Older code which causes the text size to appear as you see in the red box on the left
<li>
Unfortunately though when you change your code to just <li> this causes the text to wrap instead of appear inline.
Any idea how to solve this?
I guess I'm not understanding the problem. I don't see any weird font size issues on my board. The screen shots you posted, it doesn't appear there's much difference in size. Am I missing something?
FYI - to anyone having issues w/ the mods I've done to this skin, if you can post a link to your board for me to take a look at, that helps a ton for me to try to figure out problems. If you don't want to post your link in the thread, feel free to PM me the link to take a look at.
Thanks,
--JOsh
SnapOff Racing
09-16-2009, 03:51 AM
I purposefully did this, as I wanted to be taken to the newest post when there was one, instead of the option of just going to the last post. You are right though, there is a bug, in that it should only happen when there are new posts, not for every single post/link as it is currently. I fixed the conditional so that that is only there for new posts. The updated code is:
<span style="align:left"><a href="showthread.php?$session[sessionurl]<if condition="$show['gotonewpost']">goto=newpost&</if>t=$thread[threadid]$thread[highlight]" id="thread_title_$thread[realthreadid]"<if condition="$show['gotonewpost']"> style="font-weight:bold"</if>>$thread[threadtitle] ($thread[replycount])</a>
</span> if you want to update your board to use the corrected stuff.
I guess I'm not understanding the problem. I don't see any weird font size issues on my board. The screen shots you posted, it doesn't appear there's much difference in size. Am I missing something?
FYI - to anyone having issues w/ the mods I've done to this skin, if you can post a link to your board for me to take a look at, that helps a ton for me to try to figure out problems. If you don't want to post your link in the thread, feel free to PM me the link to take a look at.
Thanks,
--JOsh
Cool Thanks for the updated code for the first issue.
As for the text size issue I'm not sure HOW you can't see the difference as it's quite noticeable hence the reason I even posted screen shots. Just take a look at the difference in size of the date, the date and time is MUCH LARGER in the right picture than it is in the LEFT.
Still not convinced then go change the code around in your threadbit template from
THIS
<li style="text-align:left" class="inline">
TO THIS
<li>
And note the changes in your font size on your date and time.
CR_TurboGuy
09-16-2009, 09:10 PM
Ok, I guess I see the difference, I guess I meant, I don't see where it makes a difference? It's not a 'bug' in the code, but more of a preference in the style. It's actually handled in the css for the board.
Here's a screen shot of my board, with the original inline code on the left, the li only code on the right.
https://vborg.vbsupport.ru/external/2010/01/43.png
If you really want to change the font size, go into the Style Manager & edit the 'Main CSS' file. At the very bottom, in the 2nd text box, change the attributes on the following items:li.inline {
text-align:center;
font-size:15px;
}
li.inline a {
display:inline;
font-size:15px;
}
The default style that's applied when you are using just the li code is:
.smallfont
{
font: 10pt Helvetica;
}
so you could use that if you wish.
--JOsh
SnapOff Racing
09-16-2009, 10:49 PM
Thanks Josh that worked but I noticed that it changes both the username/date/times section AND the thread title link. Is there a way to make just the thread title link bigger than the username/date/time part? Also there is no way to use just the <li> code because then that screws up the format. So definitely gonna stick with your code but I just wanna know if there is a way to change ONLY the username/date/time text size and not the thread title AND the username/date/time size.
Thanks!
Kolbi
09-17-2009, 11:11 AM
Is it possible that this doesn?t work?
<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]&</if>styleid=XX\">iPhone Style</a>")
}
</script>
CR_TurboGuy
09-17-2009, 08:49 PM
Thanks Josh that worked but I noticed that it changes both the username/date/times section AND the thread title link. Is there a way to make just the thread title link bigger than the username/date/time part? Also there is no way to use just the <li> code because then that screws up the format. So definitely gonna stick with your code but I just wanna know if there is a way to change ONLY the username/date/time text size and not the thread title AND the username/date/time size.
Thanks!
Right, as both are links within a inline li, which the css styles as defined. I suppose you could brute force the size for that part by using the following code:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"><a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]">
<font size="2">
$vbphrase[by] $thread[lastposter]: $thread[lastpostdate]
<if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if> <img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></font>
</div>
--JOsh
CR_TurboGuy
09-17-2009, 08:50 PM
Is it possible that this doesn?t work?
<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]&</if>styleid=XX\">iPhone Style</a>")
}
</script>
What are you trying to do w/ the above code, detect an iPhone/iPod browser? I don't know if that works or not, as I'm currently using Dartho's mobile device detector/router plugin.
--JOsh
SnapOff Racing
09-18-2009, 08:24 AM
Right, as both are links within a inline li, which the css styles as defined. I suppose you could brute force the size for that part by using the following code:
<div class="smallfont" style="text-align:$stylevar[right]; white-space:nowrap"><a href="showthread.php?$session[sessionurl]p=$thread[lastpostid]$thread[highlight]#post$thread[lastpostid]">
<font size="2">
$vbphrase[by] $thread[lastposter]: $thread[lastpostdate]
<if condition="!$show['detailedtime']"><span class="time">$thread[lastposttime]</span></if> <img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a></font>
</div>
--JOsh
Right on pimpin that worked perfect! Thanks! :up:
Trana
09-20-2009, 02:47 AM
I have this installed and everytime I click on a link in the page I go back to the page that says portal view is disabled click here if you are not forwarded.
I have my forum installed in /forum.
Any ideas what I am doing wrong?
CR_TurboGuy
09-20-2009, 03:00 PM
I have this installed and everytime I click on a link in the page I go back to the page that says portal view is disabled click here if you are not forwarded.
I have my forum installed in /forum.
Any ideas what I am doing wrong?
There's nothing in this skin that would do this. Did you add some other mod for that?
--JOsh
Coop1979
10-12-2009, 08:13 PM
NM, I'm dumb.
choccyclaire
10-15-2009, 03:22 PM
There is an error in this style whereby there are two gradient files it tries to locate which are non existent or you have not provided us uploads for. One is a bg and one is a tcat.
rrudeboy
10-21-2009, 02:06 AM
i can't figure why this style (which is great) allows for scrolling to the left, which it should not..
Byggahus
10-25-2009, 06:17 PM
I have installed this mod on http://www.byggahus.se/forum?styleid=16 and am planning to use it as our iPhone skin. However I cannot view the style (?styleid=16) as a non-administrator (members or guests). Where do I change the authorization for a style? I am using vBSEO, can that have to with it?
CR_TurboGuy
10-27-2009, 06:29 PM
I have installed this mod on http://www.byggahus.se/forum?styleid=16 and am planning to use it as our iPhone skin. However I cannot view the style (?styleid=16) as a non-administrator (members or guests). Where do I change the authorization for a style? I am using vBSEO, can that have to with it?
Did you make sure that this style (the iPhone one) is user selectable? It needs to be selectable in order to see it. Under 'Style Manager', you need to choose the 'Edit Settings' from the dropdown in the AdminCP. Make sure it is user selectable.
--JOsh
CR_TurboGuy
10-27-2009, 06:32 PM
i can't figure why this style (which is great) allows for scrolling to the left, which it should not..
Which version are you using? The original version posted by El Forro has some of the edit boxes too big, which will cause scrolling.
--JOsh
CR_TurboGuy
10-27-2009, 06:33 PM
There is an error in this style whereby there are two gradient files it tries to locate which are non existent or you have not provided us uploads for. One is a bg and one is a tcat.
I believe the files you are looking for are in the original skin posted by El Forro. If they are not, can you tell me the names of the files and I can post them?
--JOsh
TheInsaneManiac
10-27-2009, 08:32 PM
Does this have quick reply?
CR_TurboGuy
10-28-2009, 07:54 PM
Does this have quick reply?
Yes, it does.
--JOsh
VK3MTR
11-01-2009, 09:27 AM
I just want to say thank JOsh for all your hard work on this.
I think it is great, and I don't even have an iPhone.
Is there some way that I can make the panel with the avatar on the left narrower so that the text area is larger in the area where a user is posting his post or reply (on the right).
It's just that in portrait mode the area is pretty narrow to read the post information.
Thank you
MrRem
11-05-2009, 12:06 PM
Erm... How do I change the mobiletitle from the default ElForro to my own Forum's name?
I feel like a complete noob after looking everywhere
EDIT: Dont worry, using this one instead:
https://vborg.vbsupport.ru/showthread.php?t=213136
dethfire
11-06-2009, 08:31 PM
the thread view is wacked out. the table is huge and it spans way off the screen
ravelink69
11-15-2009, 05:21 PM
Hey turboguy, thanks for all the edits you did. everything looks great.
The only request i have, and i know its an easy fix for someone like me todo, but can you fix this on your next update?
The thin bar at the top :
https://vborg.vbsupport.ru/external/2010/01/43.png
go into the FORUMDISPLAY template, look for this code:
<div class="mobiletitle">
And add this code right BELOW it:
$foruminfo[title_clean]
If not, its ok, i have already done it to the last download you have posted.
Thanks again.
boggseric
11-28-2009, 08:55 PM
Has anyone gotten PM's to work with any of the skins posted in here? If so which one?
zimdude
11-30-2009, 04:27 AM
Downloaded and tried it on 11/29/09. The Zip file must never have been updated. Still cannot resolv the token error even after replacing variable as someone had mentioned..
Posts header bar not working
Token error when replying still not working
Is there a 4.0 version for this style?
LowKey
12-23-2009, 06:56 AM
How Do I Find The iPhone Style NUmber To Replace The XX Shown In The PHP Code Above?
gyaronn
12-23-2009, 09:39 PM
ya i join the question before me and does this seaport VB4?
cmeinck
01-04-2010, 02:43 PM
Are there any plans to port this to vB4?
Uberguilds
01-09-2010, 04:12 AM
Thanks!
CR_TurboGuy
01-15-2010, 03:14 PM
I just want to say thank JOsh for all your hard work on this.
I think it is great, and I don't even have an iPhone.
Is there some way that I can make the panel with the avatar on the left narrower so that the text area is larger in the area where a user is posting his post or reply (on the right).
It's just that in portrait mode the area is pretty narrow to read the post information.
Thank you
I never noticed this as I don't have avatars enabled on my boards, but this should fix it.
In the postbit_legacy template, search for this code:
<if condition="$show['avatar']">
<div class="smallfont">
<br /><a href="member.php?$session[sessionurl]u=$post[userid]"><img src="$post[avatarurl]" $post[avwidth] $post[avheight] alt="<phrase 1="$post[username]">$vbphrase[xs_avatar]</phrase>" border="0" /></a>
</div>
</if>
and replace the $post[avwidth] $post[avheight] with values to shrink it to the size you want. The avatars might not look very good shrunk, so you might want to yank the avatars in the iPhone style.
--JOsh
CR_TurboGuy
01-15-2010, 03:15 PM
the thread view is wacked out. the table is huge and it spans way off the screen
Do you have an example I can check?
--JOsh
CR_TurboGuy
01-15-2010, 03:17 PM
Hey turboguy, thanks for all the edits you did. everything looks great.
The only request i have, and i know its an easy fix for someone like me todo, but can you fix this on your next update?
The thin bar at the top :
https://vborg.vbsupport.ru/external/2010/01/43.png
go into the FORUMDISPLAY template, look for this code:
<div class="mobiletitle">
And add this code right BELOW it:
$foruminfo[title_clean]
If not, its ok, i have already done it to the last download you have posted.
Thanks again.
Odd, I just checked my forum and I have that fixed. It should be in one of the last styles I posted. Thanks for pointing that out though!
--JOsh
CR_TurboGuy
01-15-2010, 04:54 PM
Has anyone gotten PM's to work with any of the skins posted in here? If so which one?
Eric,
PM's should work with the version I've edited.
https://vborg.vbsupport.ru/external/2010/02/3.png
--JOsh
CR_TurboGuy
01-15-2010, 05:14 PM
Downloaded and tried it on 11/29/09. The Zip file must never have been updated. Still cannot resolv the token error even after replacing variable as someone had mentioned..
Posts header bar not working
Token error when replying still not working
The zipped file at the top does not have any of the fixes. You need that zip, plus the latest xml file that I've uploaded.
--JOsh
CR_TurboGuy
01-15-2010, 05:15 PM
As to a vb4 version, it's on my list of things to do, but not anywhere near the top. I'll be sure to post if/when I come up with a vb4 version.
--JOsh
kourou
01-23-2010, 08:48 AM
Hello.
I have installed this template but there seems to be a bug.
I'm running the template on version 3.8.2.
Here is the problem: When replying to a thread, I am redirected to a blank page: /forumpath/newreply.php?do=postreply&t=11162 (for example). It's a blank page and the reply has not been posted.
Any suggestions?
Thanks,
Ilias
LowKey
01-29-2010, 08:14 PM
Anyone know how to change the colour of the skin?
idan356
02-03-2010, 02:00 PM
please if someone can help me with those problems:
1. I wan't to add Quote button but I don't succeed.
<a href="#" onClick="vbform.message.value = '' + document.getElementById('post_message_$post[postid]').innerHTML + '\n\n';vbform.message.focus();return false;"><img align=right border=0 src="images/buttons/quote.gif"></a>
when I click on the Quote button it takes me to the top of the page and nothing.
Offcourse I delete the "My" part from the myQUOTE.. so why isn't it working?
2. I don't know why but look what happened:
http://img8.imageshack.us/img8/9162/996fdnil.jpg
The white lines on the sides - I don't want them.
it need to be marge to the sides. it also mess all the buttons,
I need to know how to make it wider..
sorry for my bad english, I tried :P
KProjects
02-11-2010, 08:40 PM
CR_TurboGuy: Still working on the 4.0 version? I love this style and use it on a couple vb3x boards.. but would love it for my 4.0 one..
Thanks for all your work on this..
Rob
UpFriends
02-24-2010, 03:21 PM
nice style, looks great on my android
cmeinck
02-24-2010, 03:45 PM
Has anyone seen an iPhone style that is vB4 compatible?
boggseric
02-28-2010, 02:55 PM
Eric,
PM's should work with the version I've edited.
https://vborg.vbsupport.ru/external/2010/02/3.png
--JOsh
Sorry, I wasn't very clear. PM's work fine but the popup that comes up and says "Click OK to open PM's now" (or whatever) show an error if the users click ok. They have to close that popup and goto their PM's manually.
Also, has anyone located the gradient files yet? I checked the original zip and all through this thread but can't find them. The two files are:
images/misc/gradient_bg.gif
images/misc/gradient_tcat.gif
I ended up just creating two files named that that just to quell the flood of error messages in my apache error log for file not found.
audis3
03-02-2010, 08:07 AM
Has anyone seen an iPhone style that is vB4 compatible?
I need it too...
Does anyone know something?
mattwmc2001
03-07-2010, 09:59 PM
Is there a way to redirect iphone users to this skin instead of just having a link in the navbar/bottom menu?
Glad this is available, v-bulletin is a pain in the rump on iPhone, lol.
*Another thing - I notice a large size image throws everything out of wack. Any way to keep the image within the width of the table (assuming it uses tables or divs ie not extend the table out of view)?
Thanks!
Xtrigit
03-08-2010, 08:15 PM
Is there a way to redirect iphone users to this skin instead of just having a link in the navbar/bottom menu?
Glad this is available, v-bulletin is a pain in the rump on iPhone, lol.
*Another thing - I notice a large size image throws everything out of wack. Any way to keep the image within the width of the table (assuming it uses tables or divs ie not extend the table out of view)?
Thanks!
Yes, there is a way to redirect iphone users to the mobile style. I forgot what it's called but you can search it with the keywords "Iphone redirect"
The only problem with the MOD is that mobile users cannot select the normal version.
Large images do get resized, i tried with a 900x700 and it got resized. Videos, however, do not get resized.
--------------------------------------------------------------------------------
Does anyone happen to have the gradients files missing? My error log is flooded with "gradient_tcat.gif missing or does not exist" messages.
mattwmc2001
03-08-2010, 09:04 PM
Yes, there is a way to redirect iphone users to the mobile style. I forgot what it's called but you can search it with the keywords "Iphone redirect"
The only problem with the MOD is that mobile users cannot select the normal version.
Large images do get resized, i tried with a 900x700 and it got resized. Videos, however, do not get resized.
--------------------------------------------------------------------------------
Does anyone happen to have the gradients files missing? My error log is flooded with "gradient_tcat.gif missing or does not exist" messages.
Visit this thread (in iPhone skin) to see that I mean: http://forums.cosmicbooknews.com/showthread.php?t=2997. I assumed it was stretched because of the large image.
Thanks.
Xtrigit
03-09-2010, 01:50 AM
There is an image missing in your style:
http://forums.cosmicbooknews.com/images/misc/ingresar.gif
You may want to get rid of the tables, or predefine their width.
Right now it looks really messed up.
If you don't need the avatars, profile fields etc, you can search for a different iPhone style otherwise keep working on that one.
mattwmc2001
03-09-2010, 02:06 AM
There is an image missing in your style:
http://forums.cosmicbooknews.com/images/misc/ingresar.gif
You may want to get rid of the tables, or predefine their width.
Right now it looks really messed up.
If you don't need the avatars, profile fields etc, you can search for a different iPhone style otherwise keep working on that one.
Where do I get that image? I downloaded the zip from here and used whatever was in there.
Are there other iPhone skins? I'll have to look around.
cfrench
03-10-2010, 06:43 PM
I am surprised in this day in age of smart phones that we have to look very far. I am also surprised that vb4 doesn't just come with it. We pay a pretty decent amount for this and the way that smart phones are growing this should be a standard.
leoloco
03-11-2010, 07:33 PM
Does this theme style works with VB4.0 has anyone tried?
lilquit
03-12-2010, 01:47 AM
looks lovely! PM me, I will pay for V4 compatible
lilquit
03-13-2010, 06:06 AM
I will pay anyone who can make this work on VB 4 for me. Please PM me.
candm
03-15-2010, 01:50 PM
I'm using Turbo Guy's version on a 3.8.4 board. My members love it, the only problem they are reporting is not being able to see/vote in polls. Any idea why or how to fix that?
Thanks!
lilquit
03-16-2010, 02:10 AM
where can i get Turbo guys version? Do you think it will work on version 4?
Hackerizzatore
03-17-2010, 11:04 AM
Hello,
Excuse my English but not very practical.
Anyway I wanted to ask the following question:
In my site I have a sub-category that is inside another category.
how do I make you see the link to access it even in the version for iPhone?
We place a screen. https://vborg.vbsupport.ru/attachment.php?attachmentid=114279&stc=1&d=1268827448
Thank you for availability.
theparentpack
04-14-2010, 04:38 AM
I don't see any installation instructions, how do I install it?
Silver_2000_)!
04-14-2010, 12:20 PM
This style is really old and even back then needed some work to make it look right
IMO its not worth the trouble. Most of the iphone users want to see the full version
I disabled it a while back
doiphongbax
04-19-2010, 12:06 PM
I want to show signature of member at 'SHOW THREAD'
I had insert this code in postbit but not working
<if condition="$show['signature']">
<div>__________________<br />
$post[signature]</div>
</if>
Naan-Kadavul
07-23-2010, 11:38 AM
Will it work for other phone models OR just ipone ?
pompaunpo
07-26-2010, 10:39 AM
hi, i use vbadvanced,
how do I disable this plugin for vbadvanced and use it only for vb forum?
ChillingSilence
08-18-2010, 07:35 PM
After having taken what CR Turbo Guy adjusted, I've done some further adjustments:
Based off 1.0.4 by CR Turbo Guy
Changed "Normal" button, as it was being overridden by our useragent detection. It's more useful as a Home button
Added "Go to Top" button, great for long threads
Fixed the header when viewing thread-lists, it was broken and very thin, so the buttons overflowed
Fixed the "New Thread" button, was showing the stock vBulletin button, this ones slicker and fits with the theme
Made it english
Used a 1px spacer gif instead of a logo
Fixed the "Next" and "Prev" locations, now they're in a more logical place
A dozen odd other minor fixes and customizations here and there
Installation instructions:
Download the .zip
Upload, via FTP / SCP / whatever, the files in "images/misc/" to your forum directory: forums/images/misc/
Go into the AdminCP --> Styles & Templates --> Download / Upload Styles
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
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:
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.
AndrewRich
08-30-2010, 08:14 PM
After having taken what CR Turbo Guy adjusted, I've done some further adjustments:
I had already heavily customized the ElForro -> CR Turbo Guy version, so I downloaded yours and merged most of the updates into our existing theme. I especially like the "Home" button instead of "Full Version" which didn't work since we also use mobile device detection.
Thanks!
ChillingSilence
11-14-2010, 06:01 PM
I especially like the "Home" button instead of "Full Version" which didn't work since we also use mobile device detection.
Thanks :)
I'm not still 100% happy with the login scheme, I wanted to try and get it to display the login box at the bottom of every page if the user wasn't already logged in, but as we're moving to vBulletin4, I've been lacking the motivation to implement it. As it is, the style works pretty well, it's very functional, and it's incredibly easy to change the theme / picture colors too! Still, I'm open to feedback / suggestions :)
creativepart
11-21-2010, 03:59 PM
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:
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?
creativepart
11-21-2010, 04:06 PM
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?
creativepart
11-21-2010, 04:45 PM
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:
$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>
creativepart
11-21-2010, 07:37 PM
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:
creativepart
11-21-2010, 07:58 PM
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.
Penicillin
01-06-2011, 06:47 PM
Hi,
Thanks for efforts.
But Does this skin work perfectly on 3.8?
Pulsorock
01-10-2011, 04:03 PM
After having taken what CR Turbo Guy adjusted, I've done some further adjustments:
Based off 1.0.4 by CR Turbo Guy
Changed "Normal" button, as it was being overridden by our useragent detection. It's more useful as a Home button
Added "Go to Top" button, great for long threads
Fixed the header when viewing thread-lists, it was broken and very thin, so the buttons overflowed
Fixed the "New Thread" button, was showing the stock vBulletin button, this ones slicker and fits with the theme
Made it english
Used a 1px spacer gif instead of a logo
Fixed the "Next" and "Prev" locations, now they're in a more logical place
A dozen odd other minor fixes and customizations here and there
Installation instructions:
Download the .zip
Upload, via FTP / SCP / whatever, the files in "images/misc/" to your forum directory: forums/images/misc/
Go into the AdminCP --> Styles & Templates --> Download / Upload Styles
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
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:
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! :D
SamirDarji
01-24-2011, 12:59 AM
Making a mental note to look at this later.
SBlueman
02-20-2011, 11:39 PM
How can I add thread prefixes to this skin? They are needed to post a new thread on my site.
yotsume
02-07-2012, 09:12 PM
Does this skin allow for the VB Blog add-on?
stevieb
01-19-2013, 01:27 AM
does this work on 3.8.4 vB?
behcet
05-21-2014, 12:35 PM
tnx
kartik786
10-16-2014, 06:20 AM
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:
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.
Facing same issue of width on managementparadise.com . Can someone please help with a fix?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.