묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
로그인 위젯에 포인트를 표시하고 싶습니다.
2007.09.14 12:45
로그인 위젯에 간단하게 회원인포에서 포인트 점수와 현재레밸/최고레벨을 출력 하고 싶은데
포인트 모듈이랑 뒤저보니 너무 복잡하네요.
$code = sprintf('<%s title="%s:%s%s %s, %s:%s/%s" style="cursor:pointer;background:url(%s) no-repeat left;padding-left:%dpx; height:%dpx">%s</%s> ', $matches[6], Context::getLang('point'), $point, $this->config->point_name, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $matches[0], $matches[6]);
$this->member_code[$member_srl] = $code;
return $this->member_code[$member_srl];
위에 소스가 기존에 레벨아이콘에서 alt로 보여주는 소스인데 이부분을 어떠게 수정하면 될까요
아무리 해도 따로 만들어야 하는지 알수없네요.
도움 부탁드립니다.
포인트 모듈이랑 뒤저보니 너무 복잡하네요.
$code = sprintf('<%s title="%s:%s%s %s, %s:%s/%s" style="cursor:pointer;background:url(%s) no-repeat left;padding-left:%dpx; height:%dpx">%s</%s> ', $matches[6], Context::getLang('point'), $point, $this->config->point_name, $per?"(".$per."%)":"", Context::getLang('level'), $level, $this->config->max_level, Context::getRequestUri().$src, $this->icon_width+2, $this->icon_height, $matches[0], $matches[6]);
$this->member_code[$member_srl] = $code;
return $this->member_code[$member_srl];
위에 소스가 기존에 레벨아이콘에서 alt로 보여주는 소스인데 이부분을 어떠게 수정하면 될까요
아무리 해도 따로 만들어야 하는지 알수없네요.
도움 부탁드립니다.
저도 이거.. 빨리 하고 싶은데..
아무리 뒤져도 방법을 모르겠네요... 고수님들의 조언좀 부탁드려요 ㅜㅜ