Re: [BETA] profileintabs | Mehrseitige Profile
Verfasst: 12.09.2010 10:54
any news or update.. is it working on 3.0.7 ?
thanks
thanks
phpBB.de - Die deutsche phpBB-Community
https://www.phpbb.de/community/
Code: Alles auswählen
Öffne : gb_view.html
Finde und lösche : <!-- INCLUDE posting_buttons.html -->
Code: Alles auswählen
</form>
<form method="post" action="{U_ACTION}" id="postform">
<!-- IF S_GUESTBOOK_ACTIVE -->
<span class="corners-top"><span></span></span>
<h5>{L_GUESTBOOK}</h5>
<!-- IF not S_GUESTBOOK_FULL-->
<div class="postbody">
<div class="content">{L_GUESTBOOK_NO_ENTRY}</div>
</div>
<hr/>
<!-- ELSE -->
<!-- BEGIN guestbook -->
<div class="postbody">
<div class="content">
<font size="+1">{L_GUESTBOOK_TITLE}: {guestbook.GUESTBOOK_TITLE}</font>
<br/>{L_GUESTBOOK_NAME}: {guestbook.GUESTBOOK_POSTER_NAME}<br/>{L_GUESTBOOK_DATE}: {guestbook.GUESTBOOK_GB_TIME}
</div>
<hr noshade width="200" size="5" align="left">
<br/><div class="content">{guestbook.GUESTBOOK_ENTRY}<br/>
<!-- IF guestbook.GUESTBOOK_USER_ID == guestbook.GUESTBOOK_POSTER_ID -->
<!-- IF guestbook.GUESTBOOK_SEND == '0' -->
{L_GUESTBOOK_NOT_DELETE}
<!-- ELSE -->
<span style="float:right">{guestbook.GUESTBOOK_DELETE_URL}</span>
<!-- ENDIF --> <!-- ENDIF -->
</div>
</div>
<hr style="border-style:dashed;">
<!-- END guestbook -->
<!-- ENDIF -->
<hr/>
{L_GUESTBOOK_PAGE}: <!-- IF S_PAGINATION -->{S_PAGINATION}<!-- ENDIF -->
<div style="text-align: left;">
<div class="spoiltitle">
<input class="spoilbtn" type="button" value="{L_GUESTBOOK_SP_POST}" style="width:200px; font-size:10pt; color:#000000;" onclick="javascript:if (this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = ''; this.innerText = '{L_GUESTBOOK_SP_NOT_POST}'; this.value = '{L_GUESTBOOK_SP_NOT_POST}'; } else { this.parentNode.parentNode.getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none'; this.innerText = '{L_GUESTBOOK_SP_POST}'; this.value = '{L_GUESTBOOK_SP_POST}'; }" onfocus="this.blur();" />
<div class="spoildiv">
<div style="display: none;">
<fieldset>{GUESTBOOK_ADD}
<dl>
<dt><h4>{L_GUESTBOOK_TITLE}:</h4></dt>
</dl>
<input type="text" class="inputbox autowidth" size="45" maxlength="45" name="title" />
<dl>
<dt><h4>{L_GUESTBOOK_MESSAGE}:</h4></dt>
<div id="smiley-box">
<!-- IF S_SMILIES_ALLOWED and .smiley -->
<strong>{L_SMILIES}</strong><br />
<!-- BEGIN smiley -->
<a href="#" onclick="insert_text('{smiley.A_SMILEY_CODE}', true); return false;"><img src="{smiley.SMILEY_IMG}" width="{smiley.SMILEY_WIDTH}" height="{smiley.SMILEY_HEIGHT}" alt="{smiley.SMILEY_CODE}" title="{smiley.SMILEY_DESC}" /></a>
<!-- END smiley -->
<!-- ENDIF -->
<!-- IF S_SHOW_SMILEY_LINK and S_SMILIES_ALLOWED-->
<br /><a href="posting.php?mode=smilies&f=1" onclick="popup(this.href, 300, 350, '_phpbbsmilies'); return false;">{L_MORE_SMILIES}</a>
<!-- ENDIF -->
</div>
<div id="message-box">
<textarea name="message" id="message" name="message" id="message" tabindex="3" onselect="storeCaret(this);" onclick="storeCaret(this);" onkeyup="storeCaret(this);" class="inputbox" rows="10" cols="20" wrap="virtual"></textarea></dd> </div>
</fieldset>
<!-- IF guestbook.GUESTBOOK_SEND == '0' -->
{L_GUESTBOOK_NOT_SEND}
<!-- ELSE -->
<input type="submit" accesskey="s" name="submit_guestbook" value="{L_SUBMIT}" class="button1" />
<!-- ENDIF -->
</div>
</div></div>
<!-- ENDIF -->
<span class="corners-bottom"><span></span></span></div>
Code: Alles auswählen
<div style="display: none;" class="panel<!-- IF S_ONLINE --> online<!-- ENDIF -->" id="test2-panel">
<div class="inner"><span class="corners-top"><span></span></span>
<dl class="detailsprof">
<!-- INCLUDE gb_view.html -->
</dl>
<span class="corners-bottom"><span></span></span></div>
</div>