Playing around with blocks and such I found that it inludes a GMOTD block and a Realm Status block.. so I got the GMOTD working.. however:
- Code: Select all
global $db;
$result = $db->sql_query("SELECT guild_motd FROM cms_wowrosterdf_roster_guild");
while ($row = $db->sql_fetchrow($result)) {
$guildMOTD = $row['guild_motd'];
Where it says cms_wowrosterdf_roster_guild, should this be changed to a variable that draws from the configs prefix setup? I changed mine from CMS at install, and it caused me a moments grief.
Now my issue is with the realm status block. I plugging the block in, but it seems to function like a standard user block. I don't see the realm status at all. Just my user avatar, login, out.. etc.
Am I missing something or is this a known issue? (scanned throug the forums but haven't found anything yet)