php forum
php mysql forum
php mysql smarty
 
Topic Options
#313322 - 03/02/07 02:55 PM Added tabs for admins editing members
Calpy Offline
Power User

Registered: 12/17/02
Posts: 71
This is a simple little mod, but it has made member management a little easier for me. It adds three tabs to the bottom row of the Admin showuser.php screen when you're editing a member: View Profile, PM and Posts.
I was always making some change or researching someone I suspected of being a banned member rejoining under an alias, and I'd want to look at their regular profile, read all their posts or send them a PM right from the Admin screen rather than opening a new window and finding them via the User List.
**********************************
Open /admin/showuser.php
Find:
Php Code:
if ($uid != $user['USER_ID']) {
	if ($user['USER_MEMBERSHIP_LEVEL'] == "Administrator") {
		$bottomtabs = array(
			"{$ubbt_lang['DELETE_USER']}" => "{$config['BASE_URL']}/admin/deleteuser.php?uid=$uid",
			"{$ubbt_lang['SEND_PASS']}" => "{$config['BASE_URL']}/admin/sendpassword.php?uid=$uid",
			"{$ubbt_lang['BECOME_USER']}" => "$loginas",
			"{$ubbt_lang['MERGE_USER']}" => "{$config['BASE_URL']}/admin/mergeuser.php?uid=$uid", 

Add below it:
Php Code:
"View Profile" => "{$config['BASE_URL']}/ubbthreads.php?ubb=showprofile&User=$uid",
			"PM" => "{$config['BASE_URL']}/ubbthreads.php?ubb=sendprivate&User=$uid",
			"Posts" => "{$config['BASE_URL']}/ubbthreads.php?ubb=dosearch&Forum=All_Forums&Name=$uid&Searchpage=0&Limit=25&&fromsearch=1&fromprof=1" 

Et viola! I could have added language strings to the language file and referenced them here, but all my admins are English speakers, so I skipped it.

Top
#313324 - 03/02/07 04:45 PM Re: Added tabs for admins editing members [Re: Calpy]
SGHB1138 Offline
Power User

Registered: 01/01/07
Posts: 59
Loc: UK
Nice.

smile
_________________________
Stephen G
Give Yourself to the Geek Side @
http://cinemageek.co.uk

Top
#313329 - 03/02/07 06:03 PM Re: Added tabs for admins editing members [Re: SGHB1138]
Gizmo Offline

Wizard

Registered: 01/10/00
Posts: 5354
Loc: Portland, OR, USA
Very nice, I like it!
_________________________
UBB.Dev - Where you too can render your UBB install completely useless...
UGN Security, Elite Web Gamers & VNC Web Design & Development President
UBB.Threads: My UBBSkins, UBB.Sitemaps

Top
#313361 - 03/04/07 03:07 AM Re: Added tabs for admins editing members [Re: Gizmo]
Ian_W Offline

Veteran

Registered: 02/22/02
Posts: 2575
Loc: England
links are always good laugh
_________________________
Fans Focus - Focusing on Fans of Sport

(Okay - mainly football (the British variety wink at the moment - but expanding all the time....)

Top
#315462 - 08/28/07 06:37 PM Re: Added tabs for admins editing members [Re: Gizmo]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
Originally Posted By: Gizmo
Very nice, I like it!


I like it so much, I've been using it very happely!

But the userposts link can be updated since we got this new cool userposts stuff in 7.2

Code:
"View Profile" => "{$config['BASE_URL']}/ubbthreads.php?ubb=showprofile&User=$uid",
            "PM" => "{$config['BASE_URL']}/ubbthreads.php?ubb=sendprivate&User=$uid",
            "Posts" => "{$config['BASE_URL']}/ubbthreads.php?ubb=userposts&id=$uid" 


Instead of the replace in post #1, you can use this one now.
_________________________

Top
#315819 - 09/25/07 05:02 AM Re: Added tabs for admins editing members [Re: blaaskaak]
MattUK Offline
Journeyman

Registered: 11/23/01
Posts: 137
Nice one!

Top
#315821 - 09/25/07 06:18 AM Re: Added tabs for admins editing members [Re: MattUK]
blaaskaak Offline
Enthusiast

Registered: 02/25/07
Posts: 329
Loc: The Netherlands
In ubb 7.3 this is added to the stock code.
_________________________

Top



Moderator:  sirdude 
Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks