Author Topic: view profile add search 4images  (Read 9683 times)

0 Members and 1 Guest are viewing this topic.

Offline nccsoft

  • Pre-Newbie
  • Posts: 5
    • View Profile
view profile add search 4images
« 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';
--
Digital man & womam http://phpbb.mychat.to

Offline Chris

  • 4images Moderator
  • 4images Guru
  • *****
  • Posts: 4.487
  • Did u ever stop to think and then forget to start?
    • View Profile
view profile add search 4images
« Reply #1 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?

Offline Stoleti

  • Hero Member
  • *****
  • Posts: 574
    • View Profile
Re: view profile add search 4images
« Reply #2 on: July 30, 2006, 10:22:37 PM »
thats phpbb templates files ...

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
Re: view profile add search 4images
« Reply #3 on: July 30, 2006, 10:31:31 PM »
oook....
I think its belong in chit-chat since its not about 4images modification or such.
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)