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 |
#272
|
|||
|
|||
Installed it and love it.
Although I've had to make some minor tweeks here and there...... |
#273
|
|||
|
|||
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? |
#274
|
|||
|
|||
any help at all?
|
#275
|
|||
|
|||
Quote:
Quote:
Quote:
--JOsh |
#276
|
|||
|
|||
Thanks CR TurboGuy, works like a charm
|
#277
|
|||
|
|||
CR_TurboGuy,
Not sure if you meant to do this or if it was an accident but in your threadbit template you have... Code:
<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 Code:
<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 Your code which causes the text size to appear as you see in the red box on the right Code:
<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 Code:
<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? |
#278
|
|||
|
|||
Quote:
Code:
<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> Quote:
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 |
#279
|
|||
|
|||
Quote:
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 Code:
<li style="text-align:left" class="inline"> Code:
<li> And note the changes in your font size on your date and time. |
#280
|
|||
|
|||
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. 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: Code:
li.inline { text-align:center; font-size:15px; } li.inline a { display:inline; font-size:15px; } Code:
.smallfont { font: 10pt Helvetica; } --JOsh |
#281
|
|||
|
|||
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! |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|