![]() |
I am trying to get this to work. I dont know exactly what went wrong, but when you click on the thread[replycount] link it pops up a box with template info. Its not parsing it.
Trying to figure it out..any ideas? Here is a link: http://www.mysticwicks.com/whoposted.php?threadid=2937 |
On yours how did you get it to change cell color for each post. Or, I should say using 2 colors that alternate. The script as written only uses 1 color for both cells.
Thanks |
It requires some mild hacking. Find the while() loop used to display the threads in forumdisplay.php, and add this before it:
$alt_num = 1; Then, right inside the loop, add something like this: Code:
$alt_color = ($alt_num % 2 == 0) ? "#FFFFFF" : "#E9E9E9"; |
easy install, awesome feature.
5-star. thanks kier. |
Quote:
|
If you do a view source on this page, these are the warning messages you find embedded near the top:
<b>Warning</b>: Cannot add header information - headers already sent by (output started at /home/version2/public_html/whoposted.php:4) in <b>/home/version2/public_html/admin/functions.php</b> on line <b>1187</b><br> <br> <b>Warning</b>: Cannot add header information - headers already sent by (output started at /home/version2/public_html/whoposted.php:4) in <b>/home/version2/public_html/admin/functions.php</b> on line <b>1187</b><br> |
This is a great hack. Is there a way to add this to a forum on the total post column?
Joey |
kier.... u da man!
great hack! Very useful. 5 - *****'s |
I installed this but had to remove it as whoposted.php, when opened from the thread list, showed nothing but the source code - and I am sure I've followed every step of the installation correctly. Does anyone have any ideas? :(
|
Quote:
|
All times are GMT. The time now is 07:09 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:
|