Miniavatare la ultimul raspuns
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 3 • Distribuiţi
Pagina 1 din 3 • 1, 2, 3
Miniavatare la ultimul raspuns
Buna ziua!
Imi apar miniavatarele de la ultimul raspuns doar pe pagina principala, nu si pe pagina cu topicurile, cu subiectele.
O solutie? Este o tema phpbb2.
Imi apar miniavatarele de la ultimul raspuns doar pe pagina principala, nu si pe pagina cu topicurile, cu subiectele.
O solutie? Este o tema phpbb2.
Ultima editare efectuata de catre west_west in Vin Apr 17, 2015 5:25 pm, editata de 1 ori
Re: Miniavatare la ultimul raspuns
Bună ziua,
Aţi folosit un cod anume pentru ele sau aţi folosit opţiunea din panou de administrare?
Aţi folosit un cod anume pentru ele sau aţi folosit opţiunea din panou de administrare?
Re: Miniavatare la ultimul raspuns
Este optinea din panou, la widget este un cod in template mod_recent_topics pentru avatar la ultimul raspuns. Banuiesc ca problema este in topics_list_box dar, trebuie sa recunosc, ma depaseste.
Re: Miniavatare la ultimul raspuns
- Cod:
<!-- BEGIN topics_list_box --><!-- BEGIN row --><!-- BEGIN header_table --><!-- BEGIN multi_selection -->
<script type="text/javascript">
function check_uncheck_main_{topics_list_box.row.header_table.BOX_ID}() {
var all_checked = true;
for (i = 0; (i < document.{topics_list_box.FORMNAME}.elements.length) && all_checked; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
all_checked = document.{topics_list_box.FORMNAME}.elements[i].checked;
}
}
document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked = all_checked;
}
function check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}() {
for (i = 0; i < document.{topics_list_box.FORMNAME}.length; i++) {
if (document.{topics_list_box.FORMNAME}.elements[i].name == '{topics_list_box.FIELDNAME}[]{topics_list_box.row.header_table.BOX_ID}') {
document.{topics_list_box.FORMNAME}.elements[i].checked = document.{topics_list_box.FORMNAME}.all_mark_{topics_list_box.row.header_table.BOX_ID}.checked;
}
}
}
</script>
<!-- END multi_selection -->
<table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<th colspan="{topics_list_box.row.header_table.COLSPAN}" align="center" nowrap="nowrap"> {topics_list_box.row.L_TITLE} </th>
<th align="center" nowrap="nowrap" width="100"> {topics_list_box.row.L_AUTHOR} </th>
<th align="center" nowrap="nowrap" width="150"> {topics_list_box.row.L_LASTPOST} </th>
<!-- BEGIN multi_selection -->
<th align="center" nowrap="nowrap" width="20"><input onclick="check_uncheck_all_{topics_list_box.row.header_table.BOX_ID}();" type="checkbox" name="all_mark_{topics_list_box.row.header_table.BOX_ID}" value="0" /></th>
<!-- END multi_selection -->
</tr>
<!-- BEGIN pagination -->
<tr>
<td class="row1" colspan="7" align="right"><span class="gensmall">{PAGINATION}</span></td>
</tr>
<!-- END pagination -->
<!-- END header_table --><!-- BEGIN header_row -->
<tr>
<td class="row3" colspan="{topics_list_box.row.COLSPAN}"><span class="gensmall"> <b>{topics_list_box.row.L_TITLE}</b></span></td>
</tr>
<!-- END header_row -->
<table class="categorie2" width="99%" border="0" cellspacing="0">
<!-- BEGIN topic -->
{topics_list_box.row.END_TABLE_STICKY}
<tr>
<!-- BEGIN single_selection -->
<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20"><input type="radio" name="{topics_list_box.FIELDNAME}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></td>
<!-- END single_selection -->
<td class="{topics_list_box.row.ROW_FOLDER_CLASS}" align="center" valign="middle" width="20"><img title="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" src="{topics_list_box.row.TOPIC_FOLDER_IMG}" alt="{topics_list_box.row.L_TOPIC_FOLDER_ALT}" /></td>
<!-- BEGIN icon -->
<td class="{topics_list_box.row.ROW_CLASS}" align="center" valign="middle" width="20">{topics_list_box.row.ICON}</td>
<!-- END icon -->
<td class="{topics_list_box.row.ROW_CLASS}" onmouseover='this.className="row2"' onmouseout='this.className="{topics_list_box.row.ROW_CLASS}"' width="100%">
<div class="topictitle">
{topics_list_box.row.NEWEST_POST_IMG}{topics_list_box.row.PARTICIPATE_POST_IMG}{topics_list_box.row.TOPIC_TYPE}
<h2 class="topic-title">
<a class="topictitle" href="{topics_list_box.row.U_VIEW_TOPIC}">{topics_list_box.row.TOPIC_TITLE}</a>
</h2>
</div>
<img src="http://png-3.findicons.com/files/icons/1157/feedicons_2/16/rss.png" style="float: right"></img>
<!-- BEGIN switch_description -->
<span class="genmed">
<br />
{topics_list_box.row.topic.switch_description.TOPIC_DESCRIPTION}
</span>
<!-- END switch_description -->
<span class="gensmall">{topics_list_box.row.TOPIC_ANNOUNCES_DATES}{topics_list_box.row.TOPIC_CALENDAR_DATES}</span>
<span class="gensmall">{topics_list_box.row.GOTO_PAGE}<!-- BEGIN nav_tree -->{topics_list_box.row.TOPIC_NAV_TREE} <!-- END nav_tree --></span>
</td>
<td class="row3" align="center" valign="middle" style="min-width: 100px"><span class="postdetails">Vizualizari:{topics_list_box.row.VIEWS} <br>
Raspunsuri:{topics_list_box.row.REPLIES}</span></td>
<td class="row3" align="center" valign="middle" nowrap="nowrap" style="min-width: 230px"><span class="postdetails"> {topics_list_box.row.LAST_POST_TIME}<br />{topics_list_box.row.LAST_POST_AUTHOR} {topics_list_box.row.LAST_POST_IMG}</span></td>
<!-- BEGIN multi_selection -->
<td class="row2" align="center" valign="middle"><span class="postdetails"><input onclick="javascript:check_uncheck_main_{topics_list_box.row.BOX_ID}();" type="checkbox" name="{topics_list_box.FIELDNAME}[]{topics_list_box.row.BOX_ID}" value="{topics_list_box.row.FID}" {topics_list_box.row.L_SELECT} /></span></td>
<!-- END multi_selection -->
</tr>
<!-- END topic --><!-- BEGIN no_topics -->
<tr>
<td class="row1" colspan="{topics_list_box.row.COLSPAN}" align="center" valign="middle" height="30"><span class="gen">{topics_list_box.row.L_NO_TOPICS}</span></td>
</tr>
<!-- END no_topics --><!-- BEGIN bottom -->
<tr>
<td class="catBottom" colspan="{topics_list_box.row.COLSPAN}" valign="middle">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <span class="gensmall">{PAGINATION}</span></td>
<td align="right"><a href="#top">{L_BACK_TO_TOP}</a> </td>
</tr>
</table>
</td>
</tr>
<!-- END bottom --><!-- BEGIN footer_table -->
</table><!-- END footer_table --><!-- BEGIN spacer --><br class="gensmall" /><!-- END spacer --><!-- END row --><!-- END topics_list_box -->
Re: Miniavatare la ultimul raspuns
Template-ul nu are nimic, problema dumnevoastră s-ar putea să ţină de celălalt template, mod_recent_topics. Îmi puteţi oferi şi acel template?
Re: Miniavatare la ultimul raspuns
- Cod:
<script type="text/javascript">
/*
* Author: StaarK* (InFeRn0)
* Date: 10/Nov/2013
* Script by: StaarK*
* Site: Extrem-Tutorials.
*/
$(function() {
$('table#jq_ipb_topics td.row1 div#jq_sol').each(function() {
var a = $(this).find('span#jq_sol_inner a[href^="/u"]').attr('href');
var b = 'http://i.imgur.com/fMZVhyJ.gif';
$(this).prepend('<a href="'+ a +'" class="jq_ava"><img src="'+ b +'" class="jq_mini_ava" /></a>');
$(this).children('a').load(a + '.forumline .row1.gensmall[align="center"]:eq(0) img:eq(0)',function() {
$(this).children('img').attr('class','jq_mini_ava');
});
});
});
</script>
<!-- BEGIN classical_row -->
<table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0" id="jq_ipb_topics">
<tr>
<td class="catHead" height="25"><span class="genmed"><b><center>{L_RECENT_TOPICS}</center></b></span></td>
</tr>
<tr>
<td class="row1" align="left"><span class="gensmall">
<!-- BEGIN recent_topic_row -->
<div id="jq_sol"><span id="jq_sol_inner"><a href="{classical_row.recent_topic_row.U_TITLE}">{classical_row.recent_topic_row.L_TITLE}</a><br />{BY}
<!-- BEGIN switch_poster -->
<a href="{classical_row.recent_topic_row.switch_poster.U_POSTER}">{classical_row.recent_topic_row.switch_poster.S_POSTER}</a>
<!-- END switch_poster -->
<!-- BEGIN switch_poster_guest -->
{classical_row.recent_topic_row.switch_poster_guest.S_POSTER}
<!-- END switch_poster_guest -->
{ON} {classical_row.recent_topic_row.S_POSTTIME}<br /><br /></span></div>
<!-- END recent_topic_row -->
</span></td>
</tr>
</table>
<!-- END classical_row -->
<style type="text/css">
/*
* Author: StaarK* (InFeRn0)
* Date: 10/Nov/2013
* Script by: StaarK*
* Site: Extrem-Tutorials.
*/
.jq_mini_ava {
float: left;
width: 35px;
border: 1px solid #CCC;
margin-right: 10px;
padding: 1px;
height: 35px;
margin-top: 3px;
}
</style>
Re: Miniavatare la ultimul raspuns
Acest template este doar pentru widget-uri, le aveţi activate? Îmi puteţi oferi adresa forumului?
Re: Miniavatare la ultimul raspuns
Editez pentru a veni cu o precizare: avatarele ultimului subiect din widget-uri este vizibil doar ca membru logat. Eventual va pot oferi un cont de control
Re: Miniavatare la ultimul raspuns
Buna ziua, Va rugam sa readuceti in atentie intrebarea dumneavoastra doar daca au trecut cel putin 24 de ore fara sa primiti un raspuns. Pentru actualizarea mesajului anterior puteti folosi butonul . Acesta fiind al 3-lea advertisment de acest gen => warn. Mulţumesc pentru înţelegere! |
Re: Miniavatare la ultimul raspuns
Problema dumnevoastră nu se leagă de widget-uri şi de template-uri, verificaţi vă rog în panou să îmi spuneţi dacă aveţi următoarea opţiune bifată pe da: Panou de administrare ~> Afisare ~> Pagina de start ~> Structura si ierarhie ~> Ierarhie ~> Afiseaza avatarele in coloana "Ultimele mesaje"
Pagina 1 din 3 • 1, 2, 3
Subiecte similare
» stergere subiecte,mesaje,ultimul raspuns
» Cum scot data de la ultimul raspuns!
» poza de profil la ultimul raspuns
» De ce nu arata bine la ultimul raspuns?
» Format afisare data la ultimul raspuns
» Cum scot data de la ultimul raspuns!
» poza de profil la ultimul raspuns
» De ce nu arata bine la ultimul raspuns?
» Format afisare data la ultimul raspuns
Forum gratuit: forum de suport al utilizatorilor :: Forum de suport :: Alte probleme :: Arhiva probleme diverse
Pagina 1 din 3
Permisiunile acestui forum:
Nu puteti raspunde la subiectele acestui forum