Jump to content
WebFlake
  • 0

user award error


down16

7 answers to this question

Recommended Posts

  • 0

CSS > skin_jawards > profile_awards_block

 

 

Change

 

<h2 class='maintitle'>{$this->lang->words['awards_profile_view_title']}</h3>
<div class="ipsBox">
  <div class="ipsBox_container">
    {$rows}
  </div>
</div>

 

To something like this

 

{$this->lang->words['awards_profile_view_title']}
<div class="ipsBox">
  <div class="ipsBox_container">
    {$rows}
  </div>
</div>

 

You can use css to change the size of your text like

<font size="6"></font>
Link to comment
Share on other sites

  • 0

Oops, wrong template. You can undo the stuff I told you, the correct template to edit is TopicPost_View

 

Instead of

 

  <h3><a href='{parse url="showuser={$member['member_id']}&amp;tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_title_post']}</a></h3>

 

Replace it by

 

  <a href='{parse url="showuser={$member['member_id']}&amp;tab=jawards" seotitle="{$member['members_seo_name']}" template="showuser" base="public"}'>{$this->lang->words['awards_title_post']}</a>
Link to comment
Share on other sites

×
×
  • Create New...