Recent Topics

1 Jun 23, 2009 17:38    

My b2evolution Version: 2.x

http://www.cassie-designs.com/onlineads/ghproblems.png

I am trying to remove 3 things from 1 of the admin pages, but can't find the files where these are located. Can somebody tell me where to find these.

2 Jun 23, 2009 17:51

Hi, I think you will be able to remove some of those items with user/group settings so it might be worth checking those first.

The rest of it is in:

/inc/dashboard/dashboard.ctrl.php

L

3 Jun 23, 2009 19:15

Or another likely destination /skins_adm/_adminUI_general.class.php ;)

Tad easier to point to files knowing what the "3 things" are, and what page they're on ;)

¥

4 Jun 23, 2009 20:00

This took care of everything but the Profile link at the top.

Because this site is for very old people the more links we remove the better off. I hate to have them accidentally link on something that will confuse them and then not know how to get back.

Cassie Designs

5 Jun 23, 2009 20:08

in the file I pointed to, approx 1586

		else
		{	// Only perm to view his own profile:
			$this->add_menu_entries( NULL, array(
						'users' => array(
						'text' => T_('My profile'),
						'title' => T_('User profile'),
						'href' => 'admin.php?ctrl=users',
					),
				) );
		}

¥


Form is loading...