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 |
---|---|---|
Fan#17562 started solved King size messages | 1.1K / 2 | Feature Requests |
Alexander Liebrecht started Soon Subforums are possible | 1K / 2 | Feature Requests |
nounours started 🇫🇷 Mettre les deux éditeurs de texte dans ma langue | 1.3K / 2 | Bug reports |
Abdulhalim started Loading CSS in Localhost | 1.9K / 7 | General Questions |