Hi I was wondering if someone could help me with this issue, im sure its something simple Im missing.

Im working on editing the profile and at the minute I wanted to remove the user staus from being displayed "offline" online" as I have replaced the default online/offline image with one that already states the user is online /offline.

So I have edited advanced_profile_author-pane.tpl.php

print $online_icon;
print $online_status; <<<<< This is the code I wanted to comment out / remove

But any changes I make don't seem to make a difference? Am I editing the right file? Or is there some sort of cache I need to clear for changes to appear?

in case you want to add me on google chat or msn brendymullan at googlemail dot com

Thanks in advance

Comments

brendymullan’s picture

Oops the code did not print correctly, and I cant figure out how to edit my issue...

This is the code im editing

<div class="author-pane-line author-pane-online">
        <span class="author=pane-online-icon"><?php print $online_icon; ?></span>
        
		<span class="author=pane-online-status"><?php print $online_status; ?></span>      <<<<this line here
		
      </div>

Anything I change does not reflect on the profile page. Is it being cached?

michelle’s picture

See if this page helps any.

Michelle

michelle’s picture

Status: Active » Closed (fixed)

No further comment added.

Michelle