Quote:
Originally Posted by zippokid
Any way to modify this for tabbed browsing?
if i hold control down in this theme and try to open a thread in a tab, it opens that thread in a new tab, but also loads the thread in my current tab. gets a bit bothersome. any thoughts?
|
That happens because I have CSS set up to use the entire table cell as a clickable area (mainly for iPhone and mobile users)
If you want to remove that option I "think" this should work...
Open up the
forumhome_forumbit_level1_post and
forumhome_forumbit_level2_post templates.
Find this piece of code and remove it from the first <td cell
Code:
style="cursor:default;" onmouseover="this.className='alt2Active';" onmouseout="this.className='alt1Active';" onclick="window.location.href='forumdisplay.php?$session[sessionurl]f=$forum[forumid]';"
That "should" do it.