[buddypress-dev] Re: tick.gif not showing

Philippe de Chabot pdc at ispectors.com
Thu Jul 24 12:15:37 GMT 2008


Yes you need to modify 2 lines in bp-xprofile-admin.php
line 12 replace global $image_base; with global $bp_xprofile_image_base;
line 98 replace <img src="' . $image_base . '/tick.gif" alt="Yes" />  
with <img src="' . $bp_xprofile_image_base . '/tick.gif" alt="Yes" />

it worked for me
Philippe de Chabot
On 24 juil. 08, at 14:00, buddypress-dev-request at lists.automattic.com  
wrote:

> Send buddypress-dev mailing list submissions to
> 	buddypress-dev at lists.automattic.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.automattic.com/mailman/listinfo/buddypress-dev
> or, via email, send a message with subject or body 'help' to
> 	buddypress-dev-request at lists.automattic.com
>
> You can reach the person managing the list at
> 	buddypress-dev-owner at lists.automattic.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of buddypress-dev digest..."
>
>
> Today's Topics:
>
>    1. tick.gif not showing (Kyle Jones)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 23 Jul 2008 12:36:41 -0500
> From: Kyle Jones <kylejones at thecorkboard.org>
> Subject: [buddypress-dev] tick.gif not showing
> To: buddypress-dev at lists.automattic.com
> Message-ID: <705C1A84-21AA-49AA-B1A9-04B5C6138F3E at thecorkboard.org>
> Content-Type: text/plain; charset="us-ascii"
>
> this is LOW on the to do list.
> is there a quick fix to show the "tick.gif" image. for the required
> section of the profile settings page?
> it is currently a nice annoying blue question mark.
> thanks,
> ~K~
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://comox.textdrive.com/pipermail/buddypress-dev/ 
> attachments/20080723/9ca6c4b2/attachment-0001.htm
>
> ------------------------------
>
> _______________________________________________
> buddypress-dev mailing list
> buddypress-dev at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/buddypress-dev
>
>
> End of buddypress-dev Digest, Vol 4, Issue 25
> *********************************************
>



More information about the buddypress-dev mailing list