Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 300 total)
  • @gregfielding

    Participant

    Sounds good but it’s a little beyond me… I know just enough code to be very dangerous.

    @gregfielding

    Participant

    Nevermind. Was this facebook plugin https://wordpress.org/extend/plugins/facebook/

    @gregfielding

    Participant

    @shawn38

    The text is clickable, if you use that option. But if you upload a header image and disable the text, the image is not clickable.

    Seems like an oversight perhaps…

    @gregfielding

    Participant

    Thanks r-a-y.

    One of them things that should be easy… are there ANY websites where the logo/header doesn’t click to home (or somewhere at least).

    @gregfielding

    Participant

    @jnieuwland
    Nope. Still stuck.

    Anyone know if there are any changes to this in BP 1.5? (before pulling out more hair trying to solve this now…)

    @gregfielding

    Participant

    @mercime

    The first option removed the buddybar. The second resulted in an error message:

    Warning: call_user_func_array() [function.call-user-func-array]: First argument is expected to be a valid callback, ‘bp_core_load_buddybar_css’ was given in /home/housings/public_html/townswell.com/wp-includes/plugin.php on line 405

    To clarify, I don’t want to remove it, I just want to be able to restyle it with my own child theme css.

    @gregfielding

    Participant

    Thanks mercime. Was there a solution in there for the adminbar css? I read through it all and it looks like that part is still up in the air…

    This is going to be a nightmare when I go to upgrade my main existing community…

    @gregfielding

    Participant

    Found it: https://codex.buddypress.org/releases/1-5-developer-and-designer-information/

    But is the proper answer just to call the enqueuing empty?

    @gregfielding

    Participant

    I’ve got this error now as well. I activated buddypress and then activated the default theme BEFORE going through the buddypress setup wizard.

    How can I undo?

    You can see it:
    http://townswell.com/

    Thanks!

    @gregfielding

    Participant

    I’m struggling with this an pagination. When I click page 2 of one loop, the other jumps to page 2 as well. Is this an issue of me relying on “smart” parameters instead of adding them independently? Or is this something else?

    They are similar loops, but with different sets of users contributing.

    You can see the loops here:
    http://housingstorm.com/news/

    @gregfielding

    Participant

    What would a full set of parameters look like?

    @gregfielding

    Participant

    Works. Thanks!

    @gregfielding

    Participant

    Here’s a link to a page that shows the “Property Search” headline when I don’t want it to…
    http://housingstorm.com/prualliancerlty/

    @gregfielding

    Participant

    Thanks!

    @gregfielding

    Participant

    Nope. I’d love to add both a title and tags…

    Any ideas?

    @gregfielding

    Participant

    @djpaul
    Any ideas how to att rel=”author” to the userlink? I added it to the avatar in entry.php, which was easy, but the userlink is more complex.

    @gregfielding

    Participant

    deleted.

    I’m signing them up again…

    You think fixed in 1.2.9?

    @gregfielding

    Participant

    wp 3.1.4 and bp 1.2.8, yes, ms.

    No, nothing to enable spaces. That’s the weird part. we’ve never had a space/dash signup before.

    @gregfielding

    Participant

    Thanks Brajesh. Added the line, no luck.

    @gregfielding

    Participant

    @djpaul
    Those should be rel=”author” because they link to the “author” (profile) page. Then, from the profile page, there should be a rel=me link to google.

    Here’s the article that explains the relationship: http://www.google.com/support/webmasters/bin/answer.py?answer=1229920&hl=en

    @gregfielding

    Participant

    Thanks Paul – that works great.

    You mean on all fields? I don’t think it would hurt anything…

    @gregfielding

    Participant

    @djpaul
    That did the trick of adding rel=”me” – but now none of the other profile fields show.

    See: http://housingstorm.com/gregfielding/profile/

    @gregfielding

    Participant

    `//relme
    function relme ($output) {
    global $bp;
    if ( bp_field_has_data( ‘782’ ) ) {
    return str_replace(‘<a ','<a rel="me" ',$output);
    }
    }
    add_filter(‘xprofile_screen_display_profile’, ‘relme’);`

    I’m doing my best to hack my way through this. Here’s what I have – it doesn’t work, but it also doesn’t break the site.

    Field #782 is my Google Profile ID field.

    @gregfielding

    Participant

    @djpaul
    For now, I’m not worried about the user interface. Hardcoding it in somewhere would be ample.

    This will be big for SEO.

    @gregfielding

    Participant

    Is anyone out there working on this anymore?

Viewing 25 replies - 1 through 25 (of 300 total)
Skip to toolbar