Hi,
The little things that concern is making manupulation of codes / macros on the forums
for example nabble forums you can easily put the chat box if you know html codes
model
Go on your forum I will try to divert as much as I can ...
Go to edit this part and then click on search arrow as shown below
as you can see on the picture and then search the html on the part of the search ...
there will come many other macros if you select Macro source contains a link >> to html especially ones we need see the arrow in the picture then ...
then click on the html then select as shown in the picture above
Now if it's your first time doing editing can also change the favicon to put it on place url favicon relevant part that rests iliyoekewa brackets that keep the chat box you should join a network that provides the service www.yourshoutbox.com as ready now you will find codes that will put this part written put your codes put your name also part of YOUR NAME
<div class="div-shoutbox" style="bottom: 0; right: 0; position: fixed; border: 1px solid white; border-bottom: 0px; background-color: black; border-radius: 10px; border-bottom-right-radius: 0;border-bottom-left-radius: 0;">
<div class="top-shoutbox" style="text-align: left; color: white; font-weight: bold;padding-left: 10px;font-size: 20px; border-bottom: 1px solid white;">
<a href="#" class="minimize" style="color: white">-</a>
<a href="#" style="color: white;margin-left: 110px;">YOUR NAME</a> </div>
<div class="div-shoutbox-box">
put your codes here
</div>
</div>
$(".top-shoutbox").click(function() {
event.preventDefault();
min_max();
});
$(".minimize").click(function() {
event.preventDefault();
event.stopPropagation();
min_max();
});
$(".manual").click(function() {
event.preventDefault();
event.stopPropagation();
});
function min_max() {
var min = Nabble.getCookie("min");
if (!min) {
$(".div-shoutbox").animate({
height: 0
}, 16);
Nabble.setCookie("min", true);
}
else if (min) {
$(".div-shoutbox").animate({
height: 45
}, 16);
Nabble.deleteCookie("min");
}
}
$( document ).ready(function() {
var min = Nabble.getCookie("min");
if (min) {
$(".div-shoutbox").css("height", "50px")
Nabble.setCookie("min", true);
}
});
If there is a place I have not put the same details CLEAR lets discuss with by commenting down
The little things that concern is making manupulation of codes / macros on the forums
for example nabble forums you can easily put the chat box if you know html codes
model
Go on your forum I will try to divert as much as I can ...
Go to edit this part and then click on search arrow as shown below
as you can see on the picture and then search the html on the part of the search ...
there will come many other macros if you select Macro source contains a link >> to html especially ones we need see the arrow in the picture then ...
then click on the html then select as shown in the picture above
<div class="div-shoutbox" style="bottom: 0; right: 0; position: fixed; border: 1px solid white; border-bottom: 0px; background-color: black; border-radius: 10px; border-bottom-right-radius: 0;border-bottom-left-radius: 0;">
<div class="top-shoutbox" style="text-align: left; color: white; font-weight: bold;padding-left: 10px;font-size: 20px; border-bottom: 1px solid white;">
<a href="#" class="minimize" style="color: white">-</a>
<a href="#" style="color: white;margin-left: 110px;">YOUR NAME</a> </div>
<div class="div-shoutbox-box">
put your codes here
</div>
</div>
$(".top-shoutbox").click(function() {
event.preventDefault();
min_max();
});
$(".minimize").click(function() {
event.preventDefault();
event.stopPropagation();
min_max();
});
$(".manual").click(function() {
event.preventDefault();
event.stopPropagation();
});
function min_max() {
var min = Nabble.getCookie("min");
if (!min) {
$(".div-shoutbox").animate({
height: 0
}, 16);
Nabble.setCookie("min", true);
}
else if (min) {
$(".div-shoutbox").animate({
height: 45
}, 16);
Nabble.deleteCookie("min");
}
}
$( document ).ready(function() {
var min = Nabble.getCookie("min");
if (min) {
$(".div-shoutbox").css("height", "50px")
Nabble.setCookie("min", true);
}
});
If there is a place I have not put the same details CLEAR lets discuss with by commenting down
No comments:
Write comments