Fork me on GitHub




« 1 2 (3) 4 »


Re: Theme Dark Forest - Forum Cbb
Semi pro
Inscrit: 08/06/2005 17:15
De Where ?
Messages: 513
normalement la modif de la 4.0 sur la 3.08 est reproductible, dans le template j'ai ajouté :
<style type="text/css"
.
newbbcat td 
    
background-color#51615C;  
    
padding4px;  
    
vertical-align :         middle;  
    
font-weight:             bold;  
    
font-size1.1em;  
    
color:#fff;  
    
box-shadow:             0 20px 10px -10px rgba(255,255,255,0.3inset;  
        -
moz-box-shadow:     0 20px 10px -10px rgba(255,255,255,0.3inset;  
        -
webkit-box-shadow0 20px 10px -10px rgba(255,255,255,0.3inset;; 

</
style>

et "newbbcat" ici :
<div class="index_category">  
    <
table border="0" cellspacing="1" cellpadding="2" width="100%"
        <{
foreachq item=category from=$categories}> 
            <
tr class="odd newbbcat">

Posté le : 03/11/2010 23:41
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
Bonjour ! Et Merci !

Ca, cela Marche , Caradoc. voir precedent Message (j'ai reussi a le faire sur la base de tes precedentes infos):

Citation :

nb.: Edit : sur la base de ta 1ere modif. j'ai essayé de le faire mais sans trop savoir ... plutot du copier coller et ca semble avoir marché.

http://www.hkrag.fr/modules/newbb/

La page dont je parlais est celle ci :
http://www.hkrag.fr/modules/newbb/viewforum.php?forum=1

Citation :

Sur la page viewforum je voudrais mettre les entetes du tableau (sujet auteur publié le ....) sur le meme style que plus haut .

Mais là , je n'arrive pas ...


oups,
Merci

Posté le : 04/11/2010 05:21
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Semi pro
Inscrit: 08/06/2005 17:15
De Where ?
Messages: 513
template newbb_viewforum.html, je te mets juste un extrait du code ayant la modif :
<style type="text/css">  
.
newbbcat td {  
    
background-color#51615C;   
    
padding4px;   
    
vertical-align :         middle;   
    
font-weight:             bold;   
    
font-size1.1em;   
    
color:#fff;   
    
box-shadow:             0 20px 10px -10px rgba(255,255,255,0.3inset;   
        -
moz-box-shadow:     0 20px 10px -10px rgba(255,255,255,0.3inset;   
        -
webkit-box-shadow0 20px 10px -10px rgba(255,255,255,0.3inset;;  
}  
</
style>
<
div id="forum_header">
<
div><{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a></div>
<{if 
$parent_forum}>
<
div>&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$parent_forum}>"><{$parent_name}></a></div>
<
div>&nbsp;&nbsp;&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a></div>
<{else}>
<
div>&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a></div>
<{/if}>
</
div>

<
br clear="all" />

<{if 
$subforum}>
<
table cellspacing="1" class="outer" width="100%">

    <
tr class="head newbbcat" align="center">
      <
td width="5%">&nbsp;</td>
      <
td nowrap="nowrap" align="left"><{$smarty.const._MD_SUBFORUMS}></td>
      <
td nowrap="nowrap"><{$smarty.const._MD_TOPICS}></td>
      <
td nowrap="nowrap"><{$smarty.const._MD_POSTS}></td>
      <
td nowrap="nowrap"><{$smarty.const._MD_LASTPOST}></td>
    </
tr>

    <!-- 
start subforums -->

Posté le : 04/11/2010 09:03
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
Super , Super Sympa, Merciiiii

Posté le : 04/11/2010 09:07
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
Je viens de tester ... pas de changement ...
Nb.: bien sur j'ai vidé caches etc... avant de te dire ca .

Ce que je ne comprends pas c'est que la partie de code que tu as modifié parle de sous forum alors que moi ce que j'affiche ce sont les sujets a ce niveau

Posté le : 04/11/2010 09:49

Retrouvez moi sur http://www.hkrag.fr
Autre : http://www.cdf-groupe.org
Solutions Hebergement Xoops: http://www.cdfi-hebergement.com
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
Bonjour, j'ai trouvé , en fait il fallait l'ajouter a plusieurs endroit sur la page
Merci BEAUCOUP
Pour moi ce topic est RESOLU

Posté le : 05/11/2010 08:40

Retrouvez moi sur http://www.hkrag.fr
Autre : http://www.cdf-groupe.org
Solutions Hebergement Xoops: http://www.cdfi-hebergement.com
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Newbie
Inscrit: 09/12/2010 14:58
Messages: 7
Bonjour,
J'ai un probleme similaire sur mon site j'ai donc essaye de suivre se sujet mais j'ai du me perdre :(.
Serait il possible de faire un résumer des modification à apporter et sur quelle fichier faire ces modif.
merci d'avance


Posté le : 09/12/2010 15:03
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
Bonjour,

Plus bas le template

newbb_Viewforum.html

De memoire avec ca, tu as le principe de la modif.

<style type="text/css"
.
newbbcat td 
background-color#51615C; 
padding4px
vertical-align middle
font-weightbold
font-size1.1em
color:#fff; 
box-shadow0 20px 10px -10px rgba(255,255,255,0.3inset
-
moz-box-shadow0 20px 10px -10px rgba(255,255,255,0.3inset
-
webkit-box-shadow0 20px 10px -10px rgba(255,255,255,0.3inset;; 

</
style
<
div id="forum_header"
<
div><{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/index.php"><{$forum_index_title}></a></div>
 <{if 
$parent_forum}> 
<
div>&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$parent_forum}>"><{$parent_name}></a></div>
 <
div>&nbsp;&nbsp;&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a></div>
 <{else}> 
<
div>&nbsp;&nbsp;<{$folder_topic}> <a href="<{$xoops_url}>/modules/newbb/viewforum.php?forum=<{$forum_id}>"><{$forum_name}></a></div>
 <{/if}> 
</
div

<
br clear="all" /> 

<{if 
$subforum}> 
<
table cellspacing="1" class="outer" width="100%"

<
tr class="head newbbcat" align="center"
<
td width="5%">&nbsp;</td
<
td nowrap="nowrap" align="left"><{$smarty.const._MD_SUBFORUMS}></td
<
td nowrap="nowrap"><{$smarty.const._MD_TOPICS}></td
<
td nowrap="nowrap"><{$smarty.const._MD_POSTS}></td
<
td nowrap="nowrap"><{$smarty.const._MD_LASTPOST}></td
</
tr



    <!-- 
start subforums -->
  <{foreach 
item=sforum from=$subforum}>
  <
tr>
    <
td class="even" align="center" valign="middle"><{$sforum.forum_folder}></td>
    <
td class="odd" onclick="window.location='<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$sforum.forum_id}>'"><a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$sforum.forum_id}>"><strong><{$sforum.forum_name}></strong></a><br />
        <{
$sforum.forum_desc}>
        <{if 
$sforum.forum_moderators}><br/>
          <
strong><{$smarty.const._MD_MODERATOR}>:&nbsp;</strong><{$sforum.forum_moderators}>
          <{/if}>
       </
td>
    <
td class="even" align="center" valign="middle"><{$sforum.forum_topics}></td>
    <
td class="odd" align="center" valign="middle"><{$sforum.forum_posts}></td>
    <
td class="even" align="right" valign="middle"><{$sforum.forum_lastpost_time}><br />
        <{
$sforum.forum_lastpost_user}>    <{$sforum.forum_lastpost_icon}>
    </
td>
  </
tr>
    <{/foreach}>
  <!-- 
end subforums -->

</
table>
<
br />
<{/if}>

<{if 
$mode gt 1}>
<
form name="form_topics_admin" action="action.topic.php" method="POST" onsubmit="javascript: if(window.document.form_topics_admin.op.value < 1){return false;}">
<{/if}>

<{if 
$mode gt 0}>
<
div style="padding: 5px;float: left; text-align:left;" id="admin">
<{
$forum_addpoll}><{$forum_post_or_register}>
</
div>
<
div style="padding: 5px;float: right; text-align:right;">
<{if 
$mode gt 1}>
<{
$smarty.const._ALL}>: <input type="checkbox" name="topic_check1" id="topic_check1" value="1" onclick="xoopsCheckAll('form_topics_admin', 'topic_check1');" /> 
<
select name="op">
    <
option value="0"><{$smarty.const._SELECT}></option>
    <
option value="delete"><{$smarty.const._DELETE}></option>
    <{if 
$type eq "pending"}>
        <
option value="approve"><{$smarty.const._MD_APPROVE}></option>
        <
option value="move"><{$smarty.const._MD_MOVE}></option>
    <{elseif 
$type eq "deleted"}>
        <
option value="restore"><{$smarty.const._MD_RESTORE}></option>
    <{else}>
        <
option value="move"><{$smarty.const._MD_MOVE}></option>
    <{/if}>
</
select>  
<
input type="hidden" name="forum_id" value="<{$forum_id}>" />
<
input type="submit" name="submit" value="<{$smarty.const._SUBMIT}>" /> | 
<
a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;mode=1#admin" target="_self" title="<{$smarty.const._MD_TYPE_ADMIN}>"><{$smarty.const._MD_TYPE_ADMIN}></a
<{elseif 
$mode eq 1}>
<
a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;type=active#admin" target="_self" title="<{$smarty.const._MD_TYPE_ADMIN}>"><{$smarty.const._MD_TYPE_ADMIN}></a> | 
<
a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;type=pending#admin" target="_self" title="<{$smarty.const._MD_TYPE_PENDING}>"><{$smarty.const._MD_TYPE_PENDING}></a> | 
<
a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;type=deleted#admin" target="_self" title="<{$smarty.const._MD_TYPE_DELETED}>"><{$smarty.const._MD_TYPE_DELETED}></a> | 
<
a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/moderate.php?forum=<{$forum_id}>" target="_self" title="<{$smarty.const._MD_TYPE_SUSPEND}>"><{$smarty.const._MD_TYPE_SUSPEND}></a>
<{/if}>
</
div>
<{else}>
<
div style="padding: 5px;float: right; text-align:right;">
<{
$forum_addpoll}><{$forum_post_or_register}>
</
div>
<{/if}>
<
div class="clear"></div>

<
br />
<
div>
<
div class="dropdown">
<{if 
$menumode eq 0}>

    <
select
        name
="forumoption" id="forumoption"
        
class="menu"    onchange="if(this.options[this.selectedIndex].value.length >0 )    { window.location=this.options[this.selectedIndex].value;}"
    
>
        <
option value=""><{$smarty.const._MD_FORUMOPTION}></option>
        <
option value="<{$mark_read}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_READ}></option>
        <
option value="<{$mark_unread}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_UNREAD}></option>
        <
option value="">--------</option>
        <
option value="<{$post_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALLPOSTS}></option>
        <
option value="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></option>
        <
option value="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></option>
        <
option value="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></option>
        <
option value="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></option>
        <
option value="<{$unread_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREAD}></option>
        <
option value="">--------</option>
        <{foreach 
item=menu from=$menumode_other}>
        <
option value="<{$menu.link}>"><{$menu.title}></option>
        <{/foreach}>
    </
select>

<{elseif 
$menumode eq 1}>
    <
div id="forumoption" class="menu">
    <
table><tr><td>
        <
class="item" href="<{$mark_read}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_READ}></a>
        <
class="item" href="<{$mark_unread}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_UNREAD}></a>
        <
div class="separator"></div>
        <
class="item" href="<{$post_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALLPOSTS}></a>
        <
class="item" href="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></a>
        <
class="item" href="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></a>
        <
class="item" href="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></a>
        <
class="item" href="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></a>
        <
class="item" href="<{$unread_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREAD}></a>
        <
div class="separator"></div>
        <{foreach 
item=menu from=$menumode_other}>
        <
class="item" href="<{$menu.link}>"><{$menu.title}></a>
        <{/foreach}>
    </
td></tr></table>
    </
div>
    <
script type="text/javascript">document.getElementById("forumoption").onmouseout closeMenu;</script>
    <div class="menubar"><a href="" onclick="openMenu(event, 'forumoption');return false;"><{$smarty.const._MD_FORUMOPTION}></a></div>

<{elseif $menumode eq 2}>
    <div class="menu">
        <ul>
            <li>
                <div class="item"><strong><{$smarty.const._MD_FORUMOPTION}></strong></div>
                <ul>
                <li><table><tr><td>
                    <div class="item"><a href="<{$mark_read}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_READ}></a></div>
                    <div class="item"><a href="<{$mark_unread}>"><{$smarty.const._MD_MARK_ALL_TOPICS}>&nbsp;<{$smarty.const._MD_MARK_UNREAD}></a></div>
                    <div class="separator"></div>
                    <div class="item"><a href="<{$post_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALLPOSTS}></a></div>
                    <div class="item"><a href="<{$newpost_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_NEWPOSTS}></a></div>
                    <div class="item"><a href="<{$all_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_ALL}></a></div>
                    <div class="item"><a href="<{$digest_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_DIGEST}></a></div>
                    <div class="item"><a href="<{$unreplied_link}>"><{$smarty.const._MD_VIEW}>&nbsp;<{$smarty.const._MD_UNREPLIED}></a></div>
                    <div class="separator"></div>
                    <{foreach item=menu from=$menumode_other}>
                    <div class="item"><a href="<{$menu.link}>"><{$menu.title}></a></div>
                    <{/foreach}>
                </td></tr></table></li>
                </ul>
            </li>
        </ul>
    </div>
<{/if}>
</div>
<div style="padding: 5px;float: right; text-align:right;">
<{$forum_pagenav}>
</div>
</div>
<div class="clear"></div>
<br />
<br />

<table cellspacing="1" class="outer" width="100%"> 

<tr class="head newbbcat" align="center"> 
      <td  width="5%" colspan="2">
      <{if $mode gt 1}>
        <{$smarty.const._ALL}>: <input type="checkbox" name="topic_check" id="topic_check" value="1" onclick="xoopsCheckAll('form_topics_admin', 'topic_check');" /> 
      <{else}>
      &nbsp;
      <{/if}>
      </td>
      <td>&nbsp;<strong><a href="<{$h_topic_link}>"><{$smarty.const._MD_TOPICS}></a></strong></td>
      <td width="10%" align="center" nowrap="nowrap"><strong><a href="<{$h_poster_link}>"><{$smarty.const._MD_POSTER}></a></strong></td>
      <td width="10%" align="center" nowrap="nowrap"><strong><a href="<{$h_publish_link}>"><{$smarty.const._MD_TOPICTIME}></a></strong></td>
      <td width="5%" align="center" nowrap="nowrap"><strong><a href="<{$h_reply_link}>"><{$smarty.const._MD_REPLIES}></a></strong></td>
      <td width="5%" align="center" nowrap="nowrap"><strong><a href="<{$h_views_link}>"><{$smarty.const._MD_VIEWS}></a></strong></td>
<{if $rating_enable}>
      <td width="5%" align="center" nowrap="nowrap"><strong><a href="<{$h_rating_link}>"><{$smarty.const._MD_RATINGS}></a></strong></td>
<{/if}>
      <td width="15%" align="center" nowrap="nowrap"><strong><a href="<{$h_date_link}>"><{$smarty.const._MD_DATE}></a></strong></td>
    </tr>

    <{if $sticky > 0}>
 
        <td colspan="2">&nbsp;</td>
        <{if $rating_enable}>
        <td colspan="7"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
        <{else}>
        <td colspan="6"><strong><{$smarty.const._MD_IMTOPICS}></strong></td>
        <{/if}>
    </tr>
    <{/if}>

    <!-- start forum topic -->

    <{foreach name=loop item=topic from=$topics}>

    <{if $topic.stick AND $smarty.foreach.loop.iteration == $sticky+1}>
    <tr class="head">
        <td colspan="2">&nbsp;</td>
        <{if $rating_enable}>
        <td colspan="7"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
        <{else}>
        <td colspan="6"><strong><{$smarty.const._MD_NOTIMTOPICS}></strong></td>
        <{/if}>
    </tr>
    <{/if}>

    <tr class="<{cycle values="even,odd"}>">
        <td width="4%" align="center">
          <{if $mode gt 1}>
            <input type="checkbox" name="topic_id[]" id="topic_id[<{$topic.topic_id}>]" value="<{$topic.topic_id}>" />
          <{else}>
            <{$topic.topic_folder}>
          <{/if}>
        </td>
        <td width="4%" align="center"><{$topic.topic_icon}></td>
        <td>&nbsp;<a href="<{$topic.topic_link}>" title="<{$topic.topic_excerpt|strip_tags}>">
            <{$topic.topic_title}></a><{$topic.attachment}> <{$topic.topic_page_jump}>
        </td>
        <td align="center" valign="middle"><{$topic.topic_poster}></td>
        <td align="center" valign="middle"><{$topic.topic_time}></td>
        <td align="center" valign="middle"><{$topic.topic_replies}></td>
        <td align="center" valign="middle"><{$topic.topic_views}></td>
        <{if $rating_enable}>
        <td align="center" valign="middle"><{$topic.rating_img}></td>
        <{/if}>
        <td align="right" valign="middle"><{$topic.topic_last_posttime}><br />
        <{$topic.topic_last_poster}> <{$topic.topic_page_jump_icon}></td>

    </tr>

    <{/foreach}>

    <!-- end forum topic -->
    
    <{if $mode gt 1}>
    </form>
    <{/if}>

    <tr class="foot">
        <{if $rating_enable}>
        <td colspan="9" align="center"><{else}><td colspan="8" align="center"><{/if}>
        <{strip}>
        <form method="get" action="viewforum.php">
        <strong><{$smarty.const._MD_SORTEDBY}></strong>&nbsp;<{$forum_selection_sort}>&nbsp;<{$forum_selection_order}>&nbsp;<{$forum_selection_since}>&nbsp;
        <input type="hidden" name="forum" id="forum" value="<{$forum_id}>" />
        <input type="hidden" name="type" value="<{$type}>" />
        <input type="submit" name="refresh" value="<{$smarty.const._MD_GO}>" />
        </form>
        <{/strip}>
        </td>
    </tr>
</table>
<!-- end forum main table -->

<br />

<div>
<div style="float: left; text-align:left;">
<{$forum_addpoll}><{$forum_post_or_register}>
</div>
<div style="float: right; text-align:right;">
<{$forum_pagenav}>
</div>
</div>
<div class="clear"></div>

<br style="clear: both;" />
<br />
<div>
<div style="float: left; text-align: left;">
    <{$img_newposts}> = <{$smarty.const._MD_NEWPOSTS}> (<{$img_hotnewposts}> = <{$smarty.const._MD_MORETHAN}>) <br />
    <{$img_folder}> = <{$smarty.const._MD_NONEWPOSTS}> (<{$img_hotfolder}> = <{$smarty.const._MD_MORETHAN2}>) <br />
    <{$img_locked}> = <{$smarty.const._MD_TOPICLOCKED}> <br />
    <{$img_sticky}> = <{$smarty.const._MD_TOPICSTICKY}> <br />
    <{$img_digest}> = <{$smarty.const._MD_TOPICDIGEST}> <br />
    <{$img_poll}> = <{$smarty.const._MD_TOPICHASPOLL}>
</div>
<div style="float: right; text-align: right;">
<form action="search.php" method="get">
<input name="term" id="term" type="text" size="15" />
<input type="hidden" name="forum" id="forum" value="<{$forum_id}>" />
<input type="hidden" name="sortby" id="sortby" value="p.post_time desc" />
<input type="hidden" name="since" id="since" value="<{$forum_since}>" />
<input type="hidden" name="action" id="action" value="yes" />
<input type="hidden" name="searchin" id="searchin" value="both" />
<input type="submit" class="formButton" value="<{$smarty.const._MD_SEARCH}>" /><br />
[<a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/search.php"><{$smarty.const._MD_ADVSEARCH}></a>]
</form><br />
<{$forum_jumpbox}>
</div>
</div>
<div class="clear"></div>
<br style="clear: both;" />
<br />

<div>
<div style="float: left;">
<{foreach item=perm from=$permission_table}>
<div><{$perm}></div>
<{/foreach}>
</div>
<{if $rss_button OR $viewer_level gt 1}>
<div style="float: right; text-align: right;">
    <{if $viewer_level gt 1}>
        <{if $mode gt 0}>
        <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;mode=0" target="_self" title="<{$smarty.const._MD_TYPE_VIEW}>"><{$smarty.const._MD_TYPE_VIEW}></a> 
        <{else}>
        <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/viewforum.php?forum=<{$forum_id}>&amp;mode=1" target="_self" title="<{$smarty.const._MD_TYPE_ADMIN}>"><{$smarty.const._MD_TYPE_ADMIN}></a>
        <{/if}> 
    <{/if}>
    <{if $rss_button}>
    <a href="<{$xoops_url}>/modules/<{$xoops_dirname}>/rss.php?f=<{$forum_id}>" target="_blank" title="RSS FEED"><{$rss_button}></a>
    <{/if}>
</div>
<{/if}>
</div>
<div class="clear"></div>

<br style="clear: both;" />
<br />
<{if $online}><{include file="db:newbb_online.html"}><{/if}>
<{include file='db:system_notification_select.html'}>
<!-- end module contents -->

Posté le : 09/12/2010 15:19
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Newbie
Inscrit: 09/12/2010 14:58
Messages: 7
se fichier là c'est bien dans
/themes/ton_theme/modules/newbb/newbb_Viewforum.html

J'ai bon ?


Posté le : 09/12/2010 17:01
Partager Twitter Partagez cette article sur GG+
Re: Theme Dark Forest - Forum Cbb
Régulier
Inscrit: 11/10/2010 10:47
Messages: 204
pas bon .... loll

/modules/newbb/template/newbb_Viewforum.html =Bon

ensuite avant de tester il te faut vider les caches.

Posté le : 09/12/2010 17:11
Partager Twitter Partagez cette article sur GG+

 Haut   Précédent   Suivant
« 1 2 (3) 4 »



Vous pouvez voir les sujets.
Vous ne pouvez pas débuter de nouveaux sujets.
Vous ne pouvez pas répondre aux contributions.
Vous ne pouvez pas éditer vos contributions.
Vous ne pouvez pas effacez vos contributions.
Vous ne pouvez pas ajouter de nouveaux sondages.
Vous ne pouvez pas voter en sondage.
Vous ne pouvez pas attacher des fichiers à vos contributions.
Vous ne pouvez pas poster sans approbation.

Propulsé avec XOOPS | Graphisme adapté par Tatane, Grosdunord, Montuy337513

16 Personne(s) en ligne (10 Personne(s) connectée(s) sur Forum) | Utilisateur(s): 0 | Invité(s): 16 | Plus ...