Pagina 1 van 1

{catrow.forumrow.LAST_POST} waar gedefinieerd

Geplaatst: 02 nov 2004, 21:25
door ries
waar kan ik de context van bijvoorbeeld {catrow.forumrow.LAST_POST} veranderen....
dus de opbouw... nu is dat bijvoorbeeld:
02 Nov 2004 09:05 pm
Ries

Geplaatst: 02 nov 2004, 21:44
door DaMnNaTiOn
index.php

Geplaatst: 02 nov 2004, 22:03
door Luuk
om precies te zijn:

Code: Selecteer alles

							if ( $forum_data[$j]['forum_last_post_id'] )
							{
								$last_post_time = create_date($board_config['default_dateformat'], $forum_data[$j]['post_time'], $board_config['board_timezone']);

								$last_post = $last_post_time . '<br />';

								$last_post .= ( $forum_data[$j]['user_id'] == ANONYMOUS ) ? ( ($forum_data[$j]['post_username'] != '' ) ? $forum_data[$j]['post_username'] . ' ' : $lang['Guest'] . ' ' ) : '<a href="' . append_sid("profile.$phpEx?mode=viewprofile&" . POST_USERS_URL . '='  . $forum_data[$j]['user_id']) . '">' . $forum_data[$j]['username'] . '</a> ';
								
								$last_post .= '<a href="' . append_sid("viewtopic.$phpEx?"  . POST_POST_URL . '=' . $forum_data[$j]['forum_last_post_id']) . '#' . $forum_data[$j]['forum_last_post_id'] . '"><img src="' . $images['icon_latest_reply'] . '" border="0" alt="' . $lang['View_latest_post'] . '" title="' . $lang['View_latest_post'] . '" /></a>';
							}
							else
							{
								$last_post = $lang['No_Posts'];
							}
in index.php

Geplaatst: 02 nov 2004, 22:55
door ries
thnx :) die heb ik gevonden

nu nog maar even de rest aanpassen :)

Geplaatst: 02 nov 2004, 23:17
door ries
waar kan ik
{admin_link} vinden?

Geplaatst: 02 nov 2004, 23:22
door LazyTiger
includes/page_tail.php