PDA

View Full Version : I want poll to show thread title instead the...


Zorobz
12-04-2004, 08:10 AM
Poll's messege.
coz sometime what happens is that the messege is "what do u think?" and the title has the question.. anyway can i inclue a preview of both?
thx.

-www.ex-zone.com

RsX
12-04-2004, 12:05 PM
yes. Is there a way to add the threads title in bold above where the polls question is? and when u hover the mouse over the threads title it gives you a preview of what the thread sais,

Our Sponsors
 

Brian
12-04-2004, 02:20 PM
If you look in your currentpoll.php file for this code:
thread.pollid,

And replace it with this:
thread.pollid, thread.title

Then add $pollinfo[title] in your 'adv_portal_poll' template where you would like the title to appear.

Zorobz
12-04-2004, 03:45 PM
thanks.
ill try it now.