Guestbook
Автор: Arnold K.
Просмотрено 1075,
Подписчики 1,
Размещенный 14
Hi,
Can I change the name of guestbook for easy manage of some guestbooks? For example, if we have next code:
showGuestBook('p8jdf1py', 'public', '', false, true);
can I change 'p8jdf1py' to 'user1' or 'user2'?
Размещено
Hi Arnold,
it's always better do not touch php code expecially when is encrypted.
May I ask you what result are you trying to get? If you want to have simple management of your guestbooks maybe you can change the "public" name making it pointing to public/guest1 and public/guest2 for instance.
If you require any further information, please feel free to write back.
Автор
I want to make different guestbooks for each registered user and I want to manage this guestbooks in admin page. You write that I can change the "public" name to "public/user1" or "public/user2". Is it correct?
Hi Arnold,
you can change 'p8jdf1py' to 'user1' or 'user2' as you said in your first post and also change the "public" name to "public/user1" or "public/user2".
In that way you will have two different guestbooks in two different folder on your site and you can find them more easily from your admin page.
Please let me know if I can help you any further! Thank you!
Автор
Thank you!