Results 1 to 2 of 2

Thread: Empty Blog - Empty Screen

  1. #1
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default Empty Blog - Empty Screen

    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
    Attached Images Attached Images
    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.

  2. #2
    Administrator Smoge's Avatar
    Join Date
    Mar 2005
    Posts
    6,634
    Blog Entries
    5

    Default

    Here is a proposed fix... it has been added to v0.04

    Find in blog.php

    Code:
        $res = db_res("SELECT count(*) as quantity FROM `Blog` WHERE `owner` = '{$owner}'");
        $quantity = mysql_fetch_array($res);
    add this AFTER these lines:

    Code:
        if (!$quanity)
        {
        $ret .= _t("_NoBlog");
        }
    Add to your language file:

    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Actions block empty for one profile
    By sunnsky in forum Dolphin General Discussion v6.00 and above
    Replies: 1
    Last Post: 05-29-2008, 01:24 PM
  2. Empty poll table
    By zee in forum Dolphin General Discussion v6.00 and above
    Replies: 5
    Last Post: 02-06-2008, 01:16 PM
  3. When I activate member video is empty
    By axill in forum Dolphin General Discussion v5.3 to v5.6.5
    Replies: 0
    Last Post: 12-01-2007, 11:03 PM
  4. Media Gallery is Empty?
    By worshiploud in forum General Issues, Comments, Questions
    Replies: 5
    Last Post: 08-27-2007, 07:44 AM
  5. Put Text In Index Page Empty Box
    By Smoge in forum Free Mod Exchange
    Replies: 0
    Last Post: 11-13-2005, 11:53 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •