Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Site: http://paperthin-hymn.nstars.org/
Running: Invision
Question Two!
Because I added the pop-up chat box (and I have to have announcements on, now there's this annoying
block of gray that I've highlighted in yellow. Is there any CSS/HTML that can let me take that off, but keep
the pop-up chatbox? Cheers!

Running: Invision
Question Two!
Because I added the pop-up chat box (and I have to have announcements on, now there's this annoying
block of gray that I've highlighted in yellow. Is there any CSS/HTML that can let me take that off, but keep
the pop-up chatbox? Cheers!

Last edited by ℋunni on September 29th 2011, 11:29 pm; edited 1 time in total
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Hey, your second problem can be resolved by completely uninstalling that pop up chat method.
And use the method i mention in this thread:
http://help.forumotion.com/t97543-pop-out-chatbox
It means there won't be an announcement box, because it doesn't use announcements at all.
And use the method i mention in this thread:
http://help.forumotion.com/t97543-pop-out-chatbox
It means there won't be an announcement box, because it doesn't use announcements at all.
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
@LGforum wrote:Hey, your second problem can be resolved by completely uninstalling that pop up chat method.
And use the method i mention in this thread:
http://help.forumotion.com/t97543-pop-out-chatbox
It means there won't be an announcement box, because it doesn't use announcements at all.
Oh, alright, and I can still keep the customizations? I'll try it :3
Edit: It seems Invisionfree doesn't support Widgets?
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Yes its possible to keep customizations.
Are you sure? Im positive it does, modules > forum widgets?
If not try pputting it in the homepage message. though obviously that only appears in the homepage. Let me know if you need more help. I may need to visit your forum.
Are you sure? Im positive it does, modules > forum widgets?
If not try pputting it in the homepage message. though obviously that only appears in the homepage. Let me know if you need more help. I may need to visit your forum.
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Oh, yes! It does, I had just never activated it. Haha.
I did as instructed and it's working! Though, is there any way the chat box can expand/retract like in the other coding? Or is it merely pop-up, pop-down style?
Edit: Did you also happen to have a solution for my other two problems too, hopefully?
I did as instructed and it's working! Though, is there any way the chat box can expand/retract like in the other coding? Or is it merely pop-up, pop-down style?
Edit: Did you also happen to have a solution for my other two problems too, hopefully?
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
This script is merely appear and dissappear. Im sorry.
It is posible to add the slide function to it however. I just can't think how at the moment without looking at the tutorial you used.
It is posible to add the slide function to it however. I just can't think how at the moment without looking at the tutorial you used.
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Oh, it's alright, I can live with the gray bar!
Thank you for taking the time out to help, I really appreciate it.
Thank you for taking the time out to help, I really appreciate it.
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Hey again.
So i had a look back on my script and improved it to be more of your liking.
Follow this now:
Now it will slide nicely
So i had a look back on my script and improved it to be more of your liking.
Follow this now:
@LGforum wrote:That to be honest is a daft tutorial for a chatbox.
Do this:
put this in a widget:
- Code:
<script>
<div id="popupchat" style="display: none;">
<iframe src="/chatbox/index.forum" height="500px" width="600px"></iframe>
</div>
<div id="chatlink">ADD AN IMAGE OR SOMETHING HERE</div>
Then put this in your CSS:
- Code:
#popupchat {
position: fixed;
bottom: 1px;
right: 30px;
}
#chatlink {
position: fixed;
bottom: 1px;
right: 30px;
}
then visit Modules > Javascript Management and create a new javascript file. Click in all pages.
And paste this script in to it:
- Code:
$(function() {
$('#chatlink').click(function() {
$('#popupchat').slideToggle();
});
});
Now it will slide nicely

Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
. 3. You're so wonderful, ne~
It works well, thank you!
It works well, thank you!
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
Re: Adding Background Images on Tabs + Blank Annoucement Rectangle be gone.
Solved ^_^! Thank you LGforum-san!
ℋunni- Forumember
-
Posts : 150
Reputation : 4
Language : English
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum