Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 6
Seite [1]
Kyuubi


Beginner




Beiträge: 11
# Thema - 14.05.2009 um 21:29 Uhr
Hi

I've installed your cms and it works.
I've installed this templates for clansphere: Here!

Now how i insert the shoutbox in my home page? (there are the files of shoutbox on ftp server)
What file must i modify?

(sry for my english and for me in phpcode xD)

http://iresports.beedoo.org/index.php

thanks

p.s: the shoutbox will have the same site skin?


Zuletzt editiert von Kyuubi am 14.05.2009 um 21:30 Uhr (1x Editiert)
Inaktiv
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 1 - 14.05.2009 um 21:41 Uhr
/templates/w4umarine/index.htm
open with editor
search
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td class="menu2_title">Statistiche</td></tr>
<tr><td class="m2td"><li class="menu2_link"><span style="float: right;">{count:navone}</span><a href="index.php?mod=count&amp;action=online">Online</a></li></td>< /tr>
<tr><td class="m2td"><li class="menu2_link"><span style="float: right;">{count:navday}</span>Oggi</li></td>< /tr>
<tr><td class="m2td"><li class="menu2_link"><span style="float: right;">{count:navmon}</span>Mese</li></td>< /tr>

<tr><td class="m2td"><li class="menu2_link"><span style="float: right;">{count:navall}</span><a href="index.php?mod=count&amp;action=stats">Totale</a></li></td>< /tr>
<tr><td class="menu2_bottom">&nbsp;</td></tr>
</tbody></table>


paste below
{shoutbox:navlist}
<table width="100%" cellpadding="0" cellspacing="0">
<tbody><tr>
<td class="menu2_title">Shoutbox</td></tr>
<tr><td class="menu2_bottom">&nbsp;</td></tr>
</tbody></table>



------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
Kyuubi
Thread-Ersteller


Beginner




Beiträge: 11
# Antwort: 2 - 14.05.2009 um 22:12 Uhr
thanks...i have another question, where can i download the ultimate version of shoutbox? (my files are old)

Also the skin of shoutbox is different from the site skin...how do i insert same skin?

thanks again


Zuletzt editiert von Kyuubi am 14.05.2009 um 22:14 Uhr (2x Editiert)
Inaktiv
|
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 3 - 14.05.2009 um 23:22 Uhr
Which ultimate version?
Skin:
You can ask web4u support(at)web-4u.eu . He made this Template.


------------------
Gruß/ Best regards
Jam2

Nützliche Forumbeiträge/Codepastes: (Useful comments in our board / codepastes)
Template Switch for index.php
Board Navlist last posts

Edi: könnte man denn auch hier eine erweiterung einfügen?
Jam2: das web ist wie toyota.....
Edi: hö ?
Jam2: nichts ist unmöglich!


Inaktiv
|
mAnu


Try to beat me





Beiträge: 120
# Antwort: 4 - 14.05.2009 um 23:38 Uhr
hey,

i'm very sorry about the missing shoutbox-navlist. but it's still a free-template an so: less is more... ;-)

Nethertheless... If you want the shoutbox-navlist.. you should use the following code:

for the index.htm

 
1.
2.
3.
4.
5.
1. / 2. / ... 
 <table width="100%" cellspacing="0" cellpadding="0">
<
tr><td class="menu2_title">votes</td></tr>
{
votes:navlist}
<
tr><td class="menu2_bottom"> </td></tr>
</
table>



for themes/base/shoutbox/navlist.tpl

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
1. / 2. / ... 
   {loop:shoutbox}
<
tr><td class="m2td"><li class="menu2_link">{shoutbox:shoutbox_name}: {shoutbox:shoutbox_text}</li></td></tr>
  {
stop:shoutbox}

<
tr><td class="m2td"><li class="menu2_link">
<
form method="post" name="shout_navlist" action="{form:url}">
<
input type="text" name="sh_nick" value="{form:nick}" onfocus="if(this.value=='Nick') this.value=''" onblur="if(this.value=='')this.value='Nick'" maxlength="40" size="15"  /><br />
<
textarea name="sh_text" cols="15" rows="2" ></textarea><br />
{
form:captcha}<br />
<
input type="submit" name="submit" value="Speichern"  />
<
input type="hidden" name="uri" value="{form:uri}" />
</
form>
<
br /><br />
<
a href="{url:archieve}">{lang:archieve}</a>
</
li></td></tr>



I couldn't test it.... so you have to do this, but it will work. ;-)

Have fun.

Manu.


------------------


Inaktiv
|
Kyuubi
Thread-Ersteller


Beginner




Beiträge: 11
# Antwort: 5 - 15.05.2009 um 15:50 Uhr
With your code (manu) not work shoutbox, there isn't.

With the code of Jam work but I want shoutbox wiht smiles, CAPTCHA etc...


Inaktiv
|
Dafoxx


King for a day





Beiträge: 244
# Antwort: 6 - 18.05.2009 um 17:15 Uhr
The Captcha is only needed for unregistered users - check it when logged out.
if u want capcha even for logged in users try system -> options -> modules -> schoutbox access -> set acces for user and member to visitor. migth help...


Inaktiv
|
Antworten: 6
Seite [1]


Sie müssen sich registrieren, um zu antworten.