ℋunni at 22h55
29
Sep
2011
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!

1 LGforum, on 30/09/2011 at 00h18
Hey, your second problem can be resolved by completely uninstalling that pop up chat method.
And use the method i mention in this thread:
/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:
/t97543-pop-out-chatbox
It means there won't be an announcement box, because it doesn't use announcements at all.
2 ℋunni, on 30/09/2011 at 00h20
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:
/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?
3 LGforum, on 30/09/2011 at 00h51
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.
4 ℋunni, on 30/09/2011 at 01h40
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?
5 LGforum, on 30/09/2011 at 01h47
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.
6 ℋunni, on 30/09/2011 at 01h55
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.
7 LGforum, on 30/09/2011 at 05h49
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
8 ℋunni, on 30/09/2011 at 06h24
. 3. You're so wonderful, ne~
It works well, thank you!
It works well, thank you!
9 Nera., on 30/09/2011 at 10h06
Solved?
10 ℋunni, on 01/10/2011 at 00h45
Solved ^_^! Thank you LGforum-san!
11 Nera., on 01/10/2011 at 08h34
Solved > Locked
Similar topics
Rectangle tool
Znam kako je glupo pitanje ali sam sve prekopala i nikako da otkrijem, kako da uradim da mi rectangle tool ne uradi bijeli pravokutnik ili što li već da bude u boji?
buat clan khusus tkj yuuk..?dayang mau ngga..?
I was wondering can you add images in the footer by using this:
Administration Panel>>Modules>>Footer
If you can, where do you put the image's URL. Do you use the BB image code?
Replies 1 to 11 on 11 for "Adding Background Images on Tabs + Blank Annoucement Rectangle be gone."
Search
Informations
11 Replies For the topic :
"Adding Background Images on Tabs + Blank Annoucement Rectangle be gone."
This topic has been viewed 933 times.
Last message :
29/09/2011 at 22h55 by "ℋunni"





