Hello, I have a hibbocms edit with change motto on site.
I made it by myself with help from the login thing.
I'm going to give you codes
1. Put this onto your .php file in motto section:
2. Put this in your <?php and ?> section:PHP Code:<form method="post" action="">
<input class="motto" id="motto" type="text" name="motto" value="%motto%"/>
<input type="submit" id="login-submit-button" class="submit" value="Update je motto"/></form>
Works, you only have to reload.PHP Code:if (isset($_POST['motto']))
{
$motto = filter($_POST['motto']);
$query = mysql_query("UPDATE users SET motto = '".$_POST['motto']."' WHERE id = '".USER_ID."'");
}
I don't care: hate it or love it, but don't flame. It take 20 minutes of my live to code it and make it work.


![Motto changing site [EACH CMS]](http://ragezone.com/hyper728.png)



