GithubHelp home page GithubHelp logo

jblog's Introduction

Hi there ๐Ÿ‘‹

  • always on the lookout to take part in a project _

  • my latest projects are named in korean *<:o)

  • ๐ŸŒฑ ๐Ÿ‡ฐ๐Ÿ‡ท ํ•œ๊ตญ์–ด ๋ฐฐ์šฐ๊ณ  ์žˆ์–ด์š”

Powered by Free software since '98

jblog's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

jblog's Issues

Extend jComments

  • Add functions "get All Comments" and "delete All Comments" in jArticles:admin
  • Active the cache support

jTags and 0em size

this

(dรฉ)Pot miel,

display nothing as the size is zero.

tested on Safari 3 / FF 3.5 / IE 8

to fix that ; in jtagcloud.tpl this should do the trick

{foreach $tags as $t}
{if $size[$t->tag_id] == 0 }
{assign $theSize = 0.5}
{else}
{assign $theSize = $size[$t->tag_id]}
{/if}
{$t->tag_name},
{/foreach}

jTags : management of records

Actually there is no checking to know if a tag is still present, or not.

So i make a little hack to be able to :

  • add a tag put on a post of my forum without deplicating it
  • update the list of tags use for one post
  • removing tag not used
  • decrement the nbuse of the tag

the patch concern 2 files :

  • the class tag
  • the dao tag

jLocale everywhere

  • Create a jLocale everywhere it's needed (label, text, right, โ€ฆ)
  • Delete every unused jLocale

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.