4images Forum & Community
General / Allgemeines => Chit Chat => Topic started by: nccsoft on June 21, 2003, 07:17:12 AM
-
templates file profile_view_body.tpl
find
<a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}
</a><br />
after add
<a href="{U_SEARCH_USER_4IMAGES}">
{L_SEARCH_USER_4IMAGES}</a><br />
includes/usercp_viewprofile.php
find
'L_SEARCH_USER_POSTS' => sprintf($lang['Search_user_posts'], $profiledata['username']),
after add
'L_SEARCH_USER_4IMAGES' => sprintf($lang['Search_user_4images'], $profiledata['username']),
find
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])),
after add
'U_SEARCH_USER_4IMAGES' => append_sid("/4images/search.$phpEx?search_user=" . urlencode($profiledata['username'])),
lang_main.php
find
$lang['Search_user_posts'] = 'Find all posts by %s'; // Find all posts by username
after add
$lang['Search_user_4images'] = 'Find all images by %s';
-
Okay, I'm very confused. :? What is this mod supposed to do?
I've never seen these files: profile_view_body.tpl, includes/usercp_viewprofile.php, lang_main.php
What are they? Where do they come from?
-
thats phpbb templates files ...
-
oook....
I think its belong in chit-chat since its not about 4images modification or such.