Re: PM Notify & Guest Register bar
Posted: 24 Jul 2010, 03:04
code looks ok, did you cache the style's template and purge the cache in the ACP?
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
yup did all that m8, but still the samecisco007 » 24 Jul 2010, 03:04 wrote:code looks ok, did you cache the style's template and purge the cache in the ACP?
Code: Select all
<!-- IF not S_USER_LOGGED_IN and not S_IS_BOT and not S_IN_UCP -->
<div id="info"><div id="infobar">
<a href="{U_REGISTER}">Welcome to {SITENAME}. Click here to register</a>
</div></div>
<!-- ENDIF -->
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN and S_USER_PM_POPUP and S_DISPLAY_PM and (S_USER_NEW_PRIVMSG or S_USER_UNREAD_PRIVMSG) -->
<div id="info"><div id="infobar"><img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
<a href="{U_PRIVATEMSGS}">Hello {S_USERNAME} - You have {PRIVATE_MESSAGE_INFO}<!-- IF PRIVATE_MESSAGE_INFO_UNREAD --> and {PRIVATE_MESSAGE_INFO_UNREAD}<!-- ENDIF --></a>
<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-right: 300px; vertical-align: middle;" />
</div></div>
<!-- ENDIF -->
Code: Select all
<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
Code: Select all
<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
Using Notepad++ / Style = twilightbb based on subsilver2cisco007 » 25 Jul 2010, 01:30 wrote:you really need to learn to stop double posting!
what are you using to edit the files, what style are you using?
and do you have a link to where you are getting the problem!?
Code: Select all
<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
Actually I still need to put 2 images together as oneSteve© » 19 Aug 2010, 22:32 wrote:kevinviet » late reply im sure stoker has what he needs to post his version soon ....