joshiyemzy
joshiyemzy weezy still waitin fr d twig
joshiyemzy
Weezy Bro bro is there a way i can usetwo twigs on asite i saw it on an xtgem site how possible
Weezy
joshiyemzy Assuming u want to use 2 xtguestbook twigs ..Here is what you have to do..
Copy your custom xtguestbook.twig to xtguestbook_1.twig and create a new file xtguestbook_2.twig ..Copy the STANDARD twig to xtguestbook_2.twig replace the code in xtguestbook.twig with
{%if data.translations.t_guestbook_emp='weezy'%}
{%include 'xtguestbook_1.twig'%}
{%else%}
{%include 'xtguestbook_2.twig'%}
{%endif%}
Copy code
Then when you add the guestbook to the page set the value of '
this guestbook has no comments' to weezy
(
t_guestbook_empty="weezy") and the second (standard) twig file will be used