brackets next to amount explanation problem

  • Erin Fernandez
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 1 month ago - 13 years 1 month ago #8626 by Erin Fernandez
brackets next to amount explanation problem was created by Erin Fernandez
Hi there-

How do I get this last bracket after each amount eplanation to move to line above?
Or- how can I remove the brackets altogether?

Ideally, if we could bold the amounts and unbold the amount description and remove the brackets- that would be ideal

here is my link: www.indianyouth.org/monthly-giving.html

thanks for your help
Last edit: 13 years 1 month ago by Erin Fernandez.

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #8632 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: brackets next to amount explanation problem
Hi

If you know alitle about PHP or HTML, please try to do the change yourself (save me sometime so that I can focus on the development). The code is located in the file components/com_jdonation/views/donation/tmpl/default.php, It is around the line 372 to 377.

Try to look at it and you will be able to modify it easily !

Thanks,

Tuan

Please Log in or Create an account to join the conversation.

  • Erin Fernandez
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
13 years 1 month ago #8654 by Erin Fernandez
Replied by Erin Fernandez on topic Re: brackets next to amount explanation problem
I can't figure it out : (
Can anyone help me remove those brackets?

ex: $28.24 [ Bronze Level - Billy's winning time for the 10,000m was 28.24.4 minutes]

I want [ ] removed

Please Log in or Create an account to join the conversation.

More
13 years 1 month ago #8655 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: brackets next to amount explanation problem
OK !

Please open the file plugins/content/jdform/default.php, looks at the code at line 375 :
Code:
echo ' <span class="amount_explaination">[ '.$explanations[$i].' ]</span> ' ;

Change it to :
Code:
echo ' <span class="amount_explaination"> '.$explanations[$i].' </span> ' ;


After that, It will look OK . Also, please remember this modification so that when you upgrade to future releases, you will be able to modify it yourself !

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt