Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
In the "Last Post" column on the "Main Index" page, lengthly topic headers are cut off with "..." trailing the last acceptable character. <br /> <br />Is it possible to make it so that when you hold your mouse over the topic line it will display the full text header in the little box above the pointer for IE users? <br /> <br />Hope this makes sense... worked all day on only 5 hours sleep. <br /> <br />Jason <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
For example, here is a current "Last Post" topic: <br /> <br />Re: Useful MySQL Queries f... <br /> <br />but the full topic header is: <br /> <br />Re: Useful MySQL Queries for UBB.Threads <br />
Registered: 08/08/00
Posts: 1802
Loc: North Carolina
Okay, no, that doesn't work. I haven't delved into raw HTML in a while. I put it on the image, but it seems the $Subject variable is being truncated beforehand, so I have to pinpoint that.
Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
Hi DLW,<br /><br />Thanks for the suggestion! Unfortunately when I made the changes it didn't work. I have Josh's spider code installed and a couple of other mods, maybe that has something to do with it since it seems to work for you. Maybe it will be stock in 6.5 final.<br /><br />Anyway, I appreciate your obvious effort... thank you. <br /><br />Jason <img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
Pilgrim
Enthusiast
Registered: 06/17/00
Posts: 344
Loc: NH, USA
Well, I tried it too and it didn't work for me either. What happened when I added the mod was the "Last Post" text changed to: etc...?? and no mouseover text. I too appreciate the effort even though it wouldn't work for me. []http://www.the-highway.com/Smileys/sad02.gif[/]<br /><br />Jeff
_________________________ Artificial Intelligence is no match for natural stupidity!
Registered: 08/08/00
Posts: 1802
Loc: North Carolina
Does the stock code I posted look the same as yours? I too have PetJoshs' spider code, but that's not an issue since the code of it is not involved here.
Pilgrim
Enthusiast
Registered: 06/17/00
Posts: 344
Loc: NH, USA
[]DLWebmaestro said:<br />Does the stock code I posted look the same as yours? I too have PetJoshs' spider code, but that's not an issue since the code of it is not involved here. [/]<br />[]http://www.the-highway.com/Smileys/yep.gif[/] Looks the same as what I have. And, I don't have the "spider code".
_________________________ Artificial Intelligence is no match for natural stupidity!
Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
DLW,<br /><br />Yes, stock code is the same... I thought maybe a [modified] dependent php module might depend on ubbthreads.php or something. In any case I do appreciate the effort.<br /><br />Jason <img src="http://www.ubbdev.com/forum/images/graemlins/wink.gif" alt="" />
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Change this line like this and it should work:<br /><br />href=\"{$config['phpurl']}/$linker.php/Cat/$Cat/Number/$lastnumber/Main/$lastmain/#Post$lastnumber\" title=\"$Subject_full\" alt=\"$Subject_full\"> $Subject</a>"; <br /><br /><img src="http://www.ubbdev.com/forum/images/graemlins/smile.gif" alt="" />
Registered: 12/07/03
Posts: 131
Loc: Brantford, ON Canada
Beauty... once and for all (w/vs. 6.4.2) I can say it works like a charm! Thanks guys. <br /> <br />J <img src="http://www.ubbdev.com/forum/images/graemlins/grin.gif" alt="" />
Pilgrim
Enthusiast
Registered: 06/17/00
Posts: 344
Loc: NH, USA
I just got a complaint that when you click on the linked subject in that "Last Post" column, after installing this hack.... (both JC's and Josh's tried) you get a 404 Error Page not Found (w/JC's version) and a Board error, Cannot find the file (w/Josh's version).<br /><br />I don't have the "spider mod" installed, so I'm not surprised that Josh's version didn't work, either in displaying the mouseover etc. But JC's version does fix the mouseover display as I reported earlier, but I never bothered to click on any of the links in that column myself []http://www.the-highway.com/Smileys/duh2.gif[/].<br /><br />So, I'm wondering if anyone else using 6.4.1 who has tried this fix has the same problem?<br /><br />Jeff
_________________________ Artificial Intelligence is no match for natural stupidity!
JoshPet
I type Like navaho
Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Copy the URL that it's trying to go to - make sure that's a valid link. Might be a typo or invalid tag. Looking at what link is producing the 404 error will give you a clue.