Group Mods

  • Avatar Image
  • Avatar Image
  • Avatar Image

Support: Third Party Components & Plugins (Support Group)

Post your add-ons here.

Seo for Buddypress 1.0 beta (41 posts)

Started 4 months, 3 weeks ago by: Svenl77

← Group Forum   Support Forums
  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    This is the first beta of the 1.0 version.
    This version is a complete rewrite of the old plugin.
    It has a new logic, and much more functionality.

    http://downloads.wordpress.org/plugin/seo-for-buddypress.1.0beta.zip

    If you update from an old version, please go to the settings page and click on “Update Database”.

    bug report and feature requests go in here please.

    I’m thinking about to add the following features into the next versions:
    - Nofollow control
    - Image-title and alt-tag management
    - Letter and word counter for the meta edit pages
    - Add meta description in the post edit screen

    If you have any suggestions, please contact me.

  • Avatar Image Jeff Sayre said 4 months, 3 weeks ago:

    I deleted your other thread. I’ve accidentally submitted duplicate threads before. :)

  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    Thanks ;)

  • Avatar Image Andy Peatling said 4 months, 3 weeks ago:

    Nice – could you update it so it uses bp_init please? Thanks, all explained at the top of the first post:

    http://buddypress.org/forums/topic/plugin-hall-of-shame-plugin-devs-please-read/

  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    sorry, done

  • Avatar Image Bpisimone said 4 months, 3 weeks ago:

    Good to see someone do stuff in the SEO direction, thanks Sven! One thing, after activating this

    label {
    font:bold 12px Verdana;
    }

    messes with my dashboard making all labels bold in the backend. I don’t know wether I’m doing something wrong or the label should be targeted differently?

  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    @ Bpisimone, Thank you, I have removed the label tag.

  • Avatar Image Bpisimone said 4 months, 3 weeks ago:

    Nice. Btw. there are already a crazy amount of options…

  • Avatar Image josemv said 4 months, 3 weeks ago:

    Ausgezeichnete plugin, Herr Sven !

  • Avatar Image Anton said 4 months, 3 weeks ago:

    Installed the update 1.0.2 but it still bolds the dashboard labels.

  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    Hi Anton, I found the bug. Version 1.0.3 beta should fix it.
    I missed to close a </strong> tag in the navigation.

    Thanks for reporting :)

  • Avatar Image Anton said 4 months, 3 weeks ago:

    Fixed :)

  • Avatar Image Anton said 4 months, 3 weeks ago:

    If you use %%componentname%% as the title for a forum topic, it doesn’t use “Replaced with component name(title of the entry)”

    It uses the name of the Group and not the topic title.

  • Avatar Image Svenl77 said 4 months, 3 weeks ago:

    You are right, I forgot the forums.

    I will add %%componentforumtopic%% for the forum topic title and %%componentforumtopictext%% for the entry.

    What else should be in? Any idea?
    %%current_component%% for the current component
    %%current_action%% for the current action

    I will have time for this at Tuesday.
    Thanks a lot for testing!

  • Avatar Image Svenl77 said 4 months, 2 weeks ago:

    New Version 1.0.4 with special tags for forums is out now.

    %%forumtopictitle%% Replaced with current forum topic title
    %%forumtopicpostername%% Replaced with current forum topic poster name
    %%forumtopiclastpostername%% Replaced with current forum topic last poster name
    %%forumtopicstarttime%% Replaced with current forum topic start time
    %%forumtopictime%% Replaced with current forum topic time
    %%forumtopictext%% Replaced with current forum topic text

    I had some problems to get the values of the forum:

    The instance of the $forum_template is only initialized in the forum loop in the template. So I had to initialize a second object, that decreased the performance a bit.