Rami
Forum Replies Created
-
sorry guys, it seems to be my problem as I got back to a clean buddypress and it’s now working.
cheers
RamiroHello guys, I have the latest plugin update, and I’m using bp_get_profile_field_data(“field=[name….]”) and the same issue, it’s not doing line breaks.
When I edit the profile, it properly shows the line breaks, but when i’m viewing the profile with bp_get_profile_field_data(“field=[name….]”), it puts all the lines together.
Any thoughts,
Thanks guys
Ramiro.Forum: Plugins
In reply to: [Bowe Codes] Changing font size for group namesHello guys,
I’m looking for ONLY the group images, not the name. Would you guide me which file within your plugin I should modify in order to avoid the group description?
basically i was looking for a simple row of group avatars, one next to the other (without the name):
[avatar][avatar][avatar]……
cheers from London
Ramiro.Forum: Plugins
In reply to: [MaxButtons - Create buttons] URL=[shortcode]Hello John, just to let you know how I made it work:
i idented the exampled to make it a little bit more readable, however I actually had to put everything in one line to make the button aligned with the other ones on the side.
Thanks π
RamiroForum: Plugins
In reply to: [MaxButtons - Create buttons] URL=[shortcode]The shortcode is working ok, also without the shortcode and using a normal url just to test, but the button is not appearing, only ‘Kickstart us’ as plain text With a link to the href=…
it sounds like it’s not loading the button, i will try to explore why and let you know
thanks!
RamiroForum: Plugins
In reply to: [MaxButtons - Create buttons] URL=[shortcode]I apologise, the code above was broken after saving the reply, please check the code in pastebin:
Thanks
RamiroForum: Plugins
In reply to: [MaxButtons - Create buttons] URL=[shortcode]Hello John, thank you for your tip.
It seems that the following code I used (i used firebug to take a look at it)…
<div align="center"> <div id="maxbutton-23-container"> <a href="[shortcode....]"> <div class="maxbutton"> <div class="text">Test message</div> </div> </a> </div> </div>[Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]
… only works great if I put before a [maxbutton id=”23″]. Without the [maxbutton id=”23″] before, it only shows the plain text ‘Text message’ but not the button *** it seems the php calling the shortcode is loading something else that my code above can’t load by itself ***
Thank you Donmik for that.
Thanks
Ramiro.Forum: Plugins
In reply to: [Buddypress Xprofile Custom Fields Type] Show empty fieldsThank you Donmik, no worries.
Yes I found the same solution and it worked great, thanks anyway π
Cheers
Ramiro.sorry I have the same problem, i installed the plugin, I have multisite (wordpress 3.4.2) and the plugin is not showing under settings?
Could you please suleiman clarify what is means “need the options page” ?
(What is the ‘options page’? is it a menu that should appear in the left bar? is it something that we have to create doing some code or adding some plugin?)
thanks
RamiroThank you Tobias for your reply.
is it there any recommended site that comes to your mind to check now to present the outcome of mySQL queries in WordPress pages?