12-09-2009, 09:08 AM
12-09-2009, 05:36 PM
FOR THE BIG RED CIRCLE:
Matt Wrote:Easiest thing to do is remove the alt and title tags from the member_profile_groupimage template.More info: http://community.mybboard.net/thread-610...#pid437070
12-09-2009, 08:06 PM
For the stars I think that no removing is necessary. Simply leave empty the place where you are suppoused to add the url to the star images. Unless I have misunderstood you.
Whereas for the second issue, I think you ought to ask it at that plugin support thread.
Whereas for the second issue, I think you ought to ask it at that plugin support thread.
12-09-2009, 09:40 PM
The second one I have already solved with the post above.
I need to know where is this code:
And I just need to remove the * and all will be fine.
I need to know where is this code:
Code:[Highlight]
<img src="starimageURL" alt="*">
12-10-2009, 09:38 AM
(12-09-2009 09:40 PM)Light33 Wrote: [ -> ]The second one I have already solved with the post above.
I need to know where is this code:
And I just need to remove the * and all will be fine.Code:[Highlight]
<img src="starimageURL" alt="*">
I had posted it several posts above.
http://www.forumsecurity.eu/showthread.p...279#pid279
To do that change the code to:
PHP Code:[Highlight]
$post['userstars'] .= "<img src=\"".$post['starimage']."\" border=\"0\" alt=\"\" />";
12-10-2009, 11:41 AM
Didn't work...
I changed this:
to this:
functions_post.php is only for the post.. There isn't one for profile?
I changed this:
PHP Code:[Highlight]
$post['userstars'] .= "<img src=\"".$post['starimage']."\" border=\"0\" alt=\"*\" />";
to this:
PHP Code:[Highlight]
$post['userstars'] .= "<img src=\"".$post['starimage']."\" border=\"0\" alt=\"\" />";
functions_post.php is only for the post.. There isn't one for profile?
12-10-2009, 01:07 PM
That should work. I just loaded your forum now and the asterics are gone from the postbit. That is what you wanted, right? At least that is what I gathered from your screenshots.
12-10-2009, 01:30 PM
It is from the profile...
12-10-2009, 01:31 PM
(12-10-2009 01:30 PM)Light33 Wrote: [ -> ]It is from the profile...
Ah, I see. I thought that you meant it at the postbit area. I will look into it tomorrow and will let you know. As now I have to log off.
12-10-2009, 01:33 PM
Thank you. And sorry to bother you..