MyBB Community Forums

Full Version: Banned list?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How do I make a .php file that shows all banned members; reason, banner, banned and unban date? I got page manager plugin so I can add a page but how do I make all bans actually go there?

This is how code should look like:

<table border="0" cellspacing="0" cellpadding="7" class="tborder">
<tr>
<td class="thead"><span class="smalltext"><strong>Banned Member List</strong></span></td>
</tr>
<tr>
<td class="trow1"><table border="0" cellspacing="1" cellpadding="4" class="tborder"><tr>
<td class="tcat"><span class="smalltext"><strong>Username</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>Reason</strong></span></td>
<td class="tcat" align="center"><span class="smalltext"><strong>Banned By</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>Ban Date</strong></span></td>
<td class="tcat"><span class="smalltext"><strong>Unban Date</strong></span></td>
</tr><tr>
(2012-11-13, 08:01 AM)Yaldaram Wrote: [ -> ]Try this: http://yaldaram.com/thread-617.html

I get this error:

Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/a6975922/public_html/inc/plugins/pagemanager.php(794) : eval()'d code on line 18

http://data-forums.webege.com/misc.php?page=banned


Nvm, fixed.



New problem;

[Image: POIJx.png]

How do I add "ban list" there?
Thanks Guys