Re:?

Here, this is my forumlist_body.html.

Code:
<!-- BEGIN forumrow -->
	<!-- IF (forumrow.S_IS_CAT and not forumrow.S_FIRST_ROW) or forumrow.S_NO_CAT  -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</div>
	<!-- ENDIF -->

	<!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW  or forumrow.S_NO_CAT  -->
		<div class="forabg">
			<div class="inner"><span class="corners-top"><span></span></span>
			<ul class="topiclist">
				<li class="header">
					<dl class="icon">
						<dt><!-- IF forumrow.S_IS_CAT --><a href="{forumrow.U_VIEWFORUM}">{forumrow.FORUM_NAME}</a><!-- ELSE -->{L_FORUM}<!-- ENDIF --></dt>
						<dd class="topics">{L_TOPICS}</dd>
						<dd class="posts">{L_POSTS}</dd>
						<dd class="lastpost"><span>{L_LAST_POST}</span></dd>
					</dl>
				</li>
			</ul>
			<ul class="topiclist forums">
	<!-- ENDIF -->

	<!-- IF not forumrow.S_IS_CAT -->
		<li class="row">
			<dl class="icon" style="background-image: url({forumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat;">
				<dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
					<!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
					<a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a><br />
					{forumrow.FORUM_DESC}
					<!-- IF forumrow.MODERATORS -->
						<br /><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}
					<!-- ENDIF -->
					<!-- IF forumrow.SUBFORUMS and forumrow.S_LIST_SUBFORUMS --><br /><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}<!-- ENDIF -->
				</dt>
				<!-- IF forumrow.CLICKS -->
					<dd class="redirect"><span>{L_REDIRECTS}: {forumrow.CLICKS}</span></dd>
				<!-- ELSEIF not forumrow.S_IS_LINK -->
					<dd class="topics">{forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
					<dd class="posts">{forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
					<dd class="lastpost"><span>
						<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn><!-- IF forumrow.ALTT_LINK_NAME_SHORT --><a <!-- IF forumrow.ALTT_STYLE_BOLD or forumrow.ALTT_STYLE_ITALIC or forumrow.ALTT_STYLE_ADV -->style="<!-- IF forumrow.ALTT_STYLE_BOLD -->font-weight: bold;<!-- ENDIF --><!-- IF forumrow.ALTT_STYLE_ITALIC -->font-style: italic;<!-- ENDIF --> <!-- IF forumrow.ALTT_STYLE_ADV -->{forumrow.ALTT_STYLE_ADV2}<!-- ENDIF -->"<!-- ENDIF --> href="{forumrow.U_ALTT_LINK}" title="{forumrow.ALTT_LINK_NAME}">{forumrow.ALTT_LINK_NAME_SHORT}</a><br /><!-- ENDIF --> {L_POST_BY_AUTHOR} {forumrow.LAST_POSTER_FULL}
						<!-- IF not S_IS_BOT --><a href="{forumrow.U_LAST_POST}">{LAST_POST_IMG}</a> <!-- ENDIF --><br />{forumrow.LAST_POST_TIME}<!-- ELSE -->{L_NO_POSTS}<br />&nbsp;<!-- ENDIF --></span>
					</dd>
				<!-- ENDIF -->
			</dl>
		</li>
	<!-- ENDIF -->

	<!-- IF forumrow.S_LAST_ROW -->
			</ul>

			<span class="corners-bottom"><span></span></span></div>
		</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 -->
 
I still need help getting rid of the Re: in the index, help anyone?
 
I have that in mine (Re🙂 thought that was normal ?
 
Nope, FP does not have it. :lol:, you can take it off, but im trying to find out how.
 
The Pimped Papaya said:
I dont get what the MOD actually does?

It shows the title of the most recent topic that was posted in, on the index page. For example when somebody replies to a topic called "Big bouncing boobs" in general chat, on the index page on the right hand side it will show Re: Big Bouncing Boobs.

I think the idea of the mod is to give users a quick glimpse at what kind of topics appear in that category. Anyway I looked through the MOD and couldn't find anything obvious to remove the Re: . There is however another version of the MOD: http://www.phpbb.com/community/viewtopi ... &t=1597365
 
Murder he Wrote said:
For example when somebody replies to a topic called "Big bouncing boobs" in general chat

Lol, you come out with the most random things :rofl:
 
Im posting from school, and I need help getting the Re: off the index thing Murder He Wrote, and can we all stop being off topic please? I really need help getting it off..🙁
 
Palace said:
Im posting from school, and I need help getting the Re: off the index thing Murder He Wrote, and can we all stop being off topic please? I really need help getting it off..🙁

I'm guessing you didn't bother reading my post then...
Murder he Wrote said:
...Anyway I looked through the MOD and couldn't find anything obvious to remove the Re: .

Stop dossing around in School, do your work and worry about your forum later. 😉
 
Im back from school, I really need help getting rid of the Re: on my forums help? 😛

And murder he wrote, I did see it but I don't want to install another mod like the topic thing, I just want to know how to take off the Re: off the current mod im using..:lol:
 
It takes 5 minutes to install the new MOD. You've spent 2 days trying to remove it, and it's still there...

...you could of had it gone by now 😛
 
I just want the Re: tooken off my current mod, why would I want to end up having to re-edit all my files to uninstall a old mod to reinstall a totally new mod? 😛 When someone can tell me how to edit the current mod so I can take off the Re:?
 
Back
Top Bottom