| View previous topic :: View next topic |
| Author |
Message |
nokiacare
Joined: 13 May 2009 Posts: 15
|
Posted: May 13, 2009 5:36 pm Post subject: How to add this option? |
|
|
I am installed successfully 1.5 version.Working well in my site.Thanks pilgrim
How to add this option 'Add to my account' in downloadpage |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: May 13, 2009 6:49 pm Post subject: |
|
|
Try to add kinda this code to table in download1.html:
| Code: | | <TD align=right id="am<TMPL_VAR file_id>"><TMPL_IF my_login><a href="#" onClick="return jah('?op=my_files&add_my_acc=<TMPL_VAR file_code>','am<TMPL_VAR file_id>');">Add to my account</a></TMPL_IF></TD> |
|
|
| Back to top |
|
 |
nokiacare
Joined: 13 May 2009 Posts: 15
|
Posted: May 14, 2009 5:27 am Post subject: |
|
|
| I add this line in download1.html.But did not work.I click 'Add to account' no reaction.How to solve this?Pls help me pilgrim |
|
| Back to top |
|
 |
PilgrimX182

Joined: 22 Mar 2006 Posts: 2106 Location: UFO Lab
|
Posted: May 14, 2009 7:44 am Post subject: |
|
|
I don't know what's your site so can't test.
But try this: replace
with
|
|
| Back to top |
|
 |
|