Pagina 1 din 1

Structura subforumuri

Scris: 17-Noi-2013, 09:20:08
de [Anylas] gOoD
La mine apar sub-forumurile asa:

http://i44.tinypic.com/drfqqx.png

si vreau sa apara fara imaginea aia , adica asa:


http://i41.tinypic.com/2mgpjdd.png


Cum fac asta?

Re: Structura subforumuri

Scris: 17-Noi-2013, 10:24:24
de KnZz
Adica vrei mai multe subforumuri ?? Sau ce?

Re: Structura subforumuri

Scris: 17-Noi-2013, 13:31:31
de [Anylas] gOoD
Nu , la mine apare imaginea aia in fata subforumurilor (alea de jos enumerate acolo "Subforums: [Imagine]Nume , etc etc" si vreau sa apara fara imagini.

Re: Structura subforumuri

Scris: 17-Noi-2013, 19:20:01
de NarcyS
Deschide forumlist_body.html
Inlocuieste tot cu:

Cod: Selectaţi tot

<!-- BEGIN forumrow -->
	<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT  -->
				</tbody>
			</table>
		</div>
	<!-- ENDIF -->

	<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW  or forumrow.S_NO_CAT  -->
		<div class="forums-wrapper">
			<table class="forums">
				<thead>
					<th colspan="2"><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></th>
					<th class="statistics">{L_STATISTICS}</th>
					<th class="last-post">{L_LAST_POST}</th>
				</thead>
				<tbody>
	<!-- ENDIF -->

	<!-- IF not forumrow.S_IS_CAT -->
		<tr class="<!-- IF forumrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
			<!-- IF forumrow.FORUM_IMAGE -->
				<td class="icon bg2">{forumrow.FORUM_IMAGE}</td>
			<!-- ELSE -->
				<td class="icon bg2" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC});"></td>
			<!-- ENDIF -->
			<td class="forum">
				<!-- IF S_ENABLE_FEEDS and forumrow.S_FEED_ENABLED --><!--<a class="feed-icon-forum" title="{L_FEED} - {forumrow.FORUM_NAME}" href="{U_FEED}?f={forumrow.FORUM_ID}"><img src="{T_THEME_PATH}/images/feed.gif" alt="{L_FEED} - {forumrow.FORUM_NAME}" /></a>--><!-- ENDIF -->
				<h4><a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a></h4>
				<p>{forumrow.FORUM_DESC}</p>
				<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><p><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p><!-- ENDIF -->
				<noscript><!-- IF forumrow.MODERATORS -->
<!-- BEGIN reput -->
					<!-- IF forumrow.reput.S_THANKS_FORUM_REPUT_VIEW and forumrow.reput.FORUM_REPUT and not S_IS_BOT -->
					<span style="display: block;">
						<!-- IF forumrow.reput.S_THANKS_REPUT_GRAPHIC -->
						<span style="display: block; float: left; width: {forumrow.reput.THANKS_REPUT_GRAPHIC_WIDTH}; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE_BACK});"><span style="display: block; height: {forumrow.reput.THANKS_REPUT_HEIGHT}; width: {forumrow.reput.FORUM_REPUT}; background: URL({forumrow.reput.THANKS_REPUT_IMAGE});"></span></span>&nbsp;
						<!-- ENDIF -->
					{L_REPUT}:&nbsp;{forumrow.reput.FORUM_REPUT}	
					</span>
					<!-- ENDIF -->
					<!-- END reput -->
<p><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p><!-- ENDIF --></noscript>
			</td>
			<!-- IF forumrow.CLICKS -->
				<td colspan="2"><p>{L_REDIRECTS}: <strong>{forumrow.CLICKS}</strong></p></td>
			<!-- ELSEIF not forumrow.S_IS_LINK -->
				<td class="bg2">
					<p>{L_TOPICS}: <strong>{forumrow.TOPICS}</strong></p>
					<p>{L_POSTS}: <strong>{forumrow.POSTS}</strong></p>
				</td>
				<td>
					<!-- IF forumrow.LAST_POST_TIME -->
						<p>{forumrow.LAST_POST_TIME}</p>
						<p>{L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL} <!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a><!-- ENDIF --></p>
					<!-- ELSE -->
						<p>{L_NO_POSTS}</p>
					<!-- ENDIF -->
				</td>
			<!-- ENDIF -->
		</tr>
	<!-- ENDIF -->

	<!-- IF forumrow.S_LAST_ROW -->
				</tbody>
			</table>
		</div>
	<!-- ENDIF -->
<!-- BEGINELSE -->
	<div class="panel">
		<div class="inner"><span class="corners-top"><span></span></span>
			
		<strong>{L_NO_FORUMS}</strong>
		
		<span class="corners-bottom"><span></span></span></div>
	</div>
<!-- END forumrow -->

Re: Structura subforumuri

Scris: 17-Noi-2013, 22:54:03
de [Anylas] gOoD
Multumesc mult !