I got an email today from "markku" - but was unable to reply as his yahoo account apparently is disabled. So, just on the off chance that he returns to this site:
His email was:
| Quote: |
First off, I wish to say that I love your 5mind theme! I think it is one of the best out there.
With that said, I am having one small issue. When I browse to the forum main page and roll over the forum posts rows, as you know they have a hover effect of green when rolled over, however I can click anywhere in the empty space of the table row of the forum main page and it directs me to a root link of my site which is not good because my Dragonfly site is not hosted in the root directory..
I would like to know, what file and function controls the link direct in the forums main page? This happens when you roll over the blank spaces in the rows of the main forum index. I would like to know so that I can manually change it.
I hope this is not too much trouble for you! Many thanks in advance.
Kind Regards,
Markku |
and so the reply I tried to send was:
| Quote: |
ahh yeah, i see the problem. theres an extra / at the beginning of the link.
Go to the template file forums\viewforum_body.html and to line 27. You will see it setting the window location here.
Change: window.location.href='/{forumrow.U_VIEWFORUM}'
To: window.location.href='{forumrow.U_VIEWFORUM}' |
Tim, can you update the download when you get a chance.