14
Quote:
easyb9 wrote: Any tutorial how to implement this for articles?
Before a creation of tutorials for xoops, we need to decide whether to build a php code that does this work or a smarty plugin type:
le="color: #000000"><?php smarty_compiler_xoRating($argStr, &$compiler) { // code here }
or
le="color: #000000"><?php smarty_function_rating($params, &$smarty) { // code here }
be invoked directly on template modules to this way:
le="color: #000000"><?php <{$xoRating}>
or
le="color: #000000"><?php <{$rating mid="$id" type="display|action" options="left|right|star.gif"}>