Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter dragolcho

    (@dragolcho)

    I am sorry for the stupid title of the post.

    I was trying to better explain my intention and I was divided between:
    – “How to make menus work together” – thinking about using the locations as a menu (A and B) and making the main nav-menu sensitive to the locations menu
    – AND “Can I make a menu context sensitive” – thinking about saving the location as a parameter (or even a custom field) and changing the nav-menu to be case sensitive.

    Finally, I wrote something totally incoherent as the page title.

    Thread Starter dragolcho

    (@dragolcho)

    Hi Jason,

    Works like a charm! Thanks!

    Thread Starter dragolcho

    (@dragolcho)

    Hi @coolmann,

    Thank you for your reply!

    I will appreciate if you keep me updated on the issue. If you do not wish to fix it at the moment, I will try it myself. 🙂

    BR,
    Valentin

    PS: My positive review was well deserved!

    Thread Starter dragolcho

    (@dragolcho)

    The sorting turned out to be OK (the topics are sorted by ‘last_post’. The problem was that last_post was not updated correctly when a new post in a topic is done.

    The error is in file wpf-insert.php, line 78.
    BEFORE:
    $wpdb->query(“UPDATE $vasthtml->t_threads SET last_post = ‘$date’ WHERE id = “.(int)$thread);
    AFTER
    $wpdb->query(“UPDATE $vasthtml->t_threads SET last_post = NOW() WHERE id = “.(int)$thread);
    Somehow there was not $date value. I have not dug deeper into the problem.

    I am using version 1.8.2 of WP Forum Server.

Viewing 4 replies - 1 through 4 (of 4 total)