Sorry
Welke versie ezPortal
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

hmm,als je em veranderd in admin panel,komt het dan ook weer zo te staan zoals je het veranderd hebt wanneer je het weer edit,of zoals op de site staat??
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
Op de site veranderd niks, in het admin panel blijft de tekst staan zoals ik m heb ingevuld.. alleen met extra <b><b> ... en wanneer ik op OK druk zegt ie dat de gegevens succesvol zijn veranderd.Mickroz schreef:hmm,als je em veranderd in admin panel,komt het dan ook weer zo te staan zoals je het veranderd hebt wanneer je het weer edit,of zoals op de site staat??
ok,dan staat is er in portal.php iets niet goed,loop de install nog eens door van ezportal admin die voor portal.php toepassing hebben
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
//
// Set configuration for ezPortal
//
// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
// $CFG['welcome_text'] = 'Welkom op Bi-Meiden.com!!';
// Number of news on portal
// $CFG['number_of_news'] = '5';
// Length of news
// $CFG['news_length'] = '200';
// News Forum ID: separate by comma for multi-forums, eg. '1,2,5'
// $CFG['news_forum'] = '1';
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
// $CFG['poll_forum'] = '1';
//
// END configuration
// --------------------------------------------------------
if( $total_posts == 0 )
{
$l_total_post_s = $lang['Posted_articles_zero_total'];
}
else if( $total_posts == 1 )
{
$l_total_post_s = $lang['Posted_article_total'];
}
else
{
$l_total_post_s = $lang['Posted_articles_total'];
}
if( $total_users == 0 )
{
$l_total_user_s = $lang['Registered_users_zero_total'];
}
else if( $total_users == 1 )
{
$l_total_user_s = $lang['Registered_user_total'];
}
else
{
$l_total_user_s = $lang['Registered_users_total'];
}
// Read Portal Configuration from DB
define('PORTAL_TABLE', $table_prefix.'portal');
$CFG = array();
$sql = "SELECT * FROM " . PORTAL_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
$CFG[$row['portal_name']] = $row['portal_value'];
}
Dat was alles in portal.php ...
Welcome to My Community
Thanks for using ezPortal,
Have a good time! ^_^
??
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
die zou je niet nodig hebben,dat klopt
maar iets is er niet goed want hij blijft de oude welkomstekst uitlezen.
of uit de database,of uit portal.php
maar iets is er niet goed want hij blijft de oude welkomstekst uitlezen.
of uit de database,of uit portal.php
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
ok heb em geinstalleerd zonder errors en kan welkom tekst aanpassen.
eerst voor je <br><br> fix
ik denk dat ie nog steeds de code uit forum/portal.php pakt.
kijk die nog eens voor de zekerheid na of die goed is aangepast.
dus niet die uit forum/admin/mods.
eerst voor je <br><br> fix
Code: Selecteer alles
#
#-----[ OPEN ]----------------------------------------
#
templates/subRed/admin/portal_config_body.tpl
#
#-----[ FIND ]----------------------------------------
#
<td class="row2" width="62%"><textarea
<input type="text" maxlength="9999" size="40" name="welcome_text" value=" name="board_msg" rows="10" cols="45">{WELCOME_TEXT}<br><br></textarea>
#
#-----[ REPLACE WITH ]----------------------------------
#
<td class="row2" width="62%"><textarea name="welcome_text" rows="10" cols="45">{WELCOME_TEXT}</textarea>
kijk die nog eens voor de zekerheid na of die goed is aangepast.
dus niet die uit forum/admin/mods.
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
Hey tnx! Die fix werkt perfect!
:thumb:
In de forum/portal.php staat inderdaad dit nog:
Moet ik dat dan voortaan daarin aanpassen of moet er nog iets veranderd waardoor het gewoon in het admin panel aangepast kan worden?[/quote]
In de forum/portal.php staat inderdaad dit nog:
// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
$CFG['welcome_text'] = 'Welcome to <b>My Community</b><br /><br />Thanks for using ezPortal,<br /><br />Have a good time! ^_^';
Moet ik dat dan voortaan daarin aanpassen of moet er nog iets veranderd waardoor het gewoon in het admin panel aangepast kan worden?[/quote]
je moet nog ff die aanpassen
//
// Set configuration for ezPortal
//
// Welcome Text: note that we are in PHP file, so use \' instead of ' and use \\ instead of \ (HTML enabled)
// $CFG['welcome_text'] = 'Welkom op Bi-Meiden.com!!';
// Number of news on portal
// $CFG['number_of_news'] = '5';
// Length of news
// $CFG['news_length'] = '200';
// News Forum ID: separate by comma for multi-forums, eg. '1,2,5'
// $CFG['news_forum'] = '1';
// Poll Forum ID: separate by comma for multi-forums, eg. '3,8,14'
// $CFG['poll_forum'] = '1';
//
// END configuration
// --------------------------------------------------------
if( $total_posts == 0 )
{
$l_total_post_s = $lang['Posted_articles_zero_total'];
}
else if( $total_posts == 1 )
{
$l_total_post_s = $lang['Posted_article_total'];
}
else
{
$l_total_post_s = $lang['Posted_articles_total'];
}
if( $total_users == 0 )
{
$l_total_user_s = $lang['Registered_users_zero_total'];
}
else if( $total_users == 1 )
{
$l_total_user_s = $lang['Registered_user_total'];
}
else
{
$l_total_user_s = $lang['Registered_users_total'];
}
// Read Portal Configuration from DB
define('PORTAL_TABLE', $table_prefix.'portal');
$CFG = array();
$sql = "SELECT * FROM " . PORTAL_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
$CFG[$row['portal_name']] = $row['portal_value'];
}
Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
Ok, ik pas forum/portal.php dus aan zoals ik bij die eerste heb gedaan? (werkt!!)
Geen mogelijkheid dus omdat via het panel te doen voortaan?
En moet ik met die 2e nog iets doen? die komt niet uit forum/portal.php...
Begrijp ook meteen het advies om handmatig in te voeren.. weet je tenminste waar en wat en hoe
Maar goed, leer er weer een hoop van..
Geen mogelijkheid dus omdat via het panel te doen voortaan?
En moet ik met die 2e nog iets doen? die komt niet uit forum/portal.php...
Begrijp ook meteen het advies om handmatig in te voeren.. weet je tenminste waar en wat en hoe
je moet ff die portal.php aanpassen zoals er staat in de admin mod text
dan werkt het via admin panel
dan werkt het via admin panel
Code: Selecteer alles
#
#-----[ OPEN ]------------------------------------------
#
forum/portal.php
#
#-----[ FIND ]------------------------------------------
#
$CFG['welcome_text'] =
#
#-----[ REPLACE, WITH ]------------------------------------------
#
// $CFG['welcome_text'] =
#
#-----[ FIND ]------------------------------------------
#
$CFG['number_of_news'] =
#
#-----[ REPLACE, WITH ]------------------------------------------
#
// $CFG['number_of_news'] =
#
#-----[ FIND ]------------------------------------------
#
$CFG['news_length'] =
#
#-----[ REPLACE, WITH ]------------------------------------------
#
// $CFG['news_length'] =
#
#-----[ FIND ]------------------------------------------
#
$CFG['news_forum'] =
#
#-----[ REPLACE, WITH ]------------------------------------------
#
// $CFG['news_forum'] =
#
#-----[ FIND ]------------------------------------------
#
$CFG['poll_forum'] =
#
#-----[ REPLACE, WITH ]------------------------------------------
#
// $CFG['poll_forum'] =
#
#-----[ FIND ]------------------------------------------
#
if( $total_users == 0 )
{
$l_total_user_s = $lang['Registered_users_zero_total'];
}
else if( $total_users == 1 )
{
$l_total_user_s = $lang['Registered_user_total'];
}
else
{
$l_total_user_s = $lang['Registered_users_total'];
}
#
#-----[ AFTER, ADD ]------------------------------------------
#
// Read Portal Configuration from DB
define('PORTAL_TABLE', $table_prefix.'portal');
$CFG = array();
$sql = "SELECT * FROM " . PORTAL_TABLE;
if( !($result = $db->sql_query($sql)) )
{
message_die(CRITICAL_ERROR, "Could not query config information", "", __LINE__, __FILE__, $sql);
}
while ( $row = $db->sql_fetchrow($result) )
{
$CFG[$row['portal_name']] = $row['portal_value'];
}Als het niet gaat zoals het moet, dan moet het zoals het gaat!
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.
I don't need to "get a life." I'm a Gamer, I have lots of lives!
Forumer (n). 1) One who runs a forum or is an active member of one or more web forums.