Move Notification and Profile Dropdown
5 posters
Page 1 of 1
Move Notification and Profile Dropdown
hi
i have some problem with notification and profile dropdown, can anybody help me?
thanks anyway
i have some problem with notification and profile dropdown, can anybody help me?
thanks anyway
Last edited by kumotta on March 20th 2014, 10:30 am; edited 1 time in total
Re: Move Notification and Profile Dropdown
kumotta wrote:hi
i have some problem with notification and profile dropdown, can anybody help me?
thanks anyway
Hi
Please try this:
- Code:
ul#notif_list {
left: 300px !important;
}
^ Adjust that to the designated position.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
it only changes the position of the drop downPizza Boi wrote:kumotta wrote:hi
i have some problem with notification and profile dropdown, can anybody help me?
thanks anyway
Hi
Please try this:
- Code:
ul#notif_list {
left: 300px !important;
}
^ Adjust that to the designated position.
Regards,
Pizza Boi
i want to like this
Re: Move Notification and Profile Dropdown
Hi
Did you put any code that concerns itself with the Notification list recently?
Also, please check your current error console if ticket_start is there just in case.
Regards,
Pizza Boi
Did you put any code that concerns itself with the Notification list recently?
Also, please check your current error console if ticket_start is there just in case.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
Pizza Boi wrote:Hi
Did you put any code that concerns itself with the Notification list recently?
Also, please check your current error console if ticket_start is there just in case.
Regards,
Pizza Boi
I do'ot know much about it, please give me a solution
Re: Move Notification and Profile Dropdown
Hi
Did you delete the test account? Please give me another test account, I need to check it myself and an immediate solution's not that easy x_x
Regards,
Pizza Boi
Did you delete the test account? Please give me another test account, I need to check it myself and an immediate solution's not that easy x_x
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
I didn't delete the test account, please you try to check again ^^Pizza Boi wrote:Hi
Did you delete the test account? Please give me another test account, I need to check it myself and an immediate solution's not that easy x_x
Regards,
Pizza Boi
Re: Move Notification and Profile Dropdown
Hi
I get this: Username atau password salah atau tidak aktif
Silakan ulangi
Kembali ke Indeks Forum
Regards,
Pizza Boi
I get this: Username atau password salah atau tidak aktif
Silakan ulangi
Kembali ke Indeks Forum
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
Pizza Boi wrote:Hi
I get this: Username atau password salah atau tidak aktif
Silakan ulangi
Kembali ke Indeks Forum
Regards,
Pizza Boi
ceck pm, i send username and password
Re: Move Notification and Profile Dropdown
Hi
I checked it, it seems to be working fine now .
Regards,
Pizza Boi
I checked it, it seems to be working fine now .
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
Hello again, though its none of my business, and please pardon me for offtopic, but I wanna say that why are you trying to copy that forum so much ?
the administrator of that forum might not like it at all.
the administrator of that forum might not like it at all.
Re: Move Notification and Profile Dropdown
Hi
Well, that is her choice. And oops, I forgot to indicate that I didn't use the same colors, that's why it appears black o.O". Also, do you want it with rounded borders because I can try to make it like that.
Regards,
Pizza Boi
Well, that is her choice. And oops, I forgot to indicate that I didn't use the same colors, that's why it appears black o.O". Also, do you want it with rounded borders because I can try to make it like that.
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
You know, I did not copied them in their entirety, I just liked the layout.Rhino.Freak wrote:Hello again, though its none of my business, and please pardon me for offtopic, but I wanna say that why are you trying to copy that forum so much ?
the administrator of that forum might not like it at all.
when I get some layouts that fit, I'll change overall design like i want.
The only game in the world of graphic design
"GOOD ARTIST COPY, GREAT ARTIST STEAL"
Re: Move Notification and Profile Dropdown
Please stay on topic. Take off topic discussion to private messages.
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: Move Notification and Profile Dropdown
Hi
As SLGray said, please do so we can solve your problems now because I'd personally like to get this over with, lol.
Anything else that you need since I confirmed your notif_list is okay?
Regards,
Pizza Boi
As SLGray said, please do so we can solve your problems now because I'd personally like to get this over with, lol.
Anything else that you need since I confirmed your notif_list is okay?
Regards,
Pizza Boi
Pizza Boi- Hyperactive
- Posts : 2016
Reputation : 160
Language : French
Location : Pizza Hut!
Re: Move Notification and Profile Dropdown
Hello,
I'm not entirely sure where you want it, kinda looks like after the searchbar. This should be possible by inserting them somewhere in the document. You'll have to work on styling those elements though.
Administration panel > modules > javascript codes management > create a new script
Title : what you wish
Placement : in all the pages
I'm not entirely sure where you want it, kinda looks like after the searchbar. This should be possible by inserting them somewhere in the document. You'll have to work on styling those elements though.
Administration panel > modules > javascript codes management > create a new script
Title : what you wish
Placement : in all the pages
- Code:
$(window).load(function() {
$('#fa_welcome, #fa_notifications').insertBefore('#search.right');
$('#fa_welcome').one('click',function() {
$('#fa_menulist').offset({ top:$(this).offset().top + 25, left:$(this).offset().left });
});
$('#fa_notifications').one('click',function() {
$('#notif_list').offset({ top:$(this).offset().top + 25, left:$(this).offset().left });
});
});
Re: Move Notification and Profile Dropdown
thanks :)topic solved.Ange Tuteur wrote:Hello,
I'm not entirely sure where you want it, kinda looks like after the searchbar. This should be possible by inserting them somewhere in the document. You'll have to work on styling those elements though.
Administration panel > modules > javascript codes management > create a new script
Title : what you wish
Placement : in all the pages
- Code:
$(window).load(function() {
$('#fa_welcome, #fa_notifications').insertBefore('#search.right');
$('#fa_welcome').one('click',function() {
$('#fa_menulist').offset({ top:$(this).offset().top + 25, left:$(this).offset().left });
});
$('#fa_notifications').one('click',function() {
$('#notif_list').offset({ top:$(this).offset().top + 25, left:$(this).offset().left });
});
});
Similar topics
» How can I move Real TimeAlert System notification box?
» Transform a 'Images List' profile field into a Select dropdown
» Can someone help me show notification on my profile without toolsbar?
» The 'Move to Profile' button
» [SaveBox] Move Selection to Profile
» Transform a 'Images List' profile field into a Select dropdown
» Can someone help me show notification on my profile without toolsbar?
» The 'Move to Profile' button
» [SaveBox] Move Selection to Profile
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum