The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

general announcements

+2
Like
taggedup
6 posters

Go down

Solved general announcements

Post by taggedup Thu Dec 01, 2011 12:32 am

Is it possible 2 make general announcements only 4 members
so guest cant see them ?

Thanks

Not thread announcements
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by Guest Thu Dec 01, 2011 12:54 pm

Hi. Go to Administration Panel => General => Forum => Categories and forums => Perms => Create an announce - global announcement:
But I don't understand, guests can't create announcements...
avatar
Guest
Guest


Back to top Go down

Solved Re: general announcements

Post by Like Thu Dec 01, 2011 12:56 pm

Hi,

No. Global announcements can be see in all foruns and categories. Only if you block the guest acess for it.

Cordially.
Like
Like
New Member

Posts : 16
Reputation : 1
Language : Portuguese/English

Back to top Go down

Solved Re: general announcements

Post by taggedup Thu Dec 01, 2011 11:26 pm

Gassy wrote:Hi. Go to Administration Panel => General => Forum => Categories and forums => Perms => 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?
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by SLGray Fri Dec 02, 2011 12:33 am

So you want it where guests can not see the announcement that appears under your forum's banner?


general announcements Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Solved Re: general announcements

Post by taggedup Fri Dec 02, 2011 1:53 am

slg wrote:So you want it where guests can not see the announcement that appears under your forum's banner?

yh is it possible?
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by taggedup Sat Dec 03, 2011 1:09 am

taggedup wrote:
Gassy wrote:Hi. Go to Administration Panel => General => Forum => Categories and forums => Perms => 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?
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by taggedup Sun Dec 04, 2011 11:34 am

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)
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by Guest Sun Dec 04, 2011 11:57 am

Your forum version is Invision? Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: general announcements

Post by taggedup Mon Dec 05, 2011 1:39 pm

Gassy wrote:Your forum version is Invision? Smile

yh my version is inversion
thanks 4 replying
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by Guest Mon Dec 05, 2011 2:11 pm

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 -->');
});
avatar
Guest
Guest


Back to top Go down

Solved Re: general announcements

Post by LGforum Mon Dec 05, 2011 2:58 pm

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(); }
});
LGforum
LGforum
Hyperactive

Male Posts : 2265
Reputation : 264
Language : English
Location : UK

Back to top Go down

Solved Re: general announcements

Post by taggedup Mon Dec 05, 2011 11:28 pm

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
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by kirk Tue Dec 06, 2011 9:42 am

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.
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: general announcements

Post by taggedup Tue Dec 06, 2011 11:16 am

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
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by Guest Tue Dec 06, 2011 3:27 pm

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. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: general announcements

Post by taggedup Wed Dec 07, 2011 1:25 am

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. Wink

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
avatar
taggedup
Forumember

Posts : 42
Reputation : 3
Language : english

Back to top Go down

Solved Re: general announcements

Post by Sanket Wed Dec 07, 2011 8:32 am

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum