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
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.
slg wrote:So you want it where guests can not see the announcement that appears under your forum's banner?
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?
Gassy wrote:Your forum version is Invision?
$(function() {
$('div#fa_ticker_block').before('<!-- BEGIN switch_user_logged_in -->');
$('div#fa_ticker_block').after('<!-- END switch_user_logged_in -->');
});
$(function() {
var x=$('#logout',$('#logostrip'));
if (!x) { $('#fa_ticker_block').remove(); }
});
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(); }
});
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.
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.
Topic Solved & Locked |