Jump to content

yarrak

Newbie
  • Posts

    4
  • Joined

  • Last visited

yarrak's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter Rare
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. you are a lifesaver i love you.im gonna try thank you so much
  2. i want to add for example +1000 thanks to spesific users and 1 question how can i recount all the thanks ?
  3. question is clear.i want to change the thanked count in profile. /* -- ajaxThankedCountProfile --*/function ajaxThankedCountProfile($member) {$IPBHTML = "";$IPBHTML .= "<li><span class='row_title'>{$this->lang->words['en30_thanked']}</span><span class='row_data'>{$member['thanked']} {$this->lang->words['en30_times']}</span></li>";return $IPBHTML;} /* -- ajaxThankerLink --*/function ajaxThankerLink($mid, $name, $seoName) {$IPBHTML = ""; $member = array( 'member_id' => $mid, 'members_display_name' => $name, 'members_seo_name' => $seoName );$IPBHTML .= "<span class="author vcard">" . ( method_exists( $this->registry->getClass('output')->getTemplate('global'), 'userHoverCard' ) ? $this->registry->getClass('output')->getTemplate('global')->userHoverCard($member) : '' ) . "</span>";return $IPBHTML;} i couldt find the query ?
×
×
  • Create New...