Customizing SMF > Modifications and Packages

Ignore Boards

<< < (2/25) > >>

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 &#39;
<tr>
<td>
<b>&#39;, $txt[&#39;ignoreBoards_allowIgnore&#39;], &#39;</b><br/>
&#39;, $txt[&#39;ignoreBoards_allowIgnore_desc&#39;], &#39;<br /><br />
</td>
<td valign="top" align="right">
<input type="checkbox" name="allowIgnore" &#39;, $context[&#39;board&#39;][&#39;allowIgnore&#39;] ? &#39;checked="checked"&#39; : &#39;&#39;, &#39;class="check" />
</td>
</tr>&#39;;

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