Хак добавляет значок зодиака в постбит пользователя.
------------------------------------------
Install time: Minimal
Instructions:
(1) Add the plugin xml to the plugin bit of the acp.
(2) Add $userinfo[starsign] to your MEMBERINFO template where you want the starsign text to appear.
Extra:
If you want images then
(1) Download them from the original thread and rename them all with a capital letter eg: libra.gif becomes Libra.gif.
(2) Then upload them to images/starsign
(3) in your MEMBERINFO template use the following HTML:
<if condition="$userinfo[starsign]=='Unknown'">Unknown<else />
<img src="images/starsign/$userinfo[starsign].gif" alt="$userinfo[starsign]"></if>
Postbit:
(1)In the postbit(_legacy) template add: Starsign: $post[starsign]
(2)Download and install the postbit.xml plugin.
Notes:
Performs no extra queries. Fully Automatic. Only displays if a birthday is entered.
Profess1on добавил 06.02.2006 в 06:01
Да. Перевёл. там действительно, перевести только знаки да фразу в постбит.
Но есть один траббл: нет картинки знака зодиака в постбите, за мест неё лишь название того или иного знака. Не более... (1)In the postbit(_legacy) template add: Starsign: $post[starsign
Последний раз редактировалось Profess1on; 06.02.2006 в 06:01..
Причина: Добавлено сообщение