Hi Bojan,
Thank you for responding.
What I wanted was to move images above text in the actual activity post. I found a resolved post from 3 years ago and using that as a guide was able to do the following;
In the class_bpfb_binder.php I swapped the $content around on lines
699 and 701 as follows;
699: $content = "\n{$bpfb_code}";
701: $content .= !empty($_POST['content']) ? $_POST['content'] : '';
As a novice I was very pleased with myself.
However, an issue that I addressed in version 1.6.3 but is still an issue in 1.6.4, the images display in a column instead of a row.
With multiple images it doesn’t look very nice on a large display. However the images would have to convert to a column when viewed on a mobile device.
At that time the code was creating an issue that although the images were displaying in a row, it was replacing the previous posts with the same images. The other person gave up on me and suggested to upgrade to the next version which was to be 1.6.4.
Any chance you can assist me with the rows?
Thanks!