barrypress
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Articles] Upload image doesn't workI’ll post the solution to my own question in case somebody will need it.
Just remove or comment out line 107 in social-articles.php
wp_enqueue_script("myUi","https://code.jquery.com/ui/1.9.2/jquery-ui.js");
Forum: Plugins
In reply to: [Social Articles] Upload image doesn't workIt seams that the problem persists evan in the new version. It is causing javascript conflict which turns off javascript for all of buddypress (including the upload button) except for the wysihtml5 editor.
I also have this problem that document option is not showing on WP 3.4.1 and BP 1.6.1
Forum: Plugins
In reply to: [BP GTM System] Plugin Errorhere is teh explanation and the solution.
Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Notifications Won't ResetI tested notifications with clean install of WP 3.4 and 3.5 with BP 1.6 with plugin versions from here and from github with the same result. GTM is populating database, here is the database output, but notifications for some reason aren’t displayed.
No matter how much GTM notifications are stored in DB notification icon at admin bar is showing that there is just one, all other notifications work properly. Now i see that this isn’t the same problem that fitninja mentioned, and as I see there isn’t even one mention of this problem here or on the github.Forum: Plugins
In reply to: [BP GTM System] [Plugin: BP GTM System] Notifications Won't ResetNot sure but I think that I have the same problem.
Notifications are empty and won’t reset, they are not even clicable and the text is missing.
I striped my instalation to just two plugins BP and GTM and problem stil exists. Here is the screenshoot.Thank you, this solves the problem.
btw Missing closing div tag on line 26 of templates/gtm/personal/tasks.php fix isn’t included in this version.Forum: Fixing WordPress
In reply to: Admin bar linking problemthank you for your explanation.
Forum: Plugins
In reply to: [Wiki] Wiki and Twenty Twelve ThemeThere is the same problem with the buddypress default theme too.
Forum: Fixing WordPress
In reply to: Admin bar linking problemThis is working!! Thanks for your reply.
I’am still not shure that I understand the problem.Forum: Fixing WordPress
In reply to: Admin bar linking problemIt isn’t working, I tried all the variations I coud find on the net like:
<?php echo bp_loggedin_user_domain() . BP_MESSAGES_SLUG ?>
and bunch of others but I can’t get it to work.Forum: Fixing WordPress
In reply to: Admin bar linking problemIs that problem caused by the fact that admin bar is defined in wordpress files and doesn’t uderstand bp_XXX functions?
I really can’t undersand what is causing this problem, it’s posible that this is a bug.I have the same problem but with the “Files” tab and default theme.