Activity Stream
48,167 MEMBERS
6772 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 8 of 10 FirstFirst ... 678910 LastLast
Results 71 to 80 of 92
  1.     
    #71
    Member
    Website's:
    warezworld.info
    please update the latests posts..i have error like bxflow..thank you!
    ALWAYS TRUST
    coldabhishek
    TRUSTED HOST
    http://servedome.com

  2.     
    #72
    Member
    Website's:
    Technsoft.Com iTBux.com DxWarez.com webxhost.net
    bxflow Yes bcoz your table prefix is vb_
    And crampz your also vb_

    If you want to solve this problem Use This Plugin Code

    PHP Code: 
    $siteposts $db->query_read("
    SELECT thread.lastposter, thread.lastpost, thread.views, thread.open, thread.forumid, thread.replycount, thread.threadid, thread.pollid, thread.title, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM " 
    TABLE_PREFIX "thread as thread
    LEFT JOIN " 
    TABLE_PREFIX "user AS user ON (user.username = thread.lastposter) WHERE forumid NOT IN (30, 3, 13, 15, 34, 16, 31, 81, 82, 17, 18, 19, 20, 22, 80, 79, 21, 69, 70, 71, 72, 73, 24, 25, 32, 85, 84, 86, 87) ORDER BY lastpost DESC LIMIT 0, 19");
    while(
    $latest $db->fetch_array($siteposts))
    {

    $latest['title'] = str_replace($hidechar" "$latest['title']);

    if (
    strlen($latest['title']) > 29)
    {
    $latest['title'] = substr($latest['title'], 029) . '...';
    }
    else
    {
    $latest['title'] = $latest['title'];
    }

    $latest['title'] = htmlspecialchars($latest['title']);
    $trans = array("&" => "&");
    $latest['title'] = strtr($latest['title'], $trans);
    $latest['replycount'] = number_format($latest['replycount']);
    $lastest[musername] = fetch_musername($latest);
    $lastest[musername] = $db->escape_string($lastest['musername']);
    $date date("g:i a",$latest['lastpost']);
    $div '<div style="border-bottom: 1px dotted #5080a6; padding: 2px;">';
    $enddiv '</div>';
    $ci '<img src="http://warezsfx.com/images/iwv2/comment.png"; alt="" class="inlineimg">';

    $latest_downloads .= "
    $div
    <div style='font-size: 11px;'><font color='#ce6262'>&bull;</font> <a href='showthread.php?t=
    $latest[threadid]' title='$latest[title]' style='font-size: 10px;'><b>$latest[title]</b></a></div>
    <div style='padding-top: 1px; padding-bottom: 1px;'><a href='member.php?u=
    $latest[userid]' style='font-size: 9px;'>Posted by $latest[musername]</a></div>
    <div style='padding-top: 1px; padding-bottom: 2px; font-size: 7pt;'>
    <span>
    $ci <font color='#8A478F'><b>$latest[replycount] Comments</b></font></span>
    $enddiv
    </div>"
    ;
    }
    $db->free_result($siteposts); 

  3.     
    #73
    Member
    Website's:
    warezworld.info
    Thank you LAST WORD..it works
    ALWAYS TRUST
    coldabhishek
    TRUSTED HOST
    http://servedome.com

  4.     
    #74
    Member
    Website's:
    Technsoft.Com iTBux.com DxWarez.com webxhost.net
    crampz You are welcome.....

  5.     
    #75
    OH GOD!!!!!
    Website's:
    HotNewHipHop.com
    ok, i got it but now shows blank


  6.     
    #76
    Member
    Website's:
    Technsoft.Com iTBux.com DxWarez.com webxhost.net
    Go to Admin CP > Plugins & Products > Download / Upload Plugins > Import Plugin Definitions XML File

    & Import This Plugin


    http://www.mediafire.com/file/ylw0d5...test-Posts.xml

  7.     
    #77
    OH GOD!!!!!
    Website's:
    HotNewHipHop.com
    Already did that but it shows a blank Latest post box

  8.   Sponsored Links

  9.     
    #78
    Member
    Did you turned on External JavaScript? It can be turned on in "External Data Provider" options.

  10.     
    #79
    OH GOD!!!!!
    Website's:
    HotNewHipHop.com
    Yes jason.

  11.     
    #80
    Member
    Website's:
    warezworld.info
    @bxflow just edit Forum id that u dont want to include(7, 22, 23, 8, 24, 9, 14, 15, 16, 17, 25)

    PHP Code: 
    $siteposts $db->query_read("
    SELECT thread.lastposter, thread.lastpost, thread.views, thread.open, thread.forumid, thread.replycount, thread.threadid, thread.pollid, thread.title, user.username, user.userid, user.usergroupid, IF(displaygroupid=0, user.usergroupid, displaygroupid) AS displaygroupid FROM " 
    TABLE_PREFIX "thread as thread
    LEFT JOIN " 
    TABLE_PREFIX "user AS user ON (user.username = thread.lastposter) WHERE forumid NOT IN (7, 22, 23, 8, 24, 9, 14, 15, 16, 17, 25) ORDER BY lastpost DESC LIMIT 0, 19");
    while(
    $latest $db->fetch_array($siteposts))
    {

    $latest['title'] = str_replace($hidechar" "$latest['title']);

    if (
    strlen($latest['title']) > 28)
    {
    $latest['title'] = substr($latest['title'], 028) . '...';
    }
    else
    {
    $latest['title'] = $latest['title'];
    }

    $latest['title'] = htmlspecialchars($latest['title']);
    $trans = array("&amp;" => "&");
    $latest['title'] = strtr($latest['title'], $trans);
    $latest['replycount'] = number_format($latest['replycount']);
    $lastest[musername] = fetch_musername($latest);
    $lastest[musername] = $db->escape_string($lastest['musername']);
    $date date("g:i a",$latest['lastpost']);

    $latest_posts .= "
    <div style='padding: 4px; border-bottom: 1px dashed blue;' >
    <div style='font-size: 14px;'>&bull; <a href='showthread.php?t=
    $latest[threadid]' title='$latest[title]' style='font-size: 14px;'><b>$latest[title]</b></a></div>
    <div style='padding-top: 1px; padding-bottom: 1px;'><a href='member.php?u=
    $latest[userid]' style='font-size: 12px;'>Posted by $latest[musername]</a></div>
    <div style='padding-top: 1px; padding-bottom: 2px; font-size: 7pt;'>
    <span style='float: right;'>at 
    $date</span>
    <span> <font color='#8A478F'><b>
    $latest[replycount] replies</b></font></span>
    </div>

    </div>"
    ;
    }
    $db->free_result($siteposts); 
    ALWAYS TRUST
    coldabhishek
    TRUSTED HOST
    http://servedome.com

Page 8 of 10 FirstFirst ... 678910 LastLast

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Latest Post not updating for me
    By Ifirst in forum Feedback and Suggestions
    Replies: 3
    Last Post: 27th Oct 2012, 09:41 PM
  2. Does the latest post mod really work?
    By Apathetic in forum Feedback and Suggestions
    Replies: 6
    Last Post: 10th Jun 2012, 02:15 PM
  3. Latest Post & vB
    By Rick in forum Technical Help Desk Support
    Replies: 0
    Last Post: 1st Oct 2011, 10:42 AM
  4. Latest Post like KWWH in This SB?
    By Hax0r in forum vBulletin
    Replies: 3
    Last Post: 17th Sep 2010, 08:51 AM
  5. Latest Post Next to Sbox
    By DLow in forum IP.Board
    Replies: 1
    Last Post: 22nd Apr 2010, 11:55 AM

Tags for this Thread

BE SOCIAL