Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. colornote
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    colornote

    @colornote

    2
    Reputation
    15
    Posts
    638
    Profile views
    1
    Followers
    0
    Following
    Joined Last Online
    Website www.diggtop.com Location shenzhen, China

    colornote Follow

    Best posts made by colornote

    • RE: lost admin password

      @julian Thank you!
      I use another way which you offer, and reset the admin's password successfully.

      To reset the password even if no email is installed:

      1. Go to /reset and key in your email. It won't send out the password reset email, but a key will be generated. This key expires after 2 hours.
      2. redis-cli to enter the redis console. If redis is installed on a different port, host, or socket, use -p, -h, and -s respectively
      3. hgetall reset:uid, and locate the reset id corresponding to your uid
      4. Go to /reset/{reset-uid}
      posted in General Discussion
      C
      colornote

    Latest posts made by colornote

    • RE: template parse error ,some tags not work

      I try templates.js@0.0.10, it work,error not happen, thank you

      posted in Bug Reports
      C
      colornote
    • RE: template parse error ,some tags not work

      Thanks, I should ask for help earlier.

      posted in Bug Reports
      C
      colornote
    • template parse error ,some tags not work

      I don't hnow what I did,my website's login page and topic page some template var parse not right,in login page,the allowRegistration:

      				</div>
      				</div>
      				<input type="hidden" name="_csrf" value="iE27lmx8-xIoxZCe-Fij7Gq_nWPMeSerkRTo" id="csrf-token" />
      				 allowRegistration -->
      						<span>没有帐号? <a href="/register">注册</a></span>
      						<!-- 
      			</form>
      

      topic page ,tags.length:

      <div class="topic-main-buttons pull-right inline-block">
      	<div class="loading-indicator" done="0" style="display:none;">
      		<span class="hidden-xs-inline">正在加载更多帖子</span> <i class="fa fa-refresh fa-spin"></i>
      	</div>
      	 tags.length -->
      	<span>|</span>
      	<!--posts.display_move_tools -->
      										<button class="btn btn-sm btn-default move" type="button" title="移动"><i class="fa fa-arrows"></i></button>
      										<!-- 
      
      				<a href="/login?next=topic/27/昨晚梦见玩玩网游" class="btn btn-primary">回复</a>
      
      		 !loggedIn -->
      		<a href="/login?next=topic/27/昨晚梦见玩玩网游" class="btn btn-primary">回复</a>
      		<!-- 
      	</ul>
      </div></div>
      <div style="clear:both;"></div>
      
      posted in Bug Reports
      C
      colornote
    • RE: [fixed] My "new topic" button doesn't load the composer on first load

      nice work,good idea

      posted in Bug Reports
      C
      colornote
    • RE: Can all the topic lists have a "New Topic" button?

      good idea,I need this feature too.

      posted in Feature Requests
      C
      colornote
    • RE: How can I display 3 columns in the lavender homepage ?

      @esiao it works,Thank you very much!

      posted in NodeBB Development
      C
      colornote
    • How can I display 3 columns in the lavender homepage ?

      the Nodebb.org is using which theme ? how can i display 3 columns category in every sigle line ?

      posted in NodeBB Development
      C
      colornote
    • RE: [solved] Can we display 5 columns in the lavender homepage?

      @Giorgio-Chiodi can you tell me where to define column size ? I want to it displays 3 columns every line.thank you.

      posted in Bug Reports
      C
      colornote
    • RE: Who is using NodeBB?

      My site, the first node BB in China

      www.diggtop.com

      posted in General Discussion
      C
      colornote
    • RE: lost admin password

      @julian Thank you!
      I use another way which you offer, and reset the admin's password successfully.

      To reset the password even if no email is installed:

      1. Go to /reset and key in your email. It won't send out the password reset email, but a key will be generated. This key expires after 2 hours.
      2. redis-cli to enter the redis console. If redis is installed on a different port, host, or socket, use -p, -h, and -s respectively
      3. hgetall reset:uid, and locate the reset id corresponding to your uid
      4. Go to /reset/{reset-uid}
      posted in General Discussion
      C
      colornote