The Arcive of vBulletin Modifications Site. |
|
|
#1
|
||||
|
||||
|
I have set up a profile field where members can choose different cursors on the site.It is working but i think its playing havoc with my css, as google yahoo etc arent showing my forum images in their cache only the text.
I have this code in my headinclude: Code:
<if condition="is_member_of($bbuserinfo, 1,3,8,29)">
<style>
<!--
BODY{
CURSOR: url(http://www.toonsunited.com/yellow.cur);
}
-->
</style>
</if>
<if condition="is_member_of($bbuserinfo, 2,5,6,7,25,30,56,22)">
<style>
<!--
BODY{
CURSOR: url(http://www.toonsunited.com/$bbuserinfo[field43].cur);
}
-->
</style>
</if>
Is this the correct place to have this code or is there a better way. |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|