 |
02-28-2009, 09:27 AM
|
#1 | | vBulletin Owner
Join Date: Jul 2006 Location: NE Ohio
Posts: 897
| Last Post When you click on the Last Post icon, you are taken to the thread, but not the last post on the thread.
Is this something that you disabled Brandon, or is it a bug? |
| |
02-28-2009, 10:00 AM
|
#2 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post It's because our default style doesn't use the tables. I had them removed when I made the style, without realizing that it would cause that bug.
I'd love to fix it, but I don't know how. |
| |
02-28-2009, 10:26 AM
|
#3 | | Supporters vBulletin Owner vBSetup Mods
Join Date: Mar 2008
Posts: 1,631
| Re: Last Post It is in the forumhome_lastpostby template. And you should just be able to replace the code you have with this..
<if condition="$show['lastpostinfo']">
<div class="smallfont" align="$stylevar[left]">
<div>
<span style="white-space:nowrap">
<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
<if condition="$lastpostinfo['prefix']">
$lastpostinfo[prefix]
</span><if condition="is_browser('safari')"><!--bug#24775--> </if>
<span style="white-space:nowrap">
</if>
<a href="showthread.php?$session[sessionurl]goto=newpost&t=$lastpostinfo[lastthreadid]" style="white-space:nowrap" title="<phrase 1="$lastpostinfo[lastthread]">$vbphrase[go_first_unread_in_thread_x]</phrase>"><strong>$lastpostinfo[trimthread]</strong></a></span>
</div>
<div style="white-space:nowrap<if condition="is_browser('ie', 6)">; float:$stylevar[left]</if>">
<phrase 1="member.php?$session[sessionurl]find=lastposter&f=$lastpostinfo[forumid]" 2="$lastpostinfo[lastposter]">$vbphrase[by_x]</phrase>
</div>
<div align="$stylevar[right]" style="white-space:nowrap">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</div>
<else />
<div class="smallfont" align="$stylevar[right]">
$lastpostinfo[lastpostdate] <if condition="!$show['detailedtime']"><span class="time">$lastpostinfo[lastposttime]</span></if>
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
</div>
</if>
Or I guess just add the link to the front of the image you have there...
<a href="showthread.php?$session[sessionurl]p=$lastpostinfo[lastpostid]#post$lastpostinfo[lastpostid]"><img class="inlineimg" src="$stylevar[imgdir_button]/lastpost.gif" alt="$vbphrase[go_to_last_post]" border="0" /></a>
Though I could be wrong LOL
Last edited by Cerberus; 02-28-2009 at 10:29 AM.
|
| |
02-28-2009, 10:31 AM
|
#4 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post I changed out the code out, and I don't see any changes.
I think it's in the showthread or postbit template honestly
thanks for the help |
| |
02-28-2009, 10:57 AM
|
#5 | | vBulletin Owner
Join Date: Jul 2006 Location: NE Ohio
Posts: 897
| Re: Last Post I live by the last post feature, lol. |
| |
02-28-2009, 12:00 PM
|
#6 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post Quote:
Originally Posted by ohiosweetheart I live by the last post feature, lol. | I do too, I really wish we could get it working on the default style
it works on the other styles |
| |
03-01-2009, 07:11 PM
|
#7 | | Supporters vBulletin Owner
Join Date: Aug 2006 Location: Anaheim, CA
Posts: 1,657
| Re: Last Post If anything it is due to the postbit/_legacy style.
__________________ I hate that someone changed my signature. |
| |
03-01-2009, 09:40 PM
|
#8 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post Quote:
Originally Posted by Michael Biddle If anything it is due to the postbit/_legacy style. | Do you know how we can fix it on the default style |
| |
03-07-2009, 04:43 PM
|
#9 | | vBulletin Owner
Join Date: Aug 2007 Location: Brisbane Australia
Posts: 213
| Brandon - Your Ads are killing it! Brandon,
When I follow an email link back to a post on this forum (sent by subscription alert) I find I cannot read the dang post because the forum keeps reloading the page every 3 seconds like a flicker.
Imagine then you're reading the 4th post down, then the forum reloads and bounces you back to the 1st post ... you scroll down and start reading then it happens again and again.
How I overcome it is by loading the thread only URL not the one with the post in it.
This is bad though mate, very frustrating and you need to fix it.
Here's a perfect example and it's only the first post. See the difference in the page and reading on these two URL's. http://forum.vbulletinsetup.com/f2/b...html#post60524 http://forum.vbulletinsetup.com/f2/b...ing-10948.html
:thanks: |
| |
03-07-2009, 05:23 PM
|
#10 | | vBulletin Owner
Join Date: Mar 2007
Posts: 501
| Re: Brandon - Your Ads are killing it! Just want to say, it is the same for both links for me. |
| |
03-07-2009, 05:30 PM
|
#11 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post **Threads merged, see post 2 for the reason.
regards
-Brandon |
| |
03-08-2009, 10:58 AM
|
#12 | | vBulletin Owner
Join Date: Oct 2008
Posts: 14
| Re: Last Post There was a bug in vBSEO that caused this problem. Last post link always went to start of thread. Might be related, ya never know. |
| |
03-08-2009, 11:02 AM
|
#13 | | vBulletin Owner
Join Date: Oct 2008
Posts: 14
| Pages constantly reloading. Not sure what is causing the problem but it only happens here.
Some pages are constantly reloading in IE7 and it's very annoying.
It happens when clicking the last post link. |
| |
03-08-2009, 12:26 PM
|
#14 | | Supporters vBulletin Owner
Join Date: Jul 2007 Location: Rochester, New York
Posts: 500
| Re: Pages constantly reloading. I've noticed it too but never considered it a problem. I use Firefox 3.
-Raymond |
| |
03-08-2009, 12:39 PM
|
#15 | | vBulletin Owner
Join Date: Oct 2008
Posts: 14
| Re: Pages constantly reloading. Perhaps it's different with FF3. In IE7 it means that it's very difficult to read the page because it is constantly reloading. |
| |
03-08-2009, 12:42 PM
|
#16 | | Supporters vBulletin Owner vBSetup Mods
Join Date: Mar 2008
Posts: 1,631
| Re: Pages constantly reloading. I never noticed it happening at all and I practically live on this site LOL . I am on IE7 now just to test it and its not doing it to me. Maybe something you have installed or added? |
| |
03-08-2009, 12:51 PM
|
#17 | | vBulletin Owner
Join Date: Oct 2008
Posts: 14
| Re: Pages constantly reloading. It happens when clicking the last post link from the forumhome page.
IE7 has no additional addons/extensions. |
| |
03-08-2009, 12:52 PM
|
#18 | | vBulletin Owner
Join Date: Oct 2008
Posts: 14
| Re: Pages constantly reloading. It's now started happening after I've hit submit reply for a post. |
| |
03-08-2009, 12:56 PM
|
#19 | | Supporters vBulletin Owner
Join Date: Jul 2007 Location: Rochester, New York
Posts: 500
| Re: Pages constantly reloading. Oh, I just occasionally notice the tab reloading when I'm in a different tab.
I've never had a page reload interfere with my viewing of this site.
-Raymond |
| |
03-08-2009, 06:36 PM
|
#20 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post Quote:
Originally Posted by agitated There was a bug in vBSEO that caused this problem. Last post link always went to start of thread. Might be related, ya never know. | hmm, I think I have the latest version of vbseo
do you happen to have a link? I'll check it out, but I'm fairly certain it's just because the style |
| |
03-08-2009, 08:01 PM
|
#21 | | vBulletin Owner
Join Date: Jul 2006 Location: NE Ohio
Posts: 897
| Re: Last Post ooohhh I hope it's that and can be fixed. |
| |
03-08-2009, 08:10 PM
|
#22 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Last Post Quote:
Originally Posted by ohiosweetheart ooohhh I hope it's that and can be fixed. | Miner said he would try to take a look this week |
| |
03-08-2009, 08:52 PM
|
#23 | | vBulletin Owner
Join Date: Mar 2007
Posts: 501
| Re: Pages constantly reloading. I get this on many sites. I think it may be the similar threads as it is constantly searching. I am not exactly sure, but I believe so. |
| |
03-08-2009, 11:30 PM
|
#24 | | Community Manager Supporters vBulletin Owner vBSetup Mods
Join Date: Jul 2006 Location: Topeka, KS
Posts: 14,115
| Re: Pages constantly reloading. Quote:
Originally Posted by agitated Not sure what is causing the problem but it only happens here.
Some pages are constantly reloading in IE7 and it's very annoying.
It happens when clicking the last post link. | thanks for reporting, I merged this thread because I believe it is related.
I've never noticed the page constantly reloading on IE or FF. |
| |
03-09-2009, 08:47 AM
|
#25 | | vBulletin Owner
Join Date: Jul 2006 Location: NE Ohio
Posts: 897
| Re: Last Post Quote:
Originally Posted by Brandon Sheley Miner said he would try to take a look this week  | yaayyyy |
| | |