Different Announcements for Guests and Members
4 posters
Page 1 of 1
Different Announcements for Guests and Members
Greetings everyone, so, yes like the title says, I wanna add 2 different sets of announcements in my forum, one which guests can see and members can't and others which registered members can see and guests can't.. Can someone tell me how to do this?
I guess some codes needs to be used so I posted in this section..
Any help is appreciable..
Thanx a lot
I guess some codes needs to be used so I posted in this section..
Any help is appreciable..
Thanx a lot
Last edited by Rhino.Freak on March 15th 2014, 6:23 am; edited 1 time in total
Re: Different Announcements for Guests and Members
You can do this with Pictures...but like the announcement text that scrolls right to left..no idea..
but you can set a custom navi bar , 2 navis and just have one of the pictures be the announcement and only be set to guest can see, kinda like the Sign up button//
but you can set a custom navi bar , 2 navis and just have one of the pictures be the announcement and only be set to guest can see, kinda like the Sign up button//
Re: Different Announcements for Guests and Members
Hi
Try this: http://www.avacweb.com/t805-19-multiple-news-widgets-from-different-forums?highlight=Multiple+news+widget
Regards,
Pizza Boi
Try this: http://www.avacweb.com/t805-19-multiple-news-widgets-from-different-forums?highlight=Multiple+news+widget
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Different Announcements for Guests and Members
Pizza man : heyo, thahat's not what I want
Spyro Dragon : can you explain in detail? coz im pretty sure I've seen it in forums.. I don't mind images..
Spyro Dragon : can you explain in detail? coz im pretty sure I've seen it in forums.. I don't mind images..
Re: Different Announcements for Guests and Members
Hi
Can you please provide an example print screen and your forum version and URL please?
Regards,
Pizza Boi
Can you please provide an example print screen and your forum version and URL please?
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Different Announcements for Guests and Members
this is the general announcement in my forum..
I want a different announcement for Guests.. how?
forum is phpbb3 and link : http://onepiecea-edition.yoo7.com/forum
Re: Different Announcements for Guests and Members
Rhino.Freak wrote:
this is the general announcement in my forum..
I want a different announcement for Guests.. how?
forum is phpbb3 and link : http://onepiecea-edition.yoo7.com/forum
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
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Different Announcements for Guests and Members
Okay, but I dont want it on widget I want it as announcements.
Re: Different Announcements for Guests and Members
Hi
You are creating an announcement, right? Well, that's the only way unless someone could apparently script it. Besides that, you can adjust it to a no table form . I also checked your forum and you're using widgets, in any case, it won't be a problem at all since if you set it to a not table type, the widget won't appear and just overlay the announcement as is.
The announcement can be modified via the content in the widget .
Say, like this:
Regards,
Pizza Boi
You are creating an announcement, right? Well, that's the only way unless someone could apparently script it. Besides that, you can adjust it to a no table form . I also checked your forum and you're using widgets, in any case, it won't be a problem at all since if you set it to a not table type, the widget won't appear and just overlay the announcement as is.
The announcement can be modified via the content in the widget .
Say, like this:
- Code:
[color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace]<a href="URL Link" id="Lepop">Hi, and welcome to One Piece forum, please register bla bla bla<img src="IMG Link" /></a><br />[/font][/color][color=#000000][font=Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace]
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Different Announcements for Guests and Members
I added the widget as you guided, but its not in the right position..
(just underneath ads and is very small too) how to have it on a perfect position of announcement ?
also this appears under my recent topics widgets (where I placed it)
thanks and greetings ! (ps: I used my test forum)
Re: Different Announcements for Guests and Members
Hi
My apologies, I didn't realize that when I copy pasted the code, the BBC version was added. Please delete the codes that start of with [ and ends with ] since they cannot be used for HTML codes.
Also, if you want to fix the position, please ADJUST this:
It is not up to me on how it will be exact since it depends on your forum. right, top, and bottom are all for positioning. Width can be adjusted but seeing as you added only the text version, you have to create anything that has a background or of any sort that exceeds 760px or anything that can be adjusted in that size. Say:
I cannot give you a full styled code since we can only give you similar examples .
Regards,
Pizza Boi
My apologies, I didn't realize that when I copy pasted the code, the BBC version was added. Please delete the codes that start of with [ and ends with ] since they cannot be used for HTML codes.
Also, if you want to fix the position, please ADJUST this:
- 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;
}
It is not up to me on how it will be exact since it depends on your forum. right, top, and bottom are all for positioning. Width can be adjusted but seeing as you added only the text version, you have to create anything that has a background or of any sort that exceeds 760px or anything that can be adjusted in that size. Say:
- Code:
#Lepop {
background-img:url(IMG Link goes here) /* or you can use */ background-color: #Hex color !important;
padding: 3px 3px 3px 3px;
margin: 1px;
border-radius: 3px 3px 0px 0px;
position: absolute;
width: 760px;
top: 300px;
right: 200px;
line-height: 16px;
line-width: 32px;
z-index: 999;
opacity: 0.8;
}
#Lepop:hover {
opacity: 1;
}
I cannot give you a full styled code since we can only give you similar examples .
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Different Announcements for Guests and Members
Hi
The pizza's here! That'd be 2.99 .
No problem~
Regards,
Pizza Boi
The pizza's here! That'd be 2.99 .
No problem~
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Similar topics
» How do I hide the list of members from guests?
» Usergroup rank above guests below members
» How are guests getting inside a members only forum?
» Am I responsible for the actions of my members and/or guests?
» hello , CAN I STOP GUESTS PM'ING ALL MY MEMBERS WITH SPAM ?
» Usergroup rank above guests below members
» How are guests getting inside a members only forum?
» Am I responsible for the actions of my members and/or guests?
» hello , CAN I STOP GUESTS PM'ING ALL MY MEMBERS WITH SPAM ?
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum