Forum Support

Shape 5
March 29, 2024, 03:09:42 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Shape 5 Forum
 
   Home   Help Search Login Register  
Pages: [1] 2
  Print  
Author Topic: Messaging and User info problems  (Read 461 times)
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« on: 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.)




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




Logged
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #1 on: 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:
Code:
// 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:
Code:
// 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), ));
« Last Edit: February 16, 2011, 02:04:28 PM by bluestone » Logged

nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #2 on: February 16, 2011, 08:57:25 AM »

Thanks but which file is this?
Logged
bluestone
Jr. Member
**
Offline Offline

Posts: 48



WWW
« Reply #3 on: February 16, 2011, 02:04:50 PM »

Oops sorry, OPEN: .../vertex/vertex_blocks/vertex_blocks.php
Logged

nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #4 on: 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
« Last Edit: February 17, 2011, 04:02:20 AM by nerdz » Logged
Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #5 on: 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
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #6 on: February 22, 2011, 08:04:02 AM »

Can I please get an update on this

Thanks
Logged
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #7 on: 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
Logged
Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #8 on: 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
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #9 on: February 25, 2011, 04:02:31 AM »

Thanks for the update
Logged
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #10 on: March 09, 2011, 04:30:21 PM »

Any news ?
Logged
Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #11 on: 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
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #12 on: 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
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
nerdz
Jr. Member
**
Offline Offline

Posts: 78



« Reply #13 on: March 15, 2011, 04:28:28 AM »

I think thats all Ive seen so far  Wink
Logged
Dave M
Jr. Member
**
Offline Offline

Posts: 296



WWW
« Reply #14 on: March 15, 2011, 09:43:53 AM »

I think thats all Ive seen so far  Wink

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
Logged

Dave M (Drupal Club Developer)

Microsoft says to imagine a world without walls. I say without walls, who needs Windows!
------------
Shape 5 Team

Need some custom coding done on your site? Use our Shape 5 Hire a Coder program for free.  http://www.shape5.com/hire_a_coder/listauctions
Pages: [1] 2
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF | SMF © 2013, Simple Machines
Joomla Bridge by JoomlaHacks.com
Valid XHTML 1.0! Valid CSS!
Looking for the largest variety in template designs? Look no more. Never buy 1 theme again. Signups start at just $89 for access to all of our themes.
Send Us An Email
Please send us your questions and we will email you back as soon as we can. Product support questions should be posted in our support forums under the Help menu. Our staff will assist you from there.