alexhirurg
02-01-2007, 10:00 PM
Features:
* After selected number of messages in thread view this mod inserting the message for guest users, configurable by template.
* Number of posts to show before message is configurable in vB options.
Install instructions:
Import product xml file and set 3 custom CSS styles as you wish.
Also you can customize the message by editing "igm_insert_msg" template.
Here is CSS sample:
.igm_wrap {
margin: 20px 0 20px 0;
border-bottom: 1px solid #ea0;
}
.igm_head {
text-align: center;
background: #89b;
color: #FFF;
border: 1px solid #FFF;
}
.igm_message {
background: #222;
color: #FFF;
}
* After selected number of messages in thread view this mod inserting the message for guest users, configurable by template.
* Number of posts to show before message is configurable in vB options.
Install instructions:
Import product xml file and set 3 custom CSS styles as you wish.
Also you can customize the message by editing "igm_insert_msg" template.
Here is CSS sample:
.igm_wrap {
margin: 20px 0 20px 0;
border-bottom: 1px solid #ea0;
}
.igm_head {
text-align: center;
background: #89b;
color: #FFF;
border: 1px solid #FFF;
}
.igm_message {
background: #222;
color: #FFF;
}