Page Title and Status Message

I'm using a custom template, and it's missing a few things. They removed the part below the navigation bar that shows the page title and other things. For example, when you view a profile, you'll see things such as: (Avatar) Username > Status Message > Join Now | Login (buttons)

It appears that this code that was removed also shows information of the page you are on. For example, when you're on the Store it say Store. When you're in the Forums, it says Forums. Basically, the heading/title of each page.

My concern is the mainly the Status Message. Since that code was removed from the template, it doesn't show anything for the user status.

Can anyone direct me to the correct file to look into, so I can add this code back into the template? Thanks.

Quote · 15 Apr 2012

Does anyone know what code displays the status message on the profile page?

Quote · 20 Apr 2012

The easiest way is if you remotely access your site VIA ssh  you can use the grep command to look for the code in the default template, find the file and then add it to the file you need it in.

another words, if you are in /home/yoursite/public_htm

yourname@yoursite:/home/yoursite/public_html# grep -r 'function getLoggedId' *
inc/profiles.inc.php:function getLoggedId() {   

yourname@yoursite:/home/yoursite/public_html#

Blue is the bash prompt. 

Green is your command.

Yellow is the response

This displays the function located in that particular file

You'd load that file and search for that string in your editor


Good luck!

http://www.mytikibar.com
Quote · 20 Apr 2012

Thanks for the reply Steve! I'll see if I can find it that way. Although, I think I'm a little confused. Are you saying that this is the function that displays the status message? I don't even know if I have the default template...is it in the /base directory? Thanks again.

 

function getLoggedId

Quote · 22 Apr 2012

No, I just used that as an example.  You can use that search for language keys, internal CSS coding, etc..  I use it a LOT!

 

Check out this article, it may help you out.

 

http://www.boonex.com/forums/topic/Relocate-Status-Message-Updater.htm

 

http://www.mytikibar.com
Quote · 22 Apr 2012

Thanks for the help on this Steve. I read that post...but not sure if it helps. I think I'll need to look at the original dolphin template and compare the two.

In the meantime, if anyone knows what code displays the Status Message and in what file I can find it in, that would be appreciated. It looks like it might be in the header file, but can't be certain what code to look for.

Quote · 25 Apr 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.