-
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 4 months ago
Hello and thankyou
Ok so i put this code before the foreach like this (line 318)
$media_ids = array_filter($media_ids );
foreach( $media_ids as $media_id ){
$image = wp_get_attachment_image_src( $media_id, $filesizes[$img_counter] );
...........But it doesn’t solve my problem
-
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 4 months ago
Hello Varun
Of course i use the search function 😉 That’s why i wanted to be sure about the exact line
Line 318:
foreach( $media_ids as $media_id ){$image = wp_get_attachment_image_src( $media_id, $filesizes[$img_counter] );
-
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 4 months ago
Hello Varun and thank you for your solution, however could you tell me which line exactly to modify into photo-hooks.php because i don’t find
foreach( $media_ids as $media_id ) {
$media_ids = array_filter($media_ids ); -
guéron started the question buddyboss media lightbox and comments in the forum Requests and Feedback 9 years, 5 months ago
Hello
Do you think it’s possible for buddyboss media to show images or pictures more like rtmedia?
I choose buddyboss media and buddyboss wall because i think it’s the best match possible, but i don’t like the look of the lightbox when you access an image.
If an user wants to comment an image, the plugin bring him to another page (who contain…[Read more]
-
guéron started the question Hide messages update in the activity profil in the forum BuddyBoss Wall 9 years, 5 months ago
Hello @tjchester and @vapvarun
I want to hide certain activity message on user’s profil like location change or user subscription but when i want to apply the code found on this thread Buddypress forum, nothing appear on the user’s activity profil
I disable buddyboss wall and the function work.
The same thing is happening for the main activity…[Read more]
-
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 5 months ago
Hello @vapvarun , have you got any news about this issue?
-
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 5 months ago
Hello Varun, sorry for late answer.
The site will be launch in 5 days.
I desactivated all plugins except Buddyboss media, wall and buddypress and no change.
I have lots of plugins for this project (49 plugins).
What i can do is give you the website adress and admin account to have a look ?
I have this error when checking debug bar
Undefined…
[Read more] -
guéron replied to the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 5 months ago
Thank you guys for the support 😉
-
guéron started the question Like a photo is not mention on the wall until reload page in the forum BuddyBoss Media 9 years, 5 months ago
Hello
If i display a picture and press like button, the like will be count but not display right away on the wall until i reload the page. It’s not ajax
Is it possible to find a solution for this? Because lots of users will not understand and think the like button is kind of buggy
-
guéron replied to the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 6 months ago
Hello Varun,
I just upload the modified version and run quick run.
All seems to work! 😉 Thank you
-
guéron replied to the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 6 months ago
Hello Tj, after 2 weeks have you got a good new for me?
I am must solve this problem in the hurry plz.
Thank you
-
guéron replied to the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 7 months ago
Thank you, tell me when you can solve this as soon as possible
Cheers
-
guéron replied to the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 7 months ago
Hello Tj, do you know approx when the upgrade will be release plz? I will lunch the website of my client in few days 😉
Thank you
-
guéron replied to the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 7 months ago
Ok thank you 😉 I will wait for the upgrade version
-
guéron started the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 7 months ago
Hello Tj
I don’t understand an option on buddyboss wall
If i activate the option “Allow users to write on others members wall (even no friendship) on buddyboss wall and desactivate “the connexion beetween friends” (meaning friendship) on buddypress options, i will not be able to write onto others user’s wall.
My client actually doesn’t want a…[Read more]
-
guéron started the question friendship and interrogations in the forum BuddyBoss Wall 9 years, 7 months ago
Hello Tj
I don’t understand an option on buddyboss wall
If i activate the option “Allow users to write on others members wall (even no friendship) on buddyboss wall and desactivate “the connexion beetween friends” (meaning friendship) on buddypress options, i will not be able to write onto others user’s wall.
My client actually doesn’t want a…[Read more]
-
guéron replied to the question Hide options privacy drop down menu in the forum BuddyBoss Wall 9 years, 8 months ago
Hello and sorry for the late reply. My client change his mind and want finally to have a open social website.
@tadpole and @ammo try to apply the solution of Tj chester and see by yourself if it’s work.
@tjchester thank you again for you support!
-
guéron replied to the question Hide options privacy drop down menu in the forum BuddyBoss Wall 9 years, 8 months ago
Thank you TJ, unfortunatly it don’t seem to work .
-
guéron replied to the question issue with buddypress update in the forum BuddyBoss Media 9 years, 8 months ago
You right !
-
guéron replied to the question issue with buddypress update in the forum BuddyBoss Media 9 years, 8 months ago
Hello Tj chester,
I wanted to display Display Recently Registered Users (sorry about my english).
If someone want to do it as well, i put this code into my function.php
function wpb_recently_registered_users() {
global $wpdb;
$recentusers = '<ul class="recently-user">';
$usernames = $wpdb->get_results("SELECT ID, user_nicename FROM…[Read more]
- Load More