|
|

02.01.2006, 00:12
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
Link istance
Hello, I using a Blue Circle style, what one of mine friend have purchased from here from some days (His name is Roberto Borelli) and given me.
Well I have that problem, I have creating my own button for flash chat, but i need to work how Default style, the button has to showing only for registered user and not for guest, what i do?
I'm using That code in header but it works for all users
HTML Code:
<div class="f1"><a href="chat/flashchat.php?$session[sessionurl]" onmouseover="turnOn('chat');" onmouseout="turnOff('chat');"><img name="chat" class="imgTrans" src="/designs/bc/chat.gif" alt="$vbphrase[chat]" /></a></div>
any help is very apprecciate, Thanks in advance and Happy new Year 2006
|

02.01.2006, 00:18
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
Ah, I have creating too all button in Italian Language and source code too, if interest you I give for no money back  no problem.. for Italian ppl.
|

02.01.2006, 08:39
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
|
|

02.01.2006, 08:45
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
|
Have to insert The name and Surname of who have purchased the styles?
And his password as arrived via email for styles download?
|

02.01.2006, 09:16
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
|
|

02.01.2006, 17:01
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Make it so:
Code:
<if condition="$show['member']">
<div class="f1"><a href="chat/flashchat.php?$session[sessionurl]" onmouseover="turnOn('chat');" onmouseout="turnOff('chat');"><img name="chat" class="imgTrans" src="/designs/bc/chat.gif" alt="$vbphrase[chat]" /></a></div>
<else />
?
</if>
|

02.01.2006, 19:42
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
|
Thanks very much it works great, but have to leave the "?" final otherwise the unregistered user show it on header bar as <?>, I have a final question, it is possible to open the flashchat.php in a popup mode in that script?
Thanks in advance for any help.
|

02.01.2006, 20:18
 |
Web Design
|
|
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
|
|
Headinclude Template:
Code:
<script type="text/javascript">
<!--
function popup(theURL,winName,features){ //v2.0
windowstart=window.open(theURL,winName,features);
windowstart.focus();
}
-->
</script>
And Button:
HTML Code:
<div class="f1"><a href="javascript:popup('chat/flashchat.php?$session[sessionurl]','','width=500,height=650,left=100,top=100,scrollbars=yes,resizable=yes');"onmouseover="turnOn('chat');" onmouseout="turnOff('chat');"><img name="chat" class="imgTrans" src="/designs/bc/chat.gif" alt="$vbphrase[chat]" /></a></div>
|

02.01.2006, 20:24
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
|
Thank you very much
|

03.01.2006, 22:51
|
Neuer Benutzer
|
|
Join Date: 01.2006
Posts: 13
Rep Power: 7
|
|
|
Hello, when I have installed this style I'm forgetting to ask too why all signatures are unshowing only for the forum posts, but are visible in a user profile, How I fix that?
The settings are the same of before I installed Blue Circle style.
Thanks for any help
|
| Thread Tools |
|
|
| Display Modes |
Rate This Thread |
Linear Mode
|
|
Posting Rules
|
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.
HTML code is Off
|
|
|
|