The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
TW7S - Change the look of "Last Post" by Details »» | |||||||||||||||||||||||||||
TW7S - Change the look of "Last Post" by
Developer Last Online: Apr 2015
Before
After Click Here for Live Preview. Instructions: Open template forumhome_lastpostby Replace All With: PHP Code:
Version History v1.0.0 Initial Release v1.0.1 Guest post bug fixed To reset back to default just revert the template Enjoy! Show Your Support
|
Comments |
#82
|
||||
|
||||
This doesn't seem to work in 4.1.10 after upgrading. It's causing a conflict. Any ideas?
|
#83
|
|||
|
|||
in 4.1.11 it also does not work. :-(
|
#84
|
|||
|
|||
Quote:
I need also this style :up: |
#85
|
|||
|
|||
Where exactly did you put the comma? I'd like to do that as well because in IE the name and date are too close together.
|
#86
|
|||
|
|||
Ok, I figured it out. Here's how I got it to work for VB 4.1.11
<div class="lastpostby"> <vb:if condition="$lastpostinfo['lastposterid']"> {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} - {vb:raw lastpostinfo.lastpostdate} @ {vb:raw lastpostinfo.lastposttime} <vb:else /> Instead of a comma, I used a hyphen and it looks good. I even added the @ symbol between the date and time so now it looks like this. by Jimmy - Today @ 10:00 a.m. Installed. Thank you. |
#87
|
|||
|
|||
works fine on 4.2.0 with, thank you
Code:
<vb:if condition="$show['lastpostinfo']"> <p class="lastposttitle"> <vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if> <vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a> </p> <div class="lastpostby"> <vb:if condition="$lastpostinfo['lastposterid']"> {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} - {vb:raw lastpostinfo.lastpostdate} @ {vb:raw lastpostinfo.lastposttime} <vb:else /> {vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}} {vb:raw lastpostinfo.lastpostdate} {vb:raw lastpostinfo.lastposttime} </vb:if> </div> </vb:if> |
Благодарность от: | ||
cherylferraro |
#88
|
||||
|
||||
Quote:
http://www.thewindows7site.com/forum...php?styleid=49 is a different site now. I tried the e-Default Style - Separate Title/Views/Replies/Posts [Tables] found here: https://vborg.vbsupport.ru/showthrea...=246083&page=2 but the style doesn't work with the latest vb versions. |
#89
|
||||
|
||||
Quote:
|
#90
|
||||
|
||||
Just add the red part or copy and paste the whole of this.
Code:
<vb:if condition="$show['lastpostinfo']"> <p class="lastposttitle"> <vb:if condition="$show['icon']"><img src="{vb:raw icon.iconpath}" alt="{vb:raw icon.title}" border="0" /></vb:if> <vb:if condition="$lastpostinfo['prefix']">{vb:raw lastpostinfo.prefix}</vb:if> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}" class="threadtitle" title="{vb:rawphrase go_first_unread_in_thread_x, {vb:raw lastpostinfo.lastthread}}">{vb:raw lastpostinfo.trimthread}</a> <a href="{vb:link thread, {vb:raw threadinfo}, {vb:raw pageinfo_newpost}}#post{vb:raw lastpostinfo.lastpostid}"><img src="{vb:stylevar imgdir_button}/lastpost-{vb:stylevar right}.png" alt="{vb:rawphrase go_to_last_post}" /></a> </p> <div class="lastpostby"> <vb:if condition="$lastpostinfo['lastposterid']"> {vb:rawphrase by_x_memberaction, {vb:raw memberaction_dropdown}} | {vb:raw lastpostinfo.lastpostdate} {vb:raw lastpostinfo.lastposttime} <vb:else /> {vb:rawphrase by_x_guest, {vb:raw lastpostinfo.lastposter}} {vb:raw lastpostinfo.lastpostdate} {vb:raw lastpostinfo.lastposttime} </vb:if> </div> </vb:if> |
#91
|
||||
|
||||
Does this work for 4.2?
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|