by Pizza Boi March 12th 2014, 6:18 am
Hi
Hmm... it would be easy if we can edit templates here, but I have an idea. You can create 2 widgets, one for guests and the other for members as their permissions are edited in that way.
And then, that announcement will be moved in the original position of the announcements as an overlay for it.
Here's an example of what I mean:
ACP < Modules < Widget Management < Create a New Widget < Paste this code:
- Code:
<center>
<br /> <a href="URL Link" id="Lepop"><img src="IMG Link" /></a><br />
</center><br />
^ That's one set for the members to see only.
Add this in your CSS:
- Code:
#Lepop {
position: absolute;
top: 300px;
bottom: 0px;
line-height: 16px;
right: 200px;
z-index: 999;
opacity: 0.8;
width: 760px;
border-radius: 3px;
}
#Lepop:hover {
opacity: 1;
}
The codes I provided are just my custom styled codes. Anyway, as I said, the one example above is for the members only, but you need to create another widget for the guests and with different selectors and making sure that the position of the announcement is the SAME as the members'.
Regards,
Pizza Boi