Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 9
Seite [1]
Zoeff


Wannabe poster





Beiträge: 30
# Thema - 29.11.2007 um 22:58 Uhr
Sorry i keep asking in here

When you use this mod by D3RB, the nextmatch mod, it disappears after the match is played. Is there a way that it stays up there only clears the image of the team?

I mean when you have played the match now it leaves a open space on your site and that doesnt look really good so any ideas?

ohh annddd how do you change the team view like here:
http://www.spqr-multigaming.com/spqr/index.php?mod=members&action=teams

is there a code on the board somewhere?


------------------
Ich bin kein coder aber wann jemand fragen hat fur Photoshop.. bitte frag es!


Zuletzt editiert von Zoeff am 29.11.2007 um 23:09 Uhr (1x Editiert)
Inaktiv
Fredd<y


Poststar





Beiträge: 766
# Antwort: 1 - 29.11.2007 um 23:13 Uhr
ohh annddd how do you change the team view like here:
http://www.spqr-multigaming.com/spqr/index.php?mod=members&action=teams


is there a code on the board somewhere?
http://www.clansphere.de/index/board/thread/where/4931
Zoeff , ich glaub du kannst auch ein bisschen deutsch..., weil der thread is auf deutsch


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

KBs speichern, Produktion ausrechnen, Spioberichte speichern...
Machs dir einfach!

(System for Intelligence, Cooperation and Combat)


Inaktiv
|
D3RB-


Try to beat me





Beiträge: 168
# Antwort: 2 - 29.11.2007 um 23:28 Uhr
Yes it's empty @ after the match.

I have not enough time at last.


Au man mein Englisch ist auch nicht mehr das beste... ^^


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


Inaktiv
|
Zoeff
Thread-Ersteller


Wannabe poster





Beiträge: 30
# Antwort: 3 - 29.11.2007 um 23:39 Uhr
Ich kann schon ein bischen deutsch ist aber schwirich sachen zu zuchen auf deutsch weil mann andere word wortstellungen braucht. So VIELEN dank !!

Ok back to english, I'm also trying to get some action in the International area so that other international people can profit from my threads

@D3RB tnx for responding, to bad there is no way yet. Please keep me informed if you ever change it


------------------
Ich bin kein coder aber wann jemand fragen hat fur Photoshop.. bitte frag es!


Inaktiv
|
D3RB-


Try to beat me





Beiträge: 168
# Antwort: 4 - 30.11.2007 um 11:27 Uhr
ok np


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


Inaktiv
|
Zoeff
Thread-Ersteller


Wannabe poster





Beiträge: 30
# Antwort: 5 - 30.11.2007 um 14:54 Uhr
solved the issue by making the background of the table the same color as my background of the page. Then made a background for behind the table saying no upcoming matches. Not the best solution but it works


------------------
Ich bin kein coder aber wann jemand fragen hat fur Photoshop.. bitte frag es!


Inaktiv
|
donkeydick


Try to beat me





Beiträge: 161
# Antwort: 6 - 03.12.2007 um 00:54 Uhr
Zoeff, fella im not a professional in coding but you can do it like that:

mods/wars/nextmatch.php:
OLD CODE
 
1.
2.
3.
4.
5.
6.
7.
1. / 2. / ... 
<?php if(empty($data['wars'])) {
    echo 
cs_html_table(1);
    echo 
cs_html_roco(1,'nonewposts');
    echo 
cs_html_br(4);
    echo 
$cs_lang['noupcomingwar'];
    echo 
cs_html_roco(0);
    echo 
cs_html_table(0); ?>


Just overwrite Line 15 till 21 with the code listed below

NEW CODE
 
1.
2.
1. / 2. / ... 
<?php if(empty($data['wars'])) {
  echo 
cs_subtemplate(__FILE__,$data,'wars','nonextmatch'); ?>


Then duplicate your themes/YOURTHEME/wars/nextmatch.tpl and rename it into nonextmatch.tpl and change this theme file how u want to look like.

I tested it right now and it works fine for me without getting my Design broken

Hope i could help you

Greetz
donkeydick


Zuletzt editiert von donkeydick am 03.12.2007 um 08:13 Uhr (1x Editiert)
Inaktiv
|
D3RB-


Try to beat me





Beiträge: 168
# Antwort: 7 - 03.12.2007 um 00:58 Uhr
danke donkey das mir etwas arbeit abnimmst, imo hab ich soviel um die Ohren.


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


Inaktiv
|
donkeydick


Try to beat me





Beiträge: 161
# Antwort: 8 - 03.12.2007 um 08:15 Uhr
NP, gern geschehen ! Bin halt nicht wirklich gut in so sachen, aber learning by doing


Inaktiv
|
Zoeff
Thread-Ersteller


Wannabe poster





Beiträge: 30
# Antwort: 9 - 03.12.2007 um 17:38 Uhr
Tnx ill try it!


------------------
Ich bin kein coder aber wann jemand fragen hat fur Photoshop.. bitte frag es!


Inaktiv
|
Antworten: 9
Seite [1]


Sie müssen sich registrieren, um zu antworten.