Posts+Topics PHPBB3 Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.
3 posters

    Posts+Topics PHPBB3

    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Posts+Topics PHPBB3

    Post by DeadlyX August 1st 2014, 2:40 pm

    Hello! I would like to make my topic container just like the one in this diablo III skin site... but i can pretty much tell that its template's work and despite that i poked some at the html code in the templates i couldn't get any result.


    This is how my forum looks, with the regular topics container > http://wipwolf-rp.nightforum.net/


    This is how i would like my topic container to look like, 2 on a line seperated and with the topics/posts values beneath the description... Thanks beforehand!
    Posts+Topics PHPBB3 Untitl10


    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
    Ape
    Administrator
    Administrator


    Male Posts : 19324
    Reputation : 2005
    Language : fluent in dork / mumbojumbo & English haha

    Solved Re: Posts+Topics PHPBB3

    Post by Ape August 1st 2014, 2:46 pm

    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



    Posts+Topics PHPBB3 Left1212Posts+Topics PHPBB3 Center11Posts+Topics PHPBB3 Right112
    Posts+Topics PHPBB3 Ape_b110
    Posts+Topics PHPBB3 Ape1010
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: Posts+Topics PHPBB3

    Post by DeadlyX August 1st 2014, 6:34 pm

    Alright! Well not the effect i was aiming at, but im satisfied Razz 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:
    Posts+Topics PHPBB3 Untitl11

    and hiding them from the header... the topics/posts/last posts just like it is done in here Posts+Topics PHPBB3 Untitl13
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: Posts+Topics PHPBB3

    Post by DeadlyX August 2nd 2014, 4:33 pm

    Bump.

    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>&nbsp;&bull;&nbsp;</li>
       <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>&nbsp;&bull;&nbsp;</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>&nbsp;&bull;&nbsp;</li>
       <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a>&nbsp;&bull;&nbsp;</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 -->
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: Posts+Topics PHPBB3

    Post by DeadlyX August 5th 2014, 2:23 pm

    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 Very Happy ! Ty
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: Posts+Topics PHPBB3

    Post by DeadlyX August 7th 2014, 5:09 pm

    bump
    avatar
    DeadlyX
    Forumember


    Posts : 75
    Reputation : 4
    Language : English

    Solved Re: Posts+Topics PHPBB3

    Post by DeadlyX August 8th 2014, 12:52 pm

    A friend helped me to do the trick so this is solved<
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Solved Re: Posts+Topics PHPBB3

    Post by Derri August 8th 2014, 2:10 pm

    Since no real solution was provided this thread will be sent to the garbage