I'm looking for the source code that determines the order of the Profile menus that appear beneath a users profile picture: Add friend, Report this, etc.
I want to place 'Remove Friend' at the very bottom of the Profile Menu links because members...
Oi! of course! a little tired when i was working on this...thanks Cash.
Just a side note for anyone interested in what i've been doing with this-I did a little change with what i'm mentioning above, I replaced $entity->getURL(), with...
I'm trying to set the links in generic comment email notifications to forward the recipient to their profile. In the actions/comments/add i'm seeing this:
// notify if poster wasn't ownerif ($entity->owner_guid != $user->guid)...
@ Jaxcatz-sorry, you're not invisible : )
I looked through the files of Custom_Index but the pageshell.php file is still adding the footer to every page. Whatchya think?
@Yakiv
No, this is no longer an issue, with the inclusion of Webgalli's latest addition to the code, removing the && ($guid)):
and I think a small change is there Dhrup,
if (((trim($password) != "")...
Alright, It's working well! Users get error message, redirected back to reg page and there's no new active users under the User Administration panel!! : )
1 issue still though: the username becomes unavailable after an error is made on the...
right.
where can i make these changes, inthe useradd.php file? do i just need to switch around the $guid = $guid = register_user($username, $password, $name, $email, TRUE); and the strcmp($password, $password2) == 0 lines ??
This is what i'm...