Forum Replies Created

Viewing 15 replies - 1 through 15 (of 60 total)
  • Thread Starter Raradra

    (@raradra)

    Awesome!

    Thread Starter Raradra

    (@raradra)

    So this worked to allow our editors to edit users. They still can’t approve or edit comments though. They see that comments are awaiting moderation, but when they click on it all they see is their own comments.

    Thread Starter Raradra

    (@raradra)

    No, just 1 site with multiple editors.

    Thread Starter Raradra

    (@raradra)

    Awesome! I’ll definitely want it once that’s available ??

    Thread Starter Raradra

    (@raradra)

    So how can I revert to a previous version that doesn’t use this mysqli? I’m not seeing any previous files on the dev page.

    Thread Starter Raradra

    (@raradra)

    Site1
    mysql> SHOW INDEX FROM wp_comments;
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    | wp_comments | 0 | PRIMARY | 1 | comment_ID | A | 7418 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_post_ID | 1 | comment_post_ID | A | 2472 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_approved_date_gmt | 1 | comment_approved | A | 4 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_approved_date_gmt | 2 | comment_date_gmt | A | 7418 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_date_gmt | 1 | comment_date_gmt | A | 7418 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_parent | 1 | comment_parent | A | 1854 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | user_id | 1 | user_id | A | 353 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_author_email | 1 | comment_author_email | A | 741 | 10 | NULL | | BTREE | | |
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    8 rows in set (0.00 sec)

    Site2 –
    mysql> SHOW INDEX FROM wp_comments;
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    | Table | Non_unique | Key_name | Seq_in_index | Column_name | Collation | Cardinality | Sub_part | Packed | Null | Index_type | Comment | Index_comment |
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    | wp_comments | 0 | PRIMARY | 1 | comment_ID | A | 4737 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_post_ID | 1 | comment_post_ID | A | 1579 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_approved_date_gmt | 1 | comment_approved | A | 5 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_approved_date_gmt | 2 | comment_date_gmt | A | 4737 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_date_gmt | 1 | comment_date_gmt | A | 4737 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_parent | 1 | comment_parent | A | 1184 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | user_id | 1 | user_id | A | 169 | NULL | NULL | | BTREE | | |
    | wp_comments | 1 | comment_author_email | 1 | comment_author_email | A | 526 | 10 | NULL | | BTREE | | |
    +————-+————+—————————+————–+———————-+———–+————-+———-+——–+——+————+———+—————+
    8 rows in set (0.00 sec)

    # version numbers:

    mysqld Ver 5.5.35-0+wheezy1 for debian-linux-gnu on i686 ((Debian))

    PHP 5.4.32-1~dotdeb.1 (cli) (built: Aug 22 2014 17:09:53)

    Thread Starter Raradra

    (@raradra)

    It was working until I updated to the new version and I haven’t changed any permissions.

    Thread Starter Raradra

    (@raradra)

    I did not ??

    Thread Starter Raradra

    (@raradra)

    as I said they had been working fine and then just stopped. They stayed broken for a few weeks but work now.

    Thread Starter Raradra

    (@raradra)

    But I do want it to be the same URL. Since I intend to move the content to the subdomain, there wont be any duplicate content. Redirect as a last resort.

    Thread Starter Raradra

    (@raradra)

    what about per author?

    Thread Starter Raradra

    (@raradra)

    I have a multi-author site and I’d like to count unique views for each person or at least each post/page.

    Thread Starter Raradra

    (@raradra)

    figured it out myself. functions.php

    Thread Starter Raradra

    (@raradra)

    anyone?

    Thread Starter Raradra

    (@raradra)

    Yes I am using WSP (latest version) and yes it’s the default menu. I did today’s update and the problem was fixed on my test server but not my live server (both using same theme and same plugins) so am at a loss.

    Not a multisite. Not custom.

    I can see the links when I hover on my test server fruitdessertrecipes.com (where toolbar works fine) but no, on my live server, dailytwocents.com, hovering doesn’t show anything and if you click it goes to about:blank.

Viewing 15 replies - 1 through 15 (of 60 total)