Pagina 1 din 1

Ajax quick edit 1.0.6 0 nu gasesc un string

Scris: 29-Oct-2008, 01:06:14
de m1cr0
Nici prima dar nici ultima problema pe care o voi posta :D

Am o problema de genul asta in viewtopic_body.html din tema mile200 :-?? nu gasesc stringul urmator
<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
pentru ca inaintea lui sa adaug
<!-- IF postrow.U_EDIT --><li class="quick-edit-icon"><a href="#" id="quick_edit{postrow.POST_ID}" onclick="quick_edit({postrow.POST_ID}); return false;" title="{L_QUICKEDIT_POST}"><span>{L_QUICKEDIT_POST}</span></a></li><!-- ENDIF -->
si nu il gasesc :(( nu poate cineva sa mil pune in HTML asta ? LINK sa-mi puna in el cnv cam asa:
1. Inainte de asta

Cod: Selectaţi tot

<!-- IF postrow.U_EDIT --><li class="edit-icon"><a href="{postrow.U_EDIT}" title="{L_EDIT_POST}"><span>{L_EDIT_POST}</span></a></li><!-- ENDIF -->
sa-mi puna asta

Cod: Selectaţi tot

<!-- IF postrow.U_EDIT --><li class="quick-edit-icon"><a href="#" id="quick_edit{postrow.POST_ID}" onclick="quick_edit({postrow.POST_ID}); return false;" title="{L_QUICKEDIT_POST}"><span>{L_QUICKEDIT_POST}</span></a></li><!-- ENDIF -->

Scris: 29-Oct-2008, 01:16:16
de m1cr0
am rezolvat problema :D faceti ce vreti cu topicul ;)) rezolvarea sau eroarea mai bn zis a fost ca eu mam uitat la prosilver la install.. dar am aruncat o privire din fericire si pe a SubSilver2 si am cautat stringurile respective si sau dovedit a fi de folos ms oricum la toti care ati vrut sa ma ajutati