![]() |
there is a way to implement that feature *without* hacking the files (/me looks at zachery :) ):
- add a new user profile field: Single-Selection Radio Buttons - title: "Open attachment in new window?" - in options put "yes" and "no" - after creating the field, remember the field number (e.g. 25) - look into the "postbit_attachment*" templates and put into the href-tag (just before the closing ">" the following condition: Code:
<if condition="($bbuserinfo[field25]=="yes")"> target="_blank"</if> Code:
<if condition="(($bbuserinfo[field25]=="yes") OR ("$bbuserinfo[field25]==""))"> target="_blank"</if> |
Was just gonna post that Scotty. :)
|
Quote:
Quote:
And thanks to both |
If you still wanted xhtml compliance regardless of what the user has selected, why not use onclick="if(window.open(this.href)) return false" as the statement in the conditional?
EDIT:// Code:
<if condition="$bbuserinfo[fieldxx]=='Yes'||$bbuserinfo[fieldxx]==''"> onclick="window.open(this.href);return false;"</if> |
nothing is working
|
Quote:
|
You're hack does not work for me.
|
All times are GMT. The time now is 02:55 AM. |
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:
|