Not signed in (Sign In)

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorWillieWong
    • CommentTimeJan 27th 2011
     

    This is a (minor) feature request for Meta.MO.

    For open discussions, at the bottom of the page showing the thread there is a text box for adding new comments and two links: one to go "Back to Discussions" and one to go to the "Top of the Page".

    For closed discussions, obviously there shouldn't be a text box for adding new comments. But can we still have those two rather convenient links?

  1.  

    I'm happy to modify the meta software if someone provides the code and tells me where to copy and paste it!

    • CommentAuthorWillieWong
    • CommentTimeJan 27th 2011
     

    The code seems to be from http://vanillaforums.org/

    I get that link from clicking on the phrase "Vanilla 1.1.9" to the upper-left of this comment.

  2.  

    She picked out two somebodies
    Sally and me.

    The links are in the file VanillaRoot/themes/comments_foot.php which is included after the form. To get them to appear on every page you need to move them from that file to the file VanillaRoot/themes/foot.php.

    Actually, what you really ought to do is make a directory under the directory themes where you can keep your changes to the theme. Any file in the themes directory that you wish to change, you first copy to the new directory and change them there. In particular, this means that you have the original still at your disposal and if you update the software and that file gets rewritten, your changes don't get clobbered.

    If you do that, you also have to make sure that the forum is using your new theme. It's somewhere obvious in the settings but I don't remember where right now.

  3.  

    Okay! Thanks Andrew for the pointers, I've implemented this and everyone should see it live. Can someone confirm?

  4.  

    Confirmed.

    • CommentAuthorWillieWong
    • CommentTimeJan 28th 2011
     

    @Scott and Andrew:

    Confirmed. Much appreciated.