Hi Andrei, yes I would like help with few things.
1) on Register screen, underneath the log in with facebook icon, there is this text “Registering for this site is easy. Just fill in the fields below, and we’ll get a new account set up for you in no time.” I want to delete this.
2) When you enter wrong username/password you get this Bold faced exclamation point and ERROR: before the “The password you entered… ” I want to delete that triangle with exclamation point and ERROR text.
3) If someone does not have anything in media gallery, you get this text “Oops !! There’s no media found for the request !!” Why the Oops and 4 exclamation points? I want to change it to, No media found.
4) One of my tabs for Forums page is missing arystokrata, it only shows Forums| ,all the other pages are Something|Arystokrata. I would like to change it to Forums|Arystokrata
5) Functional icons for non admin profiles end with V in a circle, and that serves no purpose, instead it takes up one space which prevents media to be shown on that line. Media should be in spot #2 after Profile. How can I get rid of that V in a circle? (Screenshot2) I have this code which places media in spot #2 but it does not seem to work
$bp->bp_nav[‘profile’][‘position’] = 10;
$bp->bp_nav[‘media’][‘position’] = 20;
$bp->bp_nav[‘notifications’][‘position’] = 30;
$bp->bp_nav[‘messages’][‘position’] = 40;
$bp->bp_nav[‘friends’][‘position’] = 50;
$bp->bp_nav[‘groups’][‘position’] = 60;
$bp->bp_nav[‘forums’][‘position’] = 70;
$bp->bp_nav[‘orders’][‘position’] = 80;
Also Media has a “Play” button as an icon, is it possible to change it to a Photo icon?
6) I would like to increase the size of avatars on all members page, right now they are too small. I would also like to be able to add more information to those boxes, something I really think you guys should consider, at least location, but preferably any field of our choice. Is there a way to do this easily? I was using a plug in for that but it creates issues elsewhere in the site.
Alternatively, you guys have awesome shortcodes which show pictures only, looks very good! as those pictures are larger than standard, however there is zero information on them, not even a name, thats not good, we cant just have a wall of pictures without even names on them.
I have posted some of those ideas on your pages.
Thank you.