![]() |
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 06:30 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:
|