1. in the first place , if people are linking to images stored somewhere besides your server thensigo1 wrote:Hi dan thanks for the response , I would like to ask a question concerning Your statements "if you plan on having lots of hi resolution screenshots and graphic signatures then of course it matters"
1. when you say lots of hi res screenshots can you please explain , because i want my users to be able to put up pics (but of course through stuffs like tinypic , they wouldn't upload directly )
2. How exactly does the signature "eat" up bandwidth ?
i would appreciate if you or some one else who "stumbled" across this thread replies . thnx
Code: Select all
<style type="text/css">
.corner_image {
position: fixed;
}
.cornimage_left {
left: 0;
}
.cornimage_right {
right: 0;
}
.cornimage_top {
top: 0;
}
.cornimage_bottom {
bottom: 0;
}
</style>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
Code: Select all
<div class="corner_image cornimage_bottom cornimage_right"><a target="_blank" href="http://phpbb.com"><img border="0" alt="" src="http://phpbbace.com/images/Animation12.gif"/></a></div>
View Source is your friend.sigo1 wrote:i was thinking the warrior forum triangle stuff was like an iframe or something ?
Code: Select all
<div class="angular_advertisement angadver_bottom angadver_right">
<a target="_blank" href="http://www.warriorforum.com/warrior-forum-news/119745-warrior-forum-going-back-paid-status.html">
<img title="War Room" alt="War Room" src="http://www.warriorpro.com/banner-02.gif" border="0">
</a>
</div>
Based on your previous questions, I think that you're getting a lot of questionable advice. Do what makes sense for your board. If you have a Facebook presence, maybe allowing people there to log into your board makes sense.sigo1 wrote:Someone told me it would be best if i integrated facebook / other social network login into my forum , that way they would be able to log into my forum using their accounts on the social networking sites . What do you guys think about this ?