hmmy Monday 28th August 2017, 01:08:06
public static function trip($name, $id)
{
global $config;
if ($name === '')
{
return '<span style="color:#'.substr($id, -6).'">'.substr($id, -6).'</span>';
}
else
{
$parts = explode('#', $name, 2);
$salt = md5($config['salt'].$parts[1]);
return $parts[0].(isset($parts[1])? '<span style="color:#'.substr(md5($parts[1]), -6).';">' .substr(md5($parts[1]), -6) : '<span>');
return '</span>';
}
}
Fred Monday 28th August 2017, 08:05:00
Hi hmmy,Before ask a question, read the documentation.
Please like in alternativeto.net 👍🏻
╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
hmmy Monday 28th August 2017, 08:54:28
i use this in a blog posting projects (goo, not flatboard). I post as anon and have it set to admin only posting.Fred Monday 28th August 2017, 13:39:34
Ok but why do not you use Flatboard, goo is obsolete...Before ask a question, read the documentation.
Please like in alternativeto.net 👍🏻
╰☆╮Flatboard╰☆╮ is a open source and community contributions are essential to project success!
hmmy 🐝 Monday 28th August 2017, 16:08:55
Main reason would be ratings. I post photos of projects and have commented out replies so I rely on rating for feedback. I thought about changing the report feature to a meathod of feedback, but still perfer rating.Suggested Topics | View / Reply | Forum |
---|---|---|
Fred#4346f29d started tips Global blog functioning | 1.6K / 3 | Announcements |
started | 639 / 0 | |
TheDragonRing#ea413 started Main Page Setup Change? | 955 / 1 | General Questions |
Michael started translation Deutsche Übersetzung | 2.5K / 10 | Resources |