No bother at all my friend, don''t worry about it
Can you tell me once again where and how you set the custom name and what have you set for the url of the star images?
Thank you. But isn't this code that I have to edit: I got an SQL error.
I changed this one and finally solve the problem:
$userstars .= "<img src=\"$starimage\" border=\"0\" alt=\"*\" />";
To this one:
$userstars .= "<img src=\"$starimage\" border=\"0\" alt=\"\" />";
(12-10-2009 01:40 PM)babjusi Wrote: [ -> ]But I suspect that you haven''t entered the proper image path at the image option.
I removed the image path:
[attachment=58]
And if there is no image path it will display the alt="*"
THANK YOU FOR YOUR PATIENT!
Can you try to enter there the following:
For nm of starts add what number you wish whereas at Star Image add: images/star.gif and make sure that you have a star.gif at the images folder. Cos that is why you get those asteric characters, the image path is empty.
If you want to totally remove the stars from profile find and remove {$userstars}<br /> at the member_profile template.
--I don't want images for this group thats why I removed!
I have solved it already:
I changed this one: (member.php)
$userstars .= "<img src=\"$starimage\" border=\"0\" alt=\"*\" />";
To this one:
$userstars .= "<img src=\"$starimage\" border=\"0\" alt=\"\" />";
And finally solved the problem.
Thank you!
Ah, the same bit of code I posted but at the member.php file for the profile. Glad to hear it that you got it solved.
Good thinking buddy, I am very impressed.
HEHE... I don't know how to code but I have some notion!
(12-10-2009 02:29 PM)Light33 Wrote: [ -> ]HEHE... I don't know how to code but I have some notion!
You have intuation and very good sense. I believe you can learn to code in no time if you really set you mind to learn it.
Yes... Do you know any site with manuals/tips to help me?
I like to learn new things.