PM Notify & Guest Register bar

Modifications for phpBB3. Try the Mods here and share Your own Mods
There is no support here! Only Read Access!
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Locked
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: PM Notify & Guest Register bar

Post by cisco007 »

code looks ok, did you cache the style's template and purge the cache in the ACP?
User avatar
GHOSTWRiTAZ
BBCoder II
BBCoder II
Posts: 20
Joined: 28 May 2010, 01:09

Re: PM Notify & Guest Register bar

Post by GHOSTWRiTAZ »

cisco007 » 24 Jul 2010, 03:04 wrote:code looks ok, did you cache the style's template and purge the cache in the ACP?
yup did all that m8, but still the same :cry:

You're sure the code is right m8, is there an alternative I could try, thanks.

Open styles/subsilver2/template/overall_header.html

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 -->
so I've added :

Code: Select all

<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
and

Code: Select all

<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
Last edited by cisco007 on 25 Jul 2010, 01:27, edited 1 time in total.
Reason: posts merged!
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

Re: PM Notify & Guest Register bar

Post by cisco007 »

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!?
User avatar
GHOSTWRiTAZ
BBCoder II
BBCoder II
Posts: 20
Joined: 28 May 2010, 01:09

Re: PM Notify & Guest Register bar

Post by GHOSTWRiTAZ »

cisco007 » 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!?
Using Notepad++ / Style = twilightbb based on subsilver2
and sorry can't give you the link !

It must be the code below that's causing it the, if I don't use it everything looks normal except I don't have the images !

Code: Select all

<img src="./images/mail.png" alt="" style="width: 60px; height: 50px; padding-left: 300px; vertical-align: middle;" />
are you sure I've put it in the right place !
User avatar
kevinviet
BBCoder III
BBCoder III
Posts: 123
Joined: 06 Mar 2010, 04:52

Re: PM Notify & Guest Register bar

Post by kevinviet »

So when Speciel Edition version coming out ? I been waitting .......... :D
Thanks for all the works
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: PM Notify & Guest Register bar

Post by Steve »

kevinviet » late reply im sure stoker has what he needs to post his version :D soon ....
NAPWR wrote: Nice, Stoker is Hot
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: PM Notify & Guest Register bar

Post by Stoker »

Steve© » 19 Aug 2010, 22:32 wrote:kevinviet » late reply im sure stoker has what he needs to post his version :D soon ....
Actually I still need to put 2 images together as one :D
Board rules! No PM support
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: PM Notify & Guest Register bar

Post by Steve »

so 2px wide ?
NAPWR wrote: Nice, Stoker is Hot
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: PM Notify & Guest Register bar

Post by Stoker »

Width doesnt really matter because I can cut them.
But I cant put the 2 images postet together as one.
Board rules! No PM support
User avatar
Steve
BBCoder VI
BBCoder VI
Posts: 803
Joined: 05 Mar 2010, 01:10
Extra Rank: Donator.png
BBCodes: 2000
Favourite BBCode: porn tube
Favourite MOD: Non of Stokers
Location: up your bum
Contact:

Re: PM Notify & Guest Register bar

Post by Steve »

lighter image at the top ? soo hover is - px?
NAPWR wrote: Nice, Stoker is Hot
Locked