general announcements
+2
Like
taggedup
6 posters
Page 1 of 1
general announcements
Is it possible 2 make general announcements only 4 members
so guest cant see them ?
Thanks
Not thread announcements
so guest cant see them ?
Thanks
Not thread announcements
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
Hi. Go to Administration Panel => General => Forum => Categories and forums => => Create an announce - global announcement:
But I don't understand, guests can't create announcements...
But I don't understand, guests can't create announcements...
Guest- Guest
Re: general announcements
Hi,
No. Global announcements can be see in all foruns and categories. Only if you block the guest acess for it.
Cordially.
No. Global announcements can be see in all foruns and categories. Only if you block the guest acess for it.
Cordially.
Like- New Member
- Posts : 16
Reputation : 1
Language : Portuguese/English
Re: general announcements
Gassy wrote:Hi. Go to Administration Panel => General => Forum => Categories and forums => => Create an announce - global announcement:
But I don't understand, guests can't create announcements...
Like wrote:Hi,
No. Global announcements can be see in all foruns and categories. Only if you block the guest acess for it.
Cordially.
thanks 4 replying
im not on about global announcement
announcements in general - messages an emails - announcements
the html 1
yh wot it is ive got a chat box in my announcements and i only want members 2 veiw
is it possible 2 change the announcement 2 members only?
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
So you want it where guests can not see the announcement that appears under your forum's banner?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: general announcements
slg wrote:So you want it where guests can not see the announcement that appears under your forum's banner?
yh is it possible?
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
taggedup wrote:Gassy wrote:Hi. Go to Administration Panel => General => Forum => Categories and forums => => Create an announce - global announcement:
But I don't understand, guests can't create announcements...Like wrote:Hi,
No. Global announcements can be see in all foruns and categories. Only if you block the guest acess for it.
Cordially.
thanks 4 replying
im not on about global announcement
announcements in general - messages an emails - announcements
the html 1
yh wot it is ive got a chat box in my announcements and i only want members 2 veiw
is it possible 2 change the announcement 2 members only?
sorry 2 bump but im in need of a code
any 1?
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
bump pls some is it possible i need 2 stop guest veiwing the html chat box wots in my announcement
is it possible ?
or is there any other way i could do it 2 make them not see it ? (like put it some where else)
is it possible ?
or is there any other way i could do it 2 make them not see it ? (like put it some where else)
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
Gassy wrote:Your forum version is Invision?
yh my version is inversion
thanks 4 replying
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
Try to add in your JavaScript management:
- Code:
$(function() {
$('div#fa_ticker_block').before('<!-- BEGIN switch_user_logged_in -->');
$('div#fa_ticker_block').after('<!-- END switch_user_logged_in -->');
});
Guest- Guest
Re: general announcements
That likely won't work due to the fact it is being added after the DOM is already loaded, and so it won't be rendered on page load.
try this:
try this:
- Code:
$(function() {
var x=$('#logout',$('#logostrip'));
if (!x) { $('#fa_ticker_block').remove(); }
});
LGforum- Hyperactive
- Posts : 2265
Reputation : 264
Language : English
Location : UK
Re: general announcements
Gassy wrote:Try to add in your JavaScript management:
- Code:
$(function() {
$('div#fa_ticker_block').before('<!-- BEGIN switch_user_logged_in -->');
$('div#fa_ticker_block').after('<!-- END switch_user_logged_in -->');
});
LGforum wrote:That likely won't work due to the fact it is being added after the DOM is already loaded, and so it won't be rendered on page load.
try this:
- Code:
$(function() {
var x=$('#logout',$('#logostrip'));
if (!x) { $('#fa_ticker_block').remove(); }
});
thanks 4 replying but both didnt worked the chatbox in my announcement is still there 4 guest
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
Just put what everyou have in announcements in the home page message,
then you have to be logged in the forum to see what is in there.
What is it a chat box? then if you want members to be bale to have it open while they are browsing he forum you can add a pop-out to a text link under the one you have embedded.
then you have to be logged in the forum to see what is in there.
What is it a chat box? then if you want members to be bale to have it open while they are browsing he forum you can add a pop-out to a text link under the one you have embedded.
kirk- Forumaster
- Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn
Re: general announcements
kirk wrote:Just put what everyou have in announcements in the home page message,
then you have to be logged in the forum to see what is in there.
What is it a chat box? then if you want members to be bale to have it open while they are browsing he forum you can add a pop-out to a text link under the one you have embedded.
hi thanks 4 replying kirk
yh the home page message guest can see that 2 !
and how could i do a pop out thing ?
thanks
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
taggedup, here you find a little configuration for pop-ups: Go to Administration Panel => General => Forum => Configuration => Login popup. Of course, you can make a custom, but need knowledge in javascript.
Guest- Guest
Re: general announcements
Gassy wrote:taggedup, here you find a little configuration for pop-ups: Go to Administration Panel => General => Forum => Configuration => Login popup. Of course, you can make a custom, but need knowledge in javascript.
hi thanks yh wot i did was activated popup login removed the do not display button and made it a bit bigger so guest have 2 signin 2 get rid of it .
solved
taggedup- Forumember
- Posts : 42
Reputation : 3
Language : english
Re: general announcements
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum