Shape 5

phpBB Club Styles (backup) => Game Crusade - Club => : nerdz February 15, 2011, 06:45:32 PM



: Messaging and User info problems
: nerdz February 15, 2011, 06:45:32 PM
I went back working on this project again and observed some serious function problem with viewing profile of a user or even attempting to send a PM message to a user. Profile of subject user displays my profile and I can not send messages to user because it sends it to me. This exist all over the site when you try to view anyone's profile, you will get your own profile. (i.e. Birthdays, user online, etc.)

(http://rebel-gaming.org/images/User-1.jpg)


This is a formatting problem wherein Groups box is too small and the recipient box are offset/overlapping.


(http://rebel-gaming.org/images/User-2.jpg)



: Re: Messaging and User info problems
: bluestone February 15, 2011, 07:38:03 PM
I had the profile view problem too.

The S5 userblock conflicts with the profile pages because both use the variable {USERNAME} in different ways.

I used the below to fix it BUT I don't use the S5 userblock so I don't know if it stops it from working.

OPEN: .../vertex/vertex_blocks/vertex_blocks.php

FIND:
:
// Assign specific vars
$template->assign_vars(array('USERNAME_FULL' => get_username_string('full', $user_id,
    $username), 'USERNAME' => get_username_string('username', $user_id, $username), ));

REPLACE WITH:
:
// Assign specific vars
$template->assign_vars(array('S5_USERNAME_FULL' => get_username_string('full', $user_id,
    $username), 'S5_USERNAME' => get_username_string('username', $user_id, $username), ));


: Re: Messaging and User info problems
: nerdz February 16, 2011, 08:57:25 AM
Thanks but which file is this?


: Re: Messaging and User info problems
: bluestone February 16, 2011, 02:04:50 PM
Oops sorry, OPEN: .../vertex/vertex_blocks/vertex_blocks.php


: Re: Messaging and User info problems
: nerdz February 17, 2011, 03:45:00 AM
Oops sorry, OPEN: .../vertex/vertex_blocks/vertex_blocks.php

Thanks again for the help Bluestone.It works but I would really appreciate if the S5 Staff would address these problems on its Vertex release version for a more permanent solution, or at least an acknowledge the problem. I just want to make sure this does not create any other problems if this is done.

Cheers


: Re: Messaging and User info problems
: Dave M February 17, 2011, 09:17:52 AM
I was keeping an eye on this thread and the changes are being applied later this week

But thanks for both your support on these issues

Thanks
Dave


: Re: Messaging and User info problems
: nerdz February 22, 2011, 08:04:02 AM
Can I please get an update on this

Thanks


: Re: Messaging and User info problems
: nerdz February 24, 2011, 02:30:58 PM
Pretty please ?

I was keeping an eye on this thread and the changes are being applied later this week

But thanks for both your support on these issues

Thanks
Dave


: Re: Messaging and User info problems
: Dave M February 24, 2011, 02:59:16 PM
Pretty please ?

I was keeping an eye on this thread and the changes are being applied later this week

But thanks for both your support on these issues

Thanks
Dave

I will be working on this just after next style realese witch is in less than a week


: Re: Messaging and User info problems
: nerdz February 25, 2011, 04:02:31 AM
Thanks for the update


: Re: Messaging and User info problems
: nerdz March 09, 2011, 04:30:21 PM
Any news ?


: Re: Messaging and User info problems
: Dave M March 09, 2011, 08:46:47 PM
Not yet i should be starting this style friday and have it finished for monday fingers crossed.

Thanks
Dave


: Re: Messaging and User info problems
: Dave M March 14, 2011, 09:55:17 AM
Are there any other issues that you have found im about to repackage with all fixes

Thanks
Dave


: Re: Messaging and User info problems
: nerdz March 15, 2011, 04:28:28 AM
I think thats all Ive seen so far  ;)


: Re: Messaging and User info problems
: Dave M March 15, 2011, 09:43:53 AM
I think thats all Ive seen so far  ;)

Win i package it up tonight for you and if you want to ill apply all the changes for you all i need is constants.php and fuctions.php but is easy to do it your self also.

Thanks
Dave


: Re: Messaging and User info problems
: nerdz March 18, 2011, 07:21:50 AM
Cool thanks. Can I just extract the new package and get those 2 files and over write the ones I have?


: Re: Messaging and User info problems
: Dave M March 18, 2011, 08:41:02 AM
Yes i presume so :)

To start attach to this post you

constants.php
and
functions.php i will make changes and send you one zip and also what files/folders to remove

Thanks
Dave