If a user has no blog entries - and you click on their blog link - it shows a blank page with no information at all.
Smoge
If a user has no blog entries - and you click on their blog link - it shows a blank page with no information at all.
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Here is a proposed fix... it has been added to v0.04
Find in blog.php
add this AFTER these lines:Code:$res = db_res("SELECT count(*) as quantity FROM `Blog` WHERE `owner` = '{$owner}'"); $quantity = mysql_fetch_array($res);
Add to your language file:Code:if (!$quanity) { $ret .= _t("_NoBlog"); }
Code:case "_NoBlog": return "No blogs available for this user.";
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks