TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

Members
  • Total Members: 3,963
  • Latest: BiZaJe
Stats
  • Total Posts: 195,917
  • Total Topics: 21,308
  • Online today: 884
  • Online ever: 8,223 (February 19, 2025, 04:35:35 AM)
Users Online
  • Users: 0
  • Guests: 354
  • Total: 354

Advanced shoutbox in 1.06

Started by laric, October 13, 2008, 01:17:57 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

laric

I upgraded to 1.06 and everything besides the adv shoutbox looks fine.

The problem with the shoutbox is that I don't get any of the css settings to take effect on my frontpage.

If I click show 50 latest shouts then I get css info on the 'left' hand block aswell and everything looks like I have set it up. But when the block is on it's own there is no css information. The actual shouts etc are tagged with classes and such but the defition of the classes in css seems to be missing.

Anyone have an idea on what is causing this?

The below info is the css I get on my frontpage. The second code is the code I get on showlast 50 shouts.
/*storm classes for advshoutbox*/
#marqueecontainer{ /*are we using scrolling option?*/
width: 99%; /*marquee width */
}
.advshout_fl_blk /*advshoutbox td*/
{
  width: 99%;
}
.advshout_body /*advshoutbody scroll tabs*/
{
   width: 99%;
}

/*storm classes for advshoutbox*/
.deleted
{
background-color:#FF0000;
padding: 5px;
margin: 3px;
}
.deleted, .deleted a:link, .deleted a:visited, .deleted a:hover
{
font-size: 14px;
color: #000000;
}
.other
{
background-color:#0099FF;
padding: 5px;
margin: 3px;
}
.other, .other a:link, .other a:visited, .other a:hover
{
font-size: 14px;
color: #000000;
}
.normalhighlight
{
background-color:#00FF99;
padding: 5px;
margin: 3px;
}
.normalhighlight, .normalhighlight a:link, .normalhighlight a:visited, .normalhighlight a:hover
{
font-size: 14px;
color: #000000;
}

#marqueecontainer{ /*are we using scrolling option?*/
position: relative;
height: 150px; /*marquee height */
overflow: hidden;


}
#sh_inputs
{
    width: 90%;
}
.advshout_full_block /*advshoutbox table*/
{

}
.advshout_fl_blk /*advshoutbox td*/
{
  vertical-align: top;
  text-align: left;
  font-size: x-small;
}
.advshout_fl_blk2 /*advshoutbox td right-side spacer*/
{
  vertical-align: top;
  padding: 2px;
  font-size: x-small;
}
.advshout_fl_blk a:link, .advshout_fl_blk a:visited, .advshout_fl_blk2 a:link, .advshout_fl_blk2 a:visited
{
   font-size: x-small;
   text-decoration: none;
   }
.advshout_fl_blk a:hover,.advshout_fl_blk2 a:hover
{text-decoration: underline;
font-size: x-small;
}
.advshout_body /*advshoutbody scroll tabs*/
{
   height: 150px; /* height */
   overflow: auto;
   text-align: left;
}
.advshout_scroll /*advshoutbody scrolling*/
{
   text-align: left;
   position: absolute;
   width: 100%;
}
#sh_wrap /*whole div wrap*/
{
   width: 100%;
   text-align: left;
}
table.advshoutname2 /*membername table*/
{
  border-width: 1px;
border-style:  double;
}
td.advshout_windowbg /*membername td*/
{
padding: 2px 4px 2px 4px;
vertical-align: middle;
    font-size: x-small;
}
td.advshout_windowbg_close /*edit/delete/report icon bg td*/
{
padding: 2px;
vertical-align: middle;
text-align: center;
font-size: 10px;
}
.each_advshout /* actual advshout div*/
{
    padding: 4px;
font-size: 10px;
}
.each_advshout a:link, .each_advshout a:visited /* actual advshout div*/
{
font-size: 10px;}
.each_advshout a:hover /* actual advshout div*/
{
font-size: 10px;
}
table.whisper1 /*membername table*/
{
}
td.windowbg_whisper2 /*membername*/
{
padding: 2px 4px 2px 4px;background-color: #303030;
   vertical-align: middle;
    font-size: x-small;
}
td.windowbg_whisper_close /*edit/delete/report icons bg*/
{
padding: 2px;
background-color: #303030;
   vertical-align: middle;
text-align: center;
    font-size: x-small;
}
.advshout_whisper_to /*span greet/whisper to names*/
{
    font-style: italic;
font-weight: bold;
text-decoration: none;
font-size: 9px;
}
.advshout_emoticon 
{   
font-size: 9px;
width: 95%;
padding: 4px;
}
.advshout_bbc_bg
{
font-size: 10px;
width: 95%;
padding: 4px;
}
/*td greet/whisper to names wrapping span advshout_whisper_to*/
/* actual advshout div */
.each_whisper
{
    padding: 4px;
font-size: 10px;
background-color: #000000;
   color: #FFFF00;
}
.each_whisper a:link, .each_whisper a:visited
{
font-size: 10px;
color: #FF3300;
}
.each_whisper a:hover
{
font-size: 10px;}
.sh_icon4/*assist image*/
{
   padding-top: 4px;
}
.sh_icon5/*whisper image*/
{
   padding-top: 4px;
}
.sh_icon3/*right of membername icon division*/
{
}
.advshout_time/*span wrapping time*/
{
font-style: italic;
font-size: 9px;
font-family: Arial, Helvetica, sans-serif;
}
.advshout_edit_textarea/*edit text area*/
{
     vertical-align: middle;
width: 100%;
height: 60px;
}
.advshout_form_smalltext/*form edit*/
{
     padding: 2px;
margin: 2px;
margin-top: 1px;
text-align: center;
font-size: 9px;
}
.guest_input /*input box*/
{
margin-top: 4px;
width: 80%;
}
.whisper_input /*input box*/
{
margin-top: 4px;
width: 80%;
}
.advshout_input /*textarea box*/
{
margin-top: 4px;
width: 90%;
height: 50px;
}
#advshout_header /*span wrapping header text*/
{
     white-space: nowrap;
font-size: 10px;
padding: 2px;
}
.advshout_header2 /*span wrapping header text*/
{
     white-space: nowrap;
font-size: 10px;
  }
.manage_icon /*manage icon*/
{
     float: right;
padding-right: 5px;
}

G6Cad

The advanced shoubox should have been removed from the 1.0.6 package.
I suggest you remove it and install the other shoutbox instead, you have the smileys there to,

mnichols7

I also, had this problem testing on the testsite, and that is what I did.  I removed it, deleted that block and then reinstalled the module, and its now works.

I haven't tried it on my real forum, still testing things.

This website is proudly hosted on Crocweb Cloud Website Hosting.