#1 (permalink)  
Old 02.01.2006, 00:12
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
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
Reply With Quote
  #2 (permalink)  
Old 02.01.2006, 00:18
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
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.
Reply With Quote
  #3 (permalink)  
Old 02.01.2006, 08:39
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Please make first this:
http://www.vbdesigns.de/profile.php?...en_aktivierung
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #4 (permalink)  
Old 02.01.2006, 08:45
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
Have to insert The name and Surname of who have purchased the styles?
And his password as arrived via email for styles download?
Reply With Quote
  #5 (permalink)  
Old 02.01.2006, 09:16
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
Quote:
Originally Posted by Antonio31
Have to insert The name and Surname of who have purchased the styles?
And his password as arrived via email for styles download?

Hello, I have insert the right data but the module dont accept me, I have changed my email with his email and confirm validation too, please, any help
Reply With Quote
  #6 (permalink)  
Old 02.01.2006, 17:01
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
Quote:
Originally Posted by Antonio31
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

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>
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #7 (permalink)  
Old 02.01.2006, 19:42
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
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.
Reply With Quote
  #8 (permalink)  
Old 02.01.2006, 20:18
Christian's Avatar
Web Design
 
Join Date: 12.2003
Location: In Spocks Quartier
Age: 34
Posts: 16,870
Rep Power: 10
Christian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond reputeChristian has a reputation beyond repute
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>
__________________
Meine kleinen Engel ... Die Rabauken ...
Reply With Quote
  #9 (permalink)  
Old 02.01.2006, 20:24
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
Thank you very much
Reply With Quote
  #10 (permalink)  
Old 03.01.2006, 22:51
Neuer Benutzer
 
Join Date: 01.2006
Posts: 13
Rep Power: 7
Antonio31 is on a distinguished road
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
Reply With Quote
Reply

Lesezeichen

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

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.

BB-Code ist On.
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Link Liste zu den Foren Delazar Offtopic 10 11.12.2005 22:46
Where can I pay to get rid of the link in footer? css59 English customer support 2 05.12.2005 22:29
Link Bug APC Allg. vB Support 10 31.08.2005 08:36
Frage zum Link einfügen Wesker Allg. vB Support 3 20.06.2005 15:52
Bad link weeman Feedback 2 19.06.2004 09:20


Copyright © 2006, Reuter & Bloeß GbR.
| Datenschutz | Sitemap | Unsere Partner | Top |
Home Products Forum Über uns Support & FAQs
Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.0 ©2009, Crawlability, Inc.
Tipp: Fussball | Heilerde
Shopsystem, Shop System, CMS, Webkatalog mit vBCMS CMS