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.
The forum of the forums
+2
Like
taggedup
6 posters

    general announcements

    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved general announcements

    Post by taggedup December 1st 2011, 1:32 am

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

    Thanks

    Not thread announcements
    avatar
    Guest
    Guest


    Solved Re: general announcements

    Post by Guest December 1st 2011, 1: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...
    Like
    Like
    New Member


    Posts : 16
    Reputation : 1
    Language : Portuguese/English

    Solved Re: general announcements

    Post by Like December 1st 2011, 1:56 pm

    Hi,

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

    Cordially.
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 2nd 2011, 12:26 am

    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?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51554
    Reputation : 3524
    Language : English
    Location : United States

    Solved Re: general announcements

    Post by SLGray December 2nd 2011, 1: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.
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 2nd 2011, 2: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

    Solved Re: general announcements

    Post by taggedup December 3rd 2011, 2: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

    Solved Re: general announcements

    Post by taggedup December 4th 2011, 12:34 pm

    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
    Guest
    Guest


    Solved Re: general announcements

    Post by Guest December 4th 2011, 12:57 pm

    Your forum version is Invision? Smile
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 5th 2011, 2:39 pm

    Gassy wrote:Your forum version is Invision? Smile

    yh my version is inversion
    thanks 4 replying
    avatar
    Guest
    Guest


    Solved Re: general announcements

    Post by Guest December 5th 2011, 3: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 -->');
    });
    LGforum
    LGforum
    Hyperactive


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

    Solved Re: general announcements

    Post by LGforum December 5th 2011, 3: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(); }
    });
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 6th 2011, 12:28 am

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


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

    Solved Re: general announcements

    Post by kirk December 6th 2011, 10: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.
    avatar
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 6th 2011, 12:16 pm

    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
    Guest
    Guest


    Solved Re: general announcements

    Post by Guest December 6th 2011, 4: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
    taggedup
    Forumember


    Posts : 42
    Reputation : 3
    Language : english

    Solved Re: general announcements

    Post by taggedup December 7th 2011, 2: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
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: general announcements

    Post by Sanket December 7th 2011, 9:32 am

    Topic Solved & Locked

      Current date/time is November 13th 2024, 1:57 pm