Forum Replies Created

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

    (@cpein1)

    Any idea why I would be getting code like this showing up on the front end of the boards?

    WordPress database error: [Table 'learningcafe.wp_wpbb_topics_unread' doesn't exist]
    SELECT <code>read</code> FROM wp_wpbb_topics_unread WHERE <code>author</code> = 1 AND <code>id</code> = 19;
    
    WordPress database error: [Table 'learningcafe.wp_wpbb_topics_unread' doesn't exist]
    INSERT INTO <code>wp_wpbb_topics_unread</code> (<code>id</code>,<code>author</code>,<code>read</code>) VALUES ('19','1','1')
    Thread Starter cpein1

    (@cpein1)

    You know, what I think might be most appropriate to add to the BB is the same feature this WP support forum has, the option to “Notify me of follow-up posts via email”. Does this feature already exist and maybe I’m overlooking it? The RSS ‘thing’ all-together is actually a bit more than users would fully appreciate, and a lot of RSS plugins are conflicting with my User Roles/Permissions plugins.
    What would you recommend I do to add the “Notify me of follow-up posts via email” option?
    Many thanks!

    Thread Starter cpein1

    (@cpein1)

    In general, yes, I’d like for users to have the option of receiving very simple ‘notifications’ (or at least a ‘feed’) of just new activity within the forums themselves, as opposed to the entire site activity (posts & pages, etc.).

    I’ll try the rsspect service first and see how that might work! Thanks so much for your response!

    Thread Starter cpein1

    (@cpein1)

    No solution found yet for only being able to add the Widget one time to one sidebar instead of multiple sidebars. I did figure out how to add a text link within the widget, at the end of the favorites list, to go to the full favorites list.

    In the plugin’s files, to the file wpfp-your-favs-widget.php, I added an extra echo right after line 17 (but before line 18)

    echo '<a class= "wpfp-url" href="http://www.YOUR_URL/favorites/"> View & Manage Your Favorites</a>';

    Also, right after line 18 which contains echo "</ul>";

    I added a new line with this:
    echo "<br><br>";

    to force some space after that link in the bottom of the widget. Best I could come up with on my own.

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