![]() |
Quote:
--JOsh |
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). |
Quote:
--JOsh |
Quote:
Thanks. |
Quote:
|
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. |
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 :) |
Could you post a link to your forum so I can take a look at the issues your having? Thanks,
--JOsh |
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... |
Quote:
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 :) |
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. |
Quote:
--JOsh |
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 |
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] Code:
<ul> Code:
<ul> Code:
<h1><phrase 1="Port3101.org">$vbphrase[blogs_from_the_members_of_boardname]</phrase></h1> Code:
<li style="text-align:left" class="inline"> Code:
$blogbits Code:
<h1 id="blog_title">$bloginfo[title]</h1> |
Quote:
|
Quote:
thanks again... |
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. |
anyone ?
|
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 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? |
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? |
Working on 3.8. Thanks Turboguy!
|
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? |
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.
|
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? |
Quote:
|
Quote:
Quote:
Quote:
Quote:
Quote:
--JOsh |
Quote:
|
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.
|
Installed it and love it.
Although I've had to make some minor tweeks here and there...... |
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? |
any help at all?
|
Quote:
Quote:
Quote:
--JOsh |
Thanks CR TurboGuy, works like a charm :)
|
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 https://vborg.vbsupport.ru/ 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? |
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> 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 |
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. |
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: Code:
li.inline { Code:
.smallfont --JOsh |
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! |
All times are GMT. The time now is 05:45 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|