Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 3
Seite [1]
Hell


Beginner




Beiträge: 7
# Thema - 04.02.2007 um 23:07 Uhr
how to turn off bord protected.. so a can post 2 time after each..

sry for my bad eng
Inaktiv
duRiel ClanSphere Team


Weltmeister




Herkunft: Cambridge
Beiträge: 7300
# Antwort: 1 - 04.02.2007 um 23:49 Uhr
hi!

tell us your clansphere / bxcp version next time please.

anyways, here the solution for the latest version:

file: /mods/board/thread.php
line: 599-606
 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
1. / 2. / ... 
<?php
elseif($account['users_id'] == $last_from['users_id'])
{
    echo 
cs_html_table(1,'forum',1);
    echo 
cs_html_roco(1,'centerb');
    echo 
$cs_lang['last_own'];
    echo 
cs_html_roco(0);
    echo 
cs_html_table(0);
}
?>
remove all this.
next:

file: /mods/board/com_create.php
line: 156-161
 
1.
2.
3.
4.
5.
6.
7.
8.
1. / 2. / ... 
<?php
$find 
"comments_mod = 'board' AND comments_fid = '" $fid "'";
    
$last_from cs_sql_select(__FILE__,'comments','users_id',$find,'comments_id DESC');
    if(
$account['users_id'] == $last_from['users_id']) {
    
$error++;
    
$errormsg .= $cs_lang['last_own'] . cs_html_br(1);
    }
?>
remove this too.

that's it!


Zuletzt editiert von duRiel ClanSphere Team am 04.02.2007 um 23:50 Uhr (2x Editiert)
Inaktiv
|
Hell
Thread-Ersteller


Beginner




Beiträge: 7
# Antwort: 2 - 06.02.2007 um 20:24 Uhr
sry tnx


Inaktiv
|
h4ze


Geekboy




Herkunft: Itzehoe
Beiträge: 1433
# Antwort: 3 - 06.02.2007 um 21:34 Uhr
no prob.

/close.


------------------
gembee.com - Upload your Life!
A Social Filesharing Network
"Wie YouTube, nur für alle Datei-Typen"


Inaktiv
|
Antworten: 3
Seite [1]


Sie müssen sich registrieren, um zu antworten.