Results 1 to 6 of 6

Thread: How can I set comments that newest comment is on always top

  1. #1
    Join Date
    Aug 2008
    Posts
    12

    Default How can I set comments that newest comment is on always top

    Hi atm my comments show that my newest comment is always on bottom, can I change that?

  2. #2
    Join Date
    Aug 2008
    Posts
    12

    Default Re: How can I set comments that newest comment is on always top

    Again I am amazed at the lack of customer support from the Developers, lazy is the word to use here.

  3. #3

    Default Re: How can I set comments that newest comment is on always top

    It does seem random of what topics get replies to.......I have had a couple questions answered promptly and very helpful....and if you look I am sure there are some things I posted (either in a new thread or a already established thread) that has still gone unanswered........
    I have been searching for another site that has support/tips/tricks/template mod info on it that is more reliable, but have not found any as of yet.

  4. #4
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: How can I set comments that newest comment is on always top

    Yeah, that's true. I'm not one of the support/developers, but I am going to check into this for you later on today. It may or may not be something that is possible. A lot of what happens in the program is closed (meaning that you cannot edit the files to modify its behavior). In some cases, it's a good thing (as it puts the responsibility of maintaining a program on the developers. In others, not so much (as being open source means that people can help you fix problems, can further modify and develope the code, etc). If it is something that can be changed, I'll post here what it is that you will need to do.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5

    Default Re: How can I set comments that newest comment is on always top

    Maybe if you try adding a SQL code in the TPL...

    If not 100percent at all... would be along the lines of..

    Code:
    SELECT * FROM comments ORDER BY COMID DESC
    Not 100 percent as its a tpl.. so not sure...

  6. #6
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: How can I set comments that newest comment is on always top

    That probably wouldn't work correctly (actually, it wouldn't work correctly). The code for the comments is executed before the template file is read. You would have to basically write your own comment display code for that to work.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

Similar Threads

  1. Comment Bug
    By soulhacker in forum Bug Reports
    Replies: 0
    Last Post: 01-26-2009, 10:14 AM
  2. Accent in comment
    By Okom3pom in forum Bug Reports
    Replies: 2
    Last Post: 03-02-2008, 09:52 AM
  3. Comment Section
    By apj5621 in forum Feature Requests
    Replies: 0
    Last Post: 02-19-2008, 05:07 PM
  4. Comment Replies
    By Maceman in forum Feature Requests
    Replies: 0
    Last Post: 02-17-2008, 05:18 AM

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
  •