Vreau sa am Protected forum
Pagina 2 din 2 • Distribuiţi
Pagina 2 din 2 • 1, 2
Vreau sa am Protected forum
Rezumarea primului mesaj :
salut cum pot sa pun pe forum protected forum adica daca esti vizitator sa poti decat sa vezi forumul nu si mesajele stiu o modalitate dar nu vreau sa dau permisiuni si sa dau decat ca vizitatorii alta modalitate mai este?
salut cum pot sa pun pe forum protected forum adica daca esti vizitator sa poti decat sa vezi forumul nu si mesajele stiu o modalitate dar nu vreau sa dau permisiuni si sa dau decat ca vizitatorii alta modalitate mai este?
Re: Vreau sa am Protected forum
Niciun script nu este mai efecient decat permisiunile standard oferite de platforma, asa ca te rog sa utilizezi informatiile din link.
Re: Vreau sa am Protected forum
Uite alta imagine :::
Specific ca am phpBB2
Va rog ajutati-ma
Specific ca am phpBB2
Va rog ajutati-ma
Re: Vreau sa am Protected forum
index_box
Codul JS:
- Cod:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
<tr>
<td valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<span class="gensmall">{LAST_VISIT_DATE}<br />
{CURRENT_TIME}<br />
</span>
<!-- END switch_user_logged_in -->
<div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
</td>
<td class="gensmall" align="right" valign="bottom">
<!-- BEGIN switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
<a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
<!-- END switch_user_logged_in -->
<a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
</td>
</tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead -->
<table class="forumline" id="categorie" width="100%" border="0" cellspacing="1" cellpadding="0">
<tr>
<th colspan="4" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
</tr>
<!-- END tablehead -->
<!-- BEGIN cathead -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
<h{catrow.cathead.LEVEL} class="hierarchy">
<span class="cattitle">
<a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
</span>
</h{catrow.cathead.LEVEL}>
</td>
<td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right"> </td>
</tr>
<!-- END cathead -->
<!-- BEGIN forumrow -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
<!-- END inc -->
<td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
<img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
</td>
<td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<span class="forumlink">
<a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
</span>
</h{catrow.forumrow.LEVEL}>
<span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
<span class="gensmall">
<!-- BEGIN switch_moderators_links -->
{catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
<!-- END switch_moderators_links -->
{catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
</span>
</td>
<td class="row2" align="left" valign="middle" height="45">
<div class="stats" style="width: 90px"><span class="gensmall">
<font color="#465361">Subiecte<div class="stats1">{catrow.forumrow.TOPICS}</div></font></span></div>
<div class="stats" style="width: 90px"><span class="gensmall">
<font color="#465361">Mesaje<div class="stats1">{catrow.forumrow.POSTS}</div></font></span></div>
</td>
<td class="row3 over last-post" align="left" valign="middle">
<!-- BEGIN avatar -->
<div style="width: 200px;"></div>
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<div class="stats" style="width: 200px"><span class="gensmall">{catrow.forumrow.LAST_POST}</span></div>
</td>
</tr>
<!-- END forumrow -->
<!-- BEGIN catfoot -->
<tr>
<!-- BEGIN inc -->
<td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
<!-- END inc -->
<td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
</tr>
<!-- END catfoot -->
<!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Codul JS:
- Cod:
var js = jQuery;
js(function(a,c,b)
{
on = _userdata.session_logged_in;
b = js('#categorie');
for (var i = 0; i < b.length; i++) {
if(on === '0') // userul nu este conectat.
{
js('.last-post',b[i]).html("<i>Forum protejat</i>");
}
};
});
Re: Vreau sa am Protected forum
tot nu merge
Re: Vreau sa am Protected forum
Cod Javascript (amplasare doar în index):
Unde var sCategory este poziţia categoriei pe care vrei să o protejezi. De exemplu: Ai 3 categorii pe forum, şi vrei să o protejezi pe prima; atunci pui var sCategory = '1';
Cod CSS:
Autor nanako.
Sper că ţi-am fost de ajutor. O zi bună !
- Cod:
$(function() {
if (document.getElementById('logout') == null) {
var sCategory = 'POZITIA CATEGORIEI';
$('.main-content:eq(' + sCategory + ')').addClass('protect');
}
});
Unde var sCategory este poziţia categoriei pe care vrei să o protejezi. De exemplu: Ai 3 categorii pe forum, şi vrei să o protejezi pe prima; atunci pui var sCategory = '1';
Cod CSS:
- Cod:
.protect:after {
background: none repeat scroll 0px 0px rgba(255, 255, 255, 0.7);
bottom: 0px;
content: "Members Only";
font-size: 30px;
left: 0px;
line-height: 300px;
position: absolute;
right: 0px;
text-align: center;
top: 0px;
z-index: 10;
}
.protect {
position: relative;
}
Autor nanako.
Sper că ţi-am fost de ajutor. O zi bună !
Re: Vreau sa am Protected forum
Avand in vedere ca in ultimele 2 saptamani autorul nu a mai aratat interes pentru acesta problema, topicul va fi inchis si trimis in cos. Daca problema nu a fost rezolvata, va invitam sa deschideti un nou topic, in sectiunea corespunzatoare si avind un titlu explicit.
Pagina 2 din 2 • 1, 2
Subiecte similare
» din: Vreau sa am Protected forum
» Vreau sa mi se afiseze vremea pe forum
» Vreau si eu meniu personalizat pentru forum
» Vreau tema aceasta neagra pe forum
» Vreau sa schimb interfata cand postez pe forum
» Vreau sa mi se afiseze vremea pe forum
» Vreau si eu meniu personalizat pentru forum
» Vreau tema aceasta neagra pe forum
» Vreau sa schimb interfata cand postez pe forum
Pagina 2 din 2
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum