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.

Welcome message

2 posters

Go down

In progress Welcome message

Post by kratos3064 January 26th 2012, 5:14 am

Hi Guys I want a welcome message popup or a modalbox seperate for guests as well as members pls help me I know a bit html and javascript and php pls help and I dont want the loginpopup as well
Thanks in advance
avatar
kratos3064
New Member

Posts : 9
Reputation : 1
Language : English

http://aod-clan.freeclanforum.com

Back to top Go down

In progress Re: Welcome message

Post by Nera. January 26th 2012, 8:49 am

Hi,

You can use this for it, just add your class (replace #userlinks ) after what you want it to be displayed and your message here.

Code:
$(function() {
x=document.getElementById('i_icon_mini_login');
y=document.getElementById('i_icon_mini_logout');
if(x) {
$('#userlinks').after('MEMBERS MESSAGE HERE');
}
else if(y) {
 $('#userlinks').after('GUESTS MESSAGE HERE');
}
});
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top

- Similar topics

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