Sign Up / Welcome Notice [Deleted]

If it does, then you know the cause and will be able to make an informed decision/choice. Let both devs know there's a conflict and if it gets fixed you're golden.
 
Ok - thanks!!!! I need some kind of notice for unregistered users and Steve's (I think that is who posted the awesome code) is perfect....
 
This is essentially HTML and CSS pasted into a notice.
I use Notices on my Chat page with no issues at all.

My guess would be a missing div or tag/badly formed code is causing your problem.
 
Looks like this is the issue: img src="/styles/notice-background.png" - I do not have that image...am I supposed to create it?

Thanks
 
If you dont want a image in the notice remove the code.

Code:
<img src="/styles/notice-background.png" style="display:block; width:672px;" title="EXAMPLE" />
 
Solution to the width thingy: add 'width=100%' in but make sure the initial size of the background 'fits the largest area'. Then if your welcome shows up in any other areas like it does mine, then the background will resize to whatever width is available. On 'my site' I have it only showing up in the Forum tab, but then if I hit 'Whats New?', it still shows it, but much larger area. The 'width='100%' takes care of the largest area @Whats New', then when it's in the normal area (with the right-side having the modules show), it stays the same aspect ratio.

So see what I mean, just check out my site, then click on 'Whats New':

http://sck-mobile.com

As you can see it fixes that problem ;-) Thanks for such a beautiful solution! It also fixed my problem on the Portal (Home tab) where I have an 'auto RSS Feed' or video or even a flash file fit right into your coding and I really needed that to make the 'Layout' for portal work! Love this idea...
 
Recently, we created some styled notices. There were a total of 3 created.

All 3 were set to be seen by the Admin usergroup, for testing purposes. I got on my mobile, opened up the site, and when it came up, the first Notice 1 was shown, but below it was a huge empty block. Then as the notices changed, Notice 2 and 3 were simultaneously shown, one on top of the other. Where Notice 3 was ---- that was the big white empty space when Notice 1 was shown.

Is there an issue with the code, the notice system, the Android browser?
 
This is great, thank you! My only question is how do I make it so the notice is displayed only on the main forum page? It's displaying everywhere for me.
 
Under page criteria tab, just set it to forum_list

lGpo7o.png
 
Top Bottom