SMF Support > SMF 1.1.x Support
edit member groups problem
Egg:
if you go try to add a new file name for a "star" on a post count based group, ( I used start.gif as thats what the others use) press save, it doesnt save it
*edit* in fact it wont work with any member group that I have tried, not just post count based
[Unknown]:
SHOW CREATE TABLE yourprefix_membergroups;
-[Unknown]
Egg:
SQL-query: SHOW CREATE TABLE yabbse_membergroups;
Table Create Table
yabbse_membergroups CREATE TABLE `yabbse_membergroups` (
`ID_GROUP` smallint(5) unsigned NOT NULL auto_increment,
`groupName` varchar(80) NOT NULL default '',
`onlineColor` varchar(20) NOT NULL default '',
`minPosts` mediumint(9) NOT NULL default '-1',
`maxMessages` smallint(5) unsigned NOT NULL default '0',
`stars` tinytext NOT NULL,
PRIMARY KEY (`ID_GROUP`),
KEY `minPosts` (`minPosts`)
) TYPE=MyISAM
[Unknown]:
It won't save if the number of stars is 0. But, I just put mine in so now I have awesome blue stars ;). (always liked them better than the admin ones :P.)
-[Unknown]
Chris Cromer:
Me too, I always did like the blue stars the best. Blue was my favorite color... although now I tend to like black and dark gray colors.
Navigation
[0] Message Index
[#] Next page
Go to full version