Customizing SMF > Modifications and Packages
Ignore Boards
mennou:
i am not using the same profile.. my profile is different then the smf.. still not working
http://www.simplemachines.org/community/index.php?topic=31715.0 i am using this advance profile.....
dtm.exe:
--- Quote from: MikeMill on June 03, 2005, 05:04:23 PM ---Dan does your theme have it's own Profile.template.php? If so copy and paste this to the bottom of the file:
--- End quote ---
Thanks for that.
* OIDanTheManIO edits Profile.template.php.
-Dan The Man
Thantos:
Version 1.1:
-Added in the ability for the admin to specify that a board isn't ignorable. By default a board is ignorable.
-Changed the install.xml for SMF 1.0.3 so that it should uninstall properly
It occured to me after I posted this mod that the admins might not want certain boards ignorable (like annoucment or rules).
For those of you using themes that have their own ManageBoards.template.php
Find:
// Finish off the table.
Add Before:
echo '
<tr>
<td>
<b>', $txt['ignoreBoards_allowIgnore'], '</b><br/>
', $txt['ignoreBoards_allowIgnore_desc'], '<br /><br />
</td>
<td valign="top" align="right">
<input type="checkbox" name="allowIgnore" ', $context['board']['allowIgnore'] ? 'checked="checked"' : '', 'class="check" />
</td>
</tr>';
dtm.exe:
Wow, that was a pretty fast update.
-Dan The Man
codenaught:
Thanks for the mod. I like it a lot.
Even admins can ignore boards which is cool. :P
Also it is already available for SMF 1.1, so when that becomes public no wait for the mod to be updated. :)
Thanks again for the mod.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version