Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 68
Seite < 1 2 3 [4]
Jam2 ClanSphere Team


Highlander





Beiträge: 3291
# Antwort: 61 - 14.01.2014 um 22:32 Uhr
14.01.2014 um 22:26 Uhr - bpnza101:
Aaaand we're back online ! working 100%

Thanks for all the help guys. You may close this thread if you don't want to get any more grey hairs

Much <3
God bless


Pls check again if you used the latest edit of me. (otherwise you get in trouble again^^)



------------------
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
|
Mindcrime


Geekboy





Beiträge: 1155
# Antwort: 62 - 14.01.2014 um 22:36 Uhr
@hajo

Not entirely true, I'm still supporting it for one clan... I had some plans some time ago to implement round robin first rounds, but active development is currently on hold...


Inaktiv
|
bpnza101
Thread-Ersteller


Wannabe poster




Beiträge: 27
# Antwort: 63 - 14.01.2014 um 22:37 Uhr
2014-01-14 at 10:06 PM - Jam2:
hi,
quick fix

 
1.
1. / 2. / ... 
 $cups_id = isset($_GET['id']) ? (int) $_GET['id'] : (isset($_POST['id']) ? (int) $_POST['id'] : 0);


to
 
1.
1. / 2. / ... 
 $cups_id = !empty($_GET['id']) ? (int) $_GET['id'] : (!empty($_POST['id']) ? (int) $_POST['id'] : 0);



@mindcrime...
var_dump(isset($_GET['id'])) :
bool(true)
but the url is: http://localhost/csp_cup/index.php?mod=users&action=login
and var_dump($_GET['id']):
int(0)




I did this exactly, and it worked perfectly Thx mate <3


Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 64 - 14.01.2014 um 22:44 Uhr
offtopic:

@mindcrime: if you are interested in developing plugins for csphere anywhere in the future it might now be a good time to start that so that we can hear your voice and change problematic parts early. if there is interest you can contact me directly every time.

topic:

how should this go on for others, should we patch clansphere or can you change that in the cups module itself? second case might be better so that older clansphere versions can still use it without upgrading to a then new version


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
Mindcrime


Geekboy





Beiträge: 1155
# Antwort: 65 - 14.01.2014 um 23:27 Uhr
I'll patch my module to make it work for both...


Zuletzt editiert von Mindcrime am 14.01.2014 um 23:27 Uhr (1x Editiert)
Inaktiv
|
hajo ClanSphere Team


VIP - Poster




Herkunft: Barsbüttel
Beiträge: 9411
# Antwort: 66 - 14.01.2014 um 23:29 Uhr
thanks


------------------
ClanSphere - professional clan care starts here

Inaktiv
|
palle ClanSphere Team

Supporter
Supporter




Beiträge: 3073
# Antwort: 67 - 30.01.2014 um 21:19 Uhr
view.tpl
 
1.
2.
3.
4.
1. / 2. / ... 
 Errorsymbols/crystal_project/16/active.png -> cs_icon File not found
Error
symbols/crystal_project/16/inactive.png -> cs_icon File not found
Error
symbols/crystal_project/16/active.png -> cs_icon File not found
Error
symbols/crystal_project/16/inactive.png -> cs_icon File not found


Beim Modul sind keine Icons dabei.


------------------
I like the part where it says 'nyan'



Zuletzt editiert von palle ClanSphere Team am 30.01.2014 um 21:23 Uhr (1x Editiert)
Inaktiv
|
Mindcrime


Geekboy





Beiträge: 1155
# Antwort: 68 - 01.02.2014 um 23:36 Uhr
Ah ja, keine ahnung woher ich die schon wieder habe, aber zugefuegt...


Inaktiv
|
Antworten: 68
Seite < 1 2 3 [4]


Sie müssen sich registrieren, um zu antworten.