First topic message reminder :
Hello,
I'm working on a theme. (version: PhpBB2) Is there anybody who can helps with create a Javascript. I wants that you only can see the new poll button as you have the permissions to create this. Same permission as in the ACP. :)
And when you click on the new poll button that you redirect to the new poll tab.
Screenshot from my button on testingforum:
Template code to add this:
Hello,
I'm working on a theme. (version: PhpBB2) Is there anybody who can helps with create a Javascript. I wants that you only can see the new poll button as you have the permissions to create this. Same permission as in the ACP. :)
And when you click on the new poll button that you redirect to the new poll tab.
Screenshot from my button on testingforum:
Template code to add this:
- Code:
<a href="{U_POST_REPLY_TOPIC}"><img src="{REPLY_IMG}" id="i_reply" alt="{L_POST_REPLY_TOPIC}" align="middle" border="0" /></a><a href="{U_POST_NEW_TOPIC}" rel="nofollow"></a> <a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="{POST_IMG}" id="{POST_IMG_ID}one" alt="{L_POST_NEW_TOPIC}" align="middle" border="0" /></a><a href="{U_POST_NEW_TOPIC}" rel="nofollow"><img src="https://i.servimg.com/u/f26/19/95/73/76/new_po11.png" alt="" style="margin-left: 4px;position: absolute;margin-top: 3px;"/></a></p>
Last edited by Joost on Sun Jan 15, 2023 1:14 pm; edited 1 time in total