Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 25 replies - 1 through 25 (of 30 total)

  • Andres Felipe
    Participant

    @naturalworldstm

    Hi @darrenmeehan

    First, thanks for your effort with this plugin. I tried it in 1.6.x and 1.7 and the “Like” button is being displayed but after clicking it it starts to “ajaxify” but nothing happens and then get a blank button and after refresh it’s again the “Like” button.

    Some time ago I tried this plugin and it worked for me but it’s not longer updated and it doesn’t records the people who liked the activity and this is this most important feauture in a like button for a social network.

    I hope this could help.


    Andres Felipe
    Participant

    @naturalworldstm

    Plugin organizer


    Andres Felipe
    Participant

    @naturalworldstm

    UPDATE

    Just after send the activity, this is what I can see:

    <a href="http://site.com/red-social/actividad/p/383/" rel="nofollow">[Leer más]</a>

    and in that moment it works, but after refresh the page, I see this:

    <a href="http://site.com/red-social/actividad/p/383/" rel="nofollow"></a>

    and it doesn’t works.

    Maybe this could be related with this topic https://buddypress.org/support/topic/real-name-h2-tag-not-displaying/#post-164348 but I have not a solution yet.


    Andres Felipe
    Participant

    @naturalworldstm

    UPDATE

    In bp-default theme works


    Andres Felipe
    Participant

    @naturalworldstm

    Ok, thanks for your reply. It doesn’t take out the awesome of your plugin and this new ability You added.

    Thanks for your time and effort!


    Andres Felipe
    Participant

    @naturalworldstm

    @mercime as I can see, my page.php calls another file named content-page.php and this file have this:

    <?php
    /**
     *
     * content*.php
     *
     * The post format template. You can change the structure of your posts or add/remove post elements here.
     * 
     * 'id' - post id
     * 'class' - post class
     * 'thumbnail' - post icon
     * 'title' - post title
     * 'before' - post header metadata
     * 'content' - post content
     * 'after' - post footer metadata
     * 
     * To create a new custom post format template you must create a file "content-YourTemplateName.php"
     * Then copy the contents of the existing content.php into your file and edit it the way you want.
     * 
     * Change an existing get_template_part() function as follows:
     * get_template_part('content', 'YourTemplateName');
     *
     */
    global $post;
    theme_post_wrapper(
    		array(
    			'id' => theme_get_post_id(),
    			'class' => theme_get_post_class(),
    			'title' => theme_get_meta_option($post->ID, 'theme_show_page_title') ? get_the_title() : '',
    			'heading' => theme_get_option('theme_single_article_title_tag'),
    			'before' => theme_get_metadata_icons('edit', 'header'),
    			'content' => theme_get_content()
    		)
    );
    ?>

    It would be possible this get_the_title() instead of the_title() is causing the conflict and how can I solve it?

    Thanks for your time!


    Andres Felipe
    Participant

    @naturalworldstm

    UPDATE

    There is something happening with <Hx> tags because in members directory and groups directory (H3), the page title and create a group button there are not showing up neither.


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @mercime and thanks for your quick reply

    I’m using a custom Artisteer theme. After change to BP Default the h2 tag is ok but in this theme just doesn’t shows up. It’s like the h2 tag were not declarated.

    This is my header code in case this could help:

    <div id="item-header" role="complementary">
    <div id="item-header-avatar">
    	<a href="http://site.com/red-social/miembros/quehaypahacer/">
    		<img src="http://site.com/wp-content/uploads/avatars/1/d0733fbcac7e6b0d98c9d144758a2621-bpfull.jpg" class="avatar user-1-avatar avatar- photo colorbox-manual" width="150" height="150" alt="Foto del perfil de Qué hay pa' hacer" rel="user_1" style="">
    	</a>
    </div><!-- #item-header-avatar -->
    <div id="item-header-content">
    	<h2 class="user-nicename">@quehaypahacer</h2>
    	<span class="activity">activo hace 39 segundos</span>
    								<span id="bp-verified"><img src="http://site.com/wp-content/plugins/BuddyVerified-master//images/1.png" class="colorbox-manual">
    							<span class="v-text"> </span></span>
    		<span class="cubepoints_buddypress">919 Pesos Tulueños</span>
    			<span class="cupepoints_buddypress_rank">Rango - 15% Tulueñ@</span>
    	<div id="item-meta">
    			<div id="latest-update">
    				bla bla bla <a href="http://site.com/red-social/actividad/p/361/"> Ver</a>
    			</div>
    		<div id="item-buttons">
    		</div><!-- #item-buttons -->
    	</div><!-- #item-meta -->
    </div><!-- #item-header-content -->

    Thanks for your help!


    Andres Felipe
    Participant

    @naturalworldstm

    Thanks a lot @modemlooper when I got my credit card (hope this month) I’ll definetly invite You a beer!

    Just one thing, I just can’t get the badge to be located after user nice name in entry.php. It doesn’t matter where I put the code, it always is located before the avatar or before the user nice name. Am I doing something wrong?


    Andres Felipe
    Participant

    @naturalworldstm

    UPDATE (SOLVED)

    If anybody is getting this issue, unfortunately and fortunately I could find the error. It was a plugin conflict (I don’t know why I couldn’t find it before) with RS Buddypress Activity Refresh and its option “Date format” it was overriding the date format and for some reason language too.

    For the moment I just deactivate it and now everything is ok but is so sad because this is/was an excellent functionality than BP should have in core and the plugin seems not to be developed anymore.

    Thanks to everybody for your support but specially to @chouf1


    Andres Felipe
    Participant

    @naturalworldstm

    Sure @bphelp, here is the link https://wordpress.org/extend/plugins/buddypress-media/. They also have some pro add-ons like video, tagged. I deleted this plugin a few months ago but at this momment they are updating it frequently and have great support.


    Andres Felipe
    Participant

    @naturalworldstm

    bp-media last release do that


    Andres Felipe
    Participant

    @naturalworldstm

    Did You did this after update?

    IMPORTANT: To enable selective plugin loading you must move the /wp-content/plugins/plugin-organizer/lib/PluginOrganizerMU.class.php file to /wp-content/mu-plugins. If the mu-plugins directory does not exist you can create it. The plugin will attempt to create this directory and move the file itself when activated. Depending on your file permissions it may not be successful.


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @mahdiar, I try it with some users and doesn’t work, the number is still the same.

    Thanks for your reply!


    Andres Felipe
    Participant

    @naturalworldstm

    Yes, that was just what I did, maybe I didn’t explain myself (sorry for my english)


    Andres Felipe
    Participant

    @naturalworldstm

    UPDATE

    I try downloading the wp-include and nothing happens, I thinks I will try delete all the plugins and install them again. I’ll update this topic after that.

    Thanks for your time!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @chouf1 and thanks for your extensive and clear reply, to answer your questions:

    1. Site URL link
    2. Single WP but considering Multisite in near future
    3. PHP version 5.2.17
    4. Yes they provide me gettext with php

    About your suggestions:

    1. I’m using WP 3.5.1
    2. Checked the language folder and there were all the files You say except the buddypress.mo, I added it, clear chache, made a new activity update and nothing happens.
    3. Actually the theme has .mo and .po files and I checked them and where ok, no strange translation or mistakes.
    4. I’ll try the wp-include folder option and update this topic again.

    Really, really, thanks for all your time!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @chouf1 and thanks for your reply

    The thing is the date format and language was ok until… I don’t know. After made the changes suggested by @mercime I try making new activity updates and was the same, this is what happens:

    1. I make an activity update
    2. The activity update appears with a format like this `4 April, 2013 1:23 AM`
    3. After a minute or refresh, the format changes to `less than a minute ago`

    But always keeping the us_US language.

    Thanks for your time!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @mercime

    – Check if any changes were made in your Settings > General. Make sure you’re using the UTC+/- selection instead of city name.

    I was using city name, and changed it to UTC-5, nothing happens

    – Deactivate all plugins except BuddyPress, refresh browser and check if time is corrected.

    Deactivate all plugins except Buddypress and nothing happens

    Could it be something in the wp-config?

    Thanks for your time!


    Andres Felipe
    Participant

    @naturalworldstm

    Ok thanks for your reply, I’ll try it and update this topic.


    Andres Felipe
    Participant

    @naturalworldstm

    @mercime excellent news! thanks a lot!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @mercime, Yes that is the plugin I’m using but I’m not sure about the problem would be because of it. I deactivate it and the problem remains.

    Anyway, I’ll try their support forums.

    Thanks for your reply!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @chouf1 I use bp-media (actually recently), I have the translation file and I translate its po file to es_ES. I try deactivating this plugin but still the same. Any idea?

    More info: In BP pages the date format remains but the language not and in not BP pages the date format doesn’t remains, I can see this because the activity stream bar in footer (You can see it in the image)

    The most important thing is the language, the format is a secondary problem.

    Thanks for your reply!


    Andres Felipe
    Participant

    @naturalworldstm

    Hi @djpaul

    Yes it does, I have made many changes in plugins, css and didn’t realize when this happens. Is there any way to make this mandatory? something like `!important` or anything else?

    Thanks for your reply!


    Andres Felipe
    Participant

    @naturalworldstm

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