MyBB Community Forums

Full Version: Removing old installation
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I uninstalled a installation because I'd screwed it up basically, and know where I went wrong. I just wondered how I can re-grant my self permission to delete the files after setting their CHMOD to 777?
Thanks!
I'm confused as to what the actual problem is. What sort of permission problem are you having...??
Hi,
I uploaded the file to the server but I messed it up after installation. However now when I try and delete the forum files it says Permission denied (my guess is something to do with changing CHMOD).
Thanks!

PS: Can you remove the "Time spent online" time thing?
If it's saying that, and not letting you delete anything, you'll have to ask your host about it.

And yeah, just remove the code for it from the member_profile template:

<tr>
<td class="trow2"><strong>{$lang->timeonline}</strong></td>
<td class="trow2">{$timeonline}</td>
</tr>
(2009-01-23, 10:36 PM)MattR Wrote: [ -> ]And yeah, just remove the code for it from the member_profile template:
I can't find that. Angel
ACP > Templates > Modify / Delete > **choose template set** > Expand > Member Templates > member_profile