4images Forum & Community

General / Allgemeines => Chit Chat => Topic started by: nccsoft on June 21, 2003, 07:17:12 AM

Title: view profile add search 4images
Post by: nccsoft on June 21, 2003, 07:17:12 AM
templates file profile_view_body.tpl

find
Code: [Select]
<a href="{U_SEARCH_USER}">{L_SEARCH_USER_POSTS}
</a><br />

after add
Code: [Select]
<a href="{U_SEARCH_USER_4IMAGES}">
{L_SEARCH_USER_4IMAGES}</a><br />


includes/usercp_viewprofile.php

find
Code: [Select]
'L_SEARCH_USER_POSTS' => sprintf($lang['Search_user_posts'], $profiledata['username']),
after add
Code: [Select]
'L_SEARCH_USER_4IMAGES' => sprintf($lang['Search_user_4images'], $profiledata['username']),
find
Code: [Select]
'U_SEARCH_USER' => append_sid("search.$phpEx?search_author=" . urlencode($profiledata['username'])),
after add
Code: [Select]
'U_SEARCH_USER_4IMAGES' => append_sid("/4images/search.$phpEx?search_user=" . urlencode($profiledata['username'])),
lang_main.php
find
Code: [Select]
$lang['Search_user_posts'] = 'Find all posts by %s'; // Find all posts by username
after add
Code: [Select]
$lang['Search_user_4images'] = 'Find all images by %s';
Title: view profile add search 4images
Post by: Chris on June 21, 2003, 04:30:48 PM
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?
Title: Re: view profile add search 4images
Post by: Stoleti on July 30, 2006, 10:22:37 PM
thats phpbb templates files ...
Title: Re: view profile add search 4images
Post by: V@no on July 30, 2006, 10:31:31 PM
oook....
I think its belong in chit-chat since its not about 4images modification or such.