Last edited by DeadlyX on August 8th 2014, 12:53 pm; edited 3 times in total (Reason for editing : Changed the topic name to)
3 posters
Posts+Topics PHPBB3
DeadlyX- Forumember
- Posts : 75
Reputation : 4
Language : English
- Post n°1
Posts+Topics PHPBB3
Last edited by DeadlyX on August 8th 2014, 12:53 pm; edited 3 times in total (Reason for editing : Changed the topic name to)
Ape- Administrator
- Posts : 19435
Reputation : 2010
Language : fluent in dork / mumbojumbo & English haha
- Post n°2
Re: Posts+Topics PHPBB3
Do you mean something like this thread ?
https://help.forumotion.com/t21989-multi-forums-in-one
This will let you [Language] 4 parts of your forum in one part like we have here on FM
https://help.forumotion.com/t21989-multi-forums-in-one
This will let you [Language] 4 parts of your forum in one part like we have here on FM
DeadlyX- Forumember
- Posts : 75
Reputation : 4
Language : English
- Post n°3
Re: Posts+Topics PHPBB3
Alright! Well not the effect i was aiming at, but im satisfied  Now... if you can tell me how to change the "topics/posts" thingy everything will be just perfect.
Since im not sure if i would be able to pull what i linked in that diablo site, where the topics/posts values are under each subforum i will be aiming at that:
and hiding them from the header... the topics/posts/last posts just like it is done in here
Since im not sure if i would be able to pull what i linked in that diablo site, where the topics/posts values are under each subforum i will be aiming at that:
and hiding them from the header... the topics/posts/last posts just like it is done in here
DeadlyX- Forumember
- Posts : 75
Reputation : 4
Language : English
- Post n°4
Re: Posts+Topics PHPBB3
Bump.
I found some explanations in the archive, but they were about invision and phpbb2 forums.
Here's my template, thanks beforehand:
I found some explanations in the archive, but they were about invision and phpbb2 forums.
Here's my template, thanks beforehand:
- Code:
<ul class="linklist">
<!-- BEGIN switch_user_logged_in -->
<li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> • </li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • </li>
<!-- END switch_user_logged_in -->
<li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
<!-- BEGIN switch_user_logged_in -->
<li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
<!-- END switch_user_logged_in -->
</ul>
<!-- BEGIN catrow -->
<!-- BEGIN tablehead -->
<div class="forabg">
<div class="inner"><span class="corners-top"><span></span></span>
<ul class="topiclist">
<li class="header">
<dl class="icon">
<dd class="dterm"><div class="table-title">{catrow.tablehead.L_FORUM}</div></dd>
<dd class="topics">{L_TOPICS}</dd>
<dd class="posts">{L_POSTS}</dd>
<dd class="lastpost"><span>{L_LASTPOST}</span></dd>
</dl>
</li>
</ul>
<ul class="topiclist forums">
<!-- END tablehead -->
<!-- BEGIN forumrow -->
<li class="row">
<dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
<dd class="dterm">
<div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
<h{catrow.forumrow.LEVEL} class="hierarchy">
<a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a>
</h{catrow.forumrow.LEVEL}>
<br />
{catrow.forumrow.FORUM_DESC}
<!-- 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}
<strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
</div>
</dd>
<dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
<dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
<dd class="lastpost">
<!-- BEGIN avatar -->
<span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
<!-- END avatar -->
<span>
<!-- BEGIN switch_topic_title -->
<a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
<!-- END switch_topic_title -->
{catrow.forumrow.USER_LAST_POST}
</span>
</dd>
</dl>
</li>
<!-- END forumrow -->
<!-- BEGIN tablefoot -->
</ul>
<span class="corners-bottom"><span></span></span></div>
</div>
<!-- END tablefoot -->
<!-- END catrow -->
<!-- BEGIN switch_on_index -->
<ul class="linklist">
<li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </li>
<li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
<!-- BEGIN switch_delete_cookies -->
<li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
<!-- END switch_delete_cookies -->
</ul>
<!-- END switch_on_index -->
DeadlyX- Forumember
- Posts : 75
Reputation : 4
Language : English
- Post n°5
Re: Posts+Topics PHPBB3
Guys since im not getting any support i assume that is either impossible to do what im asking on the forumotion phpbb3 version or its rather hard and you got no time atm, but i would like to continue my work on the forum so tell me if it is possible, i would wait patiently.
If not i might consider moving to invision or a version on which i can do what i want, or i will contact buttercup she might know, tell me pl0x  ! Ty
If not i might consider moving to invision or a version on which i can do what i want, or i will contact buttercup she might know, tell me pl0x  ! Ty
DeadlyX- Forumember
- Posts : 75
Reputation : 4
Language : English
- Post n°7
Re: Posts+Topics PHPBB3
A friend helped me to do the trick so this is solved<
Derri- Helper
- Posts : 8711
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom
- Post n°8
Re: Posts+Topics PHPBB3
Since no real solution was provided this thread will be sent to the garbage