Bugfixing and evaluation cycle started
| pieter |
|
|---|---|
|
1. I got problems in Forums:
http://broens.be/forums.php Can't click on Articles or the one I made myself. 2. Index No info on recent items. SOLVED: removed the if structure. So {plugin_latestpages} is giving to wrong output. <div class="clear block">
<h2 class="warning"><a href="plug.php?e=recentitems">{PHP.L.recentitems_title}</a></h2>
<!-- IF {PLUGIN_LATESTPAGES} -->
<h3>{PHP.L.recentitems_pages}</h3>
{RECENT_PAGES}
<!-- ELSE -->
<div class="warning">{PHP.L.recentitems_nonewpages}</div>
<!-- ENDIF -->
<!-- IF {PLUGIN_LATESTTOPICS} -->
<h3>{PHP.L.recentitems_forums}</h3>
{RECENT_FORUMS}
<!-- ELSE -->
<div class="warning">{PHP.L.recentitems_nonewposts}</div>
<!-- ENDIF -->
</div>
<div class="clear block">
<h2 class="warning"><a href="plug.php?e=recentitems">{PHP.L.recentitems_title}</a></h2>
<h3>{PHP.L.recentitems_pages}</h3>
{RECENT_PAGES}
<h3>{PHP.L.recentitems_forums}</h3>
{RECENT_FORUMS}
</div>
3. Polls I made one, but when I click on open, white screen: http://broens.be/polls.php?id=1 Also on index, it is not showing. 4. I can't change anything when I click edit on a user. error:Fatal error: Call to a member function assign() on a non-object in /home/XXXX/public_html/_subsites/broens/plugins/userimages/userimages.users.edit.tags.php on line 25 5. If I go to whoisonline. I can click on the IP-adress. But link is wrong. http://broens.be/admin.php?m=tools&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx But "tools" is gone, it should be "m=other": http://broens.be/admin.php?m=other&p=ipsearch&a=search&id=xxx.xxx.xxx.xxx&x=xxxxxxxxxxxxxxxxxxxx 6. on Index you get no access to admin panel. footer.tpl: line 29 <li><strong>Hello, {PHP.usr.name} <!-- IF {PHP.usr.isadmin} --> [ <a href="admin.php" class="lower">{PHP.L.Adminpanel}</a> ]<!-- ENDIF --></strong></li>
Obviously {PHP.usr.name} is not available in index. Correct??7. http://broens.be/pm.php error: Fatal error: Call to a member function fetch() on a non-object in /home/xxxxx/public_html/_subsites/broens/modules/pm/inc/pm.list.php on line 147 ... can we help you ...
Відредаговано: pieter (27.12.2010 17:05, 14 років тому) |