Mod voor zwevend berichtje of je wilt registere als guest.
Forumregels
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.
Sinds 1 januari 2009 wordt phpBB2 niet meer ondersteund.
Onderstaande informatie is verouderd en dient uitsluitend als archief.

Mod voor zwevend berichtje of je wilt registere als guest.
Ik zoek een mod zodat een gast, een zwevend berichtje ziet vragend of hij wilt registeren. Ook eventueel op de portal pagina. Ik zou erg fijn vinden als iemand me deze mod kan geven ^^
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.
- Jan
- Berichten: 1987
- Lid geworden op: 30 mei 2006, 20:30
- Locatie: De kelder van Dhr. J. Fritzl
- Contacteer:
Bestaat naar mijn weten geen MOD voor.
Maar wil je hetgene dat op mijn forum staat (http://janmarques.bs3.ath.cx/janmarques.be.tt/), dan hoef je enkel [DEZE] code aan je overall_header.tpl (die in templates/jouw template/ staat) toe te voegen!
Succes :thumb:
Maar wil je hetgene dat op mijn forum staat (http://janmarques.bs3.ath.cx/janmarques.be.tt/), dan hoef je enkel [DEZE] code aan je overall_header.tpl (die in templates/jouw template/ staat) toe te voegen!
Succes :thumb:
wat een iritant swevend ding o_0, nee ik zou graag willen dat hij een statiese plek krijgt. En eventueel met de link/test ( Register now its free click here.) zoiets en dan staties links boven dan meescrolt of zoiets?
Misschien een leuk idee om voor jouw als officele mod uit te brengen?
Misschien een leuk idee om voor jouw als officele mod uit te brengen?
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.
- Ramon Fincken
- Berichten: 2552
- Lid geworden op: 27 nov 2005, 23:15
- Locatie: Diemen
- Contacteer:
Re: Mod voor zwevend berichtje of je wilt registere als gues
wij geven niets, we kunnen je alleen op weg helpen als je gezocht hebtspecial18 schreef:Ik zoek een mod zodat een gast, een zwevend berichtje ziet vragend of hij wilt registeren. Ook eventueel op de portal pagina. Ik zou erg fijn vinden als iemand me deze mod kan geven ^^
er is een mod op phpbb.com die een IE error balk laat zien als gast
Freelance webdevelopment, including phpbb2 scripting!
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com
Re: Mod voor zwevend berichtje of je wilt registere als gues
Geven je weet wel linken maja, um mag ik die zien of tenminste de naam zodat ik hem kan vinden?Ramon Fincken schreef:wij geven niets, we kunnen je alleen op weg helpen als je gezocht hebtspecial18 schreef:Ik zoek een mod zodat een gast, een zwevend berichtje ziet vragend of hij wilt registeren. Ook eventueel op de portal pagina. Ik zou erg fijn vinden als iemand me deze mod kan geven ^^
er is een mod op phpbb.com die een IE error balk laat zien als gast
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.
- Ramon Fincken
- Berichten: 2552
- Lid geworden op: 27 nov 2005, 23:15
- Locatie: Diemen
- Contacteer:
IE guest infobar:
http://www.phpbbhacks.com/download/5541
http://www.phpbbhacks.com/download/5541
Freelance webdevelopment, including phpbb2 scripting!
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com
Website founder van: phpBBinstallers.net phpBBantispam.com
Mods: zie op http://www.phpbb.com Blog in wording: RamonFincken.com
Ja dat lijkt erop wat ik zoek, alleen wil hij nu niet het balkje weergeven, het ligt aan dit stukje denk ik.
Mijn overal_header.tpl is niet subsilver dus ietsje anders en is het geen hele lijn waar zou dit dan wel horen? want het ziet er nu niet echt uit
Code: Selecteer alles
#
#-----[ FIND ]------------------------------------------
#
# IMPORTANT: The original line is longer!
#
<body
#
#-----[ AFTER, ADD ]------------------------------------------
#
<!-- BEGIN switch_user_logged_out -->
<div id="info"><div id="infobar"><a href="{U_REGISTER}">{L_CBACK_INFOBAR}</a></div></div>
<br>
<!-- END switch_user_logged_out -->
Code: Selecteer alles
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<!-- BEGIN switch_user_logged_out -->
<link rel="stylesheet" href="templates/iskin/cbackinfo.css" type="text/css">
<!-- END switch_user_logged_out -->
<!-- link rel="stylesheet" href="templates/iSkin/{T_HEAD_STYLESHEET}" type="text/css" -->
<style type="text/css">
<!--
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: #F8F8F8;
font: 8pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
padding:0px;
margin:0px;
}
/* General font families for common tags */
font,th,td,p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px }
a:link,a:active,a:visited { text-decoration: underline; color : #5D5D5E; }
a:hover { text-decoration: underline; color : #30518D; }
hr { height: 0px; border: solid #A8A8AD 0px; border-top-width: 1px; padding:0px; margin:0px }
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #FFFFFF }
/* This is the outline round the main forum tables */
.forumline { border: #7A7D81 solid 1px }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #FBFBFB }
td.row2 { background-color: #FFFFFF }
td.row3 { background-color: #FBFBFB }
.tborder {
background-color: #EEEEEE;
}
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #F5F9FE;
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
font-family: tahoma, verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
color: #4D4D4D; font-size: 10px; font-weight : bold;
background-color: #EEEEEE; height: 10px;
background-image: url(templates/iSkin/images/strip_back.gif);
text-align: center;
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-color:#F5F9FE; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it :-)
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #FFFFFF; border-style: solid; height: 15px;
}
td.row3Right,td.spaceRow {
background-color: #450405; border: #FFFFFF; border-style: solid;
}
th.thHead,td.catHead { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thHead2,td.catHead2 { font-size: 10px; border-width: 0px 0px 0px 0px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 0px 0px 0px; }
th.thSides2,td.catSides2,td.spaceRow2 { border-width: 0px 0px 0px 0px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 0px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 0px; }
th.thBottom,td.catBottom { border-width: 0px 0px 0px 0px; }
th.thTop { border-width: 0px 0px 0px 0px; }
th.thCornerL { border-width: 0px 0px 0px 0px; }
th.thCornerR { border-width: 0px 0px 0px 0px; }
.thead {
background-color: #ABAAAA;
margin-top:1px;
height:4px;
}
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif;
; line-height : 120%; color : #A8A8AD;
}
/* General text */
.gen { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif }
.genmed { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gensmall { font-size : 10px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-seri }
.gen,.genmed,.gensmall { color : #4D4D4D; }
a.gen,a.genmed,a.gensmall { color: #5D5D5E; text-decoration: underline; }
a.gen:hover,a.genmed:hover,a.gensmall:hover #30518D; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #4D4D4D }
a.mainmenu { text-decoration: underline; color : #5D5D5E; }
a.mainmenu:hover{ text-decoration: underline; color : #30518D; }
/* Forum category titles */
.cattitle { font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; font-weight: bold; font-size: 11px; letter-spacing: 0px; color : #5D5D5E}
a.cattitle,a.cattitle:visited,a.cattitle:active { text-decoration: none; letter-spacing: 0px; color : #5D5D5E }
a.cattitle:hover{ text-decoration: underline; color : #30518D; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 10px; color : #5D5D5E; }
a.forumlink,a.forumlink:active,a.forumlink:visited { font-weight: bold; font-size: 11px; text-decoration: underline; color : #5D5D5E; }
a.forumlink:hover{ text-decoration: underline; color : #30518D; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 10px; color : #4D4D4D;}
a.nav { text-decoration: underline; color : #5D5D5E; }
a.nav:hover { text-decoration: underline; color: #30518D; }
.title {
font-weight: bold; font-size: 11px; font-family: Verdana, Arial, Helvetica, sans-serif;
color : #4D4D4D;
}
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif; color : #A8A8AD; }
a.topictitle:link { text-decoration: underline; color : #5D5D5E; }
a.topictitle:visited { text-decoration: underline; color : #5D5D5E; }
a.topictitle:active { text-decoration: underline; color : #5D5D5E; }
a.topictitle:hover { text-decoration: underline; color : #30518D; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #5D5D5E;}
/* Name of poster view topic */
.membername { font-size : 11px; color : #183F74;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 10px; color : #4D4D4D; }
/* The content of the posts (body of text) */
.postbody { font-size : 11px; line-height: 13px; color: #4D4D4D}
a.postlink:link { text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:visited { text-decoration: underline; color : #5D5D5E; font-size : 11px; }
a.postlink:hover { text-decoration: underline; color : #30518D; font-size : 11px;}
/* Quote & Code blocks */
.code {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
background-color: #FBFBFB;
border: 1px #EEEEEE solid;
}
.quote {
font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #4D4D4D;
background-color: #FBFBFB;
border: 1px #EEEEEE solid;
}
/* Copyright and bottom info */
.copyright { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #4D4D4D; letter-spacing: -1px;}
a.copyright,a.copyright:visited,a.copyright:active { color: #5D5D5E; text-decoration: underline;}
a.copyright:hover { color: #30518D}
/* Form elements */
input,textarea, select {
color : #4D4D4D;
font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #F7F7F7;
color: #4D4D4D;
border: 1px #424242 solid;
font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #F7F7F7;
color : #4D4D4D;
border: 1px #000000 solid;
font-size: 11px; font-family: verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #F7F7F7;
color: #4D4D4D;
font-weight : normal;
border: 1px #000000 solid;
}
/* None-bold submit button */
input.liteoption {
background-color : #F7F7F7;
font-weight : normal;
color: #4D4D4D;
border: 1px #000000 solid;
}
#hdr {
background: #FFFFFF url(templates/iSkin/images/hdr_back.gif) ;
width: 100%;
height: 90px;
margin: 0;
padding: 0;
}
#hdr_bdr {
border-left: 1px solid #597DC3;
border-right: 1px solid #597DC3;
margin: 0;
padding: 0;
}
#logo {
background: url(templates/iSkin/images/hdr_logo.gif);
width: 110px;
height: 90px;
align: left;
margin: 0;
padding: 0;
}
#brd_in {
border-left: 1px solid #dadada;
border-right: 1px solid #dadada;
}
#brd_outer {
border-left: 4px solid #f1f1f1;
border-right: 4px solid #f1f1f1;
}
#hdr_btm {
background: #b0c4e8 url(templates/iSkin/images/mid_hdr_back.gif);
width: 100%;
height: 14px;
margin: 0;
padding: 0;
}
#nav_back {
background: #FCFCFC url(templates/iSkin/images/nav_back.gif);
width: 100%;
height: 29px;
}
.ftr_bdr {
border-left: 1px solid #eeeeee;
border-right: 1px solid #eeeeee;
margin: 0;
padding: 0;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know ;)
*/
.helpline { background-color: #FFFFFF; border-style: none; color:#4D4D4D }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/iSkin/formIE.css");
-->
</style>
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
</head>
<body>
<a name="top"></a>
<!-- set below for skin width-->
<table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="left" valign="top">
<div id="brd_outer">
<div id="brd_in">
<!-- begin iSkin header -->
<div id="hdr_bdr">
<div id="hdr"><div id="logo"></div></div>
<div id="hdr_btm"></div>
</div>
<div id="nav_back">
<table width="339" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="43" height="29"><a href="portal.php"><img id="nav_home" src="templates/iSkin/images/nav_home.gif" width="43" height="29" border="0" alt="" /></a></td>
<!-- BEGIN switch_user_logged_out -->
<td width="73" height="26"><a href="{U_REGISTER}"><img src="templates/iSkin/images/nav_register.gif" width="73" height="29" border="0" alt="" /></a></td>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
<td width="67" height="29"><a href="{U_PROFILE}"><img id="nav_cp" src="templates/iSkin/images/nav_cp.gif" width="67" height="29" border="0" alt="" /></a></td>
<!-- END switch_user_logged_in -->
<td width="67" height="29"><a href="{U_MEMBERLIST}"><img src="templates/iSkin/images/nav_members.gif" width="67" height="29" border="0" alt="" /></a></td>
<td width="59" height="29"><a href="{U_GROUP_CP}"><img src="templates/iSkin/images/nav_groups.gif" width="59" height="29" border="0" alt="" /></a></td>
<td width="59" height="29"><a href="{U_SEARCH}"><img src="templates/iSkin/images/nav_search.gif" width="59" height="29" border="0" alt="" /></a></td>
<td width="35" height="29"><a href="{U_FAQ}" accesskey="5"><img id="nav_faq" src="templates/iSkin/images/nav_faq.gif" width="35" height="29" border="0" alt="" /></a></td>
<td width="2" height="29"><img id="nav_rs" src="templates/iSkin/images/nav_rs.gif" width="2" height="29" alt="" /></td>
</tr>
</table>
</div>
<!-- end iSkin header -->
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="bodyline">
<div style="padding:15px 25px 15px 25px">
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.
bump.
http://www.animeresource.org Free Anime downloading and streaming, community forums and Anime Radio.