IDLaunch Fresh

phpBB collapsible categories do not work - IDLaunch Fresh

phpBB collapsible categories do not work

by Scanialady » Thu Sep 24, 2015 12:04 pm

Hello

thanks for this nice style.

I can't get it to work with collapsible categories extension (official Extension of phpBB Team). But it works with your Orange BBEs Style and with prosilver. Any idea?
phpBB delivers some style theme folders for several styles, but I find no one that works. To copy /theme from /all folder does not work, too.
My 2 cents: Whether an extension is in the CDB says nothing about its quality. It is more important to read the support topics for it. Better to avoid authors who do not answer support questions themselves, who do not update their stuff, and who do not fix bugs for years.
User avatar
Scanialady
Registered User
Posts: 424
Joined: Thu Jan 17, 2013 7:09 pm
Location: Germany
Name: Annette

Re: phpBB collapsible categories do not work

by Raul [ThE KuKa] » Thu Sep 24, 2015 4:50 pm

Hello,

I'm researching this to see if I can make it work. :wink:
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB collapsible categories do not work

by Raul [ThE KuKa] » Thu Sep 24, 2015 5:45 pm

It is not easy, IDLaunch Fresh adds another "div" (called navbar2) to separate forabg class.

If you want to use that official extension in this style, download the following forumlist_body.html file, and replace the original (make a Backup before please).

In this path: your_forum/styles/IDLaunche_Fresh/template/forumlist_body.html

Code: Select all

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

   <!-- EVENT forumlist_body_category_header_before -->
   <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW  or forumrow.S_NO_CAT  -->
<div class="forabg">
   <div class="inner">
          <ul class="topiclist">
         <li class="header">
         <!-- EVENT forumlist_body_category_header_row_prepend -->
         <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_POSTS}</dd>
         <dd class="topics">{L_TOPICS}</dd>
            <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
         </dl>
         <!-- EVENT forumlist_body_category_header_row_append -->
         </li>
      </ul>

      <ul id="navbar2" class="topiclist forums">
   <!-- ENDIF -->
   <!-- EVENT forumlist_body_category_header_after -->

   <!-- IF not forumrow.S_IS_CAT -->
      <!-- EVENT forumlist_body_forum_row_before -->
      <li class="row">
         <!-- EVENT forumlist_body_forum_row_prepend -->
         <dl class="icon {forumrow.FORUM_IMG_STYLE}">
            <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
               <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
               <div class="list-inner">
                  <!-- 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 -->

                  <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
                  <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
                  <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
                  <!-- IF forumrow.MODERATORS -->
                     <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
                  <!-- ENDIF -->
                  <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
                     <!-- EVENT forumlist_body_subforums_before -->
                     <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
                     <!-- BEGIN subforum -->
                        <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
                     <!-- END subforum -->
                     <!-- EVENT forumlist_body_subforums_after -->
                  <!-- ENDIF -->

                  <!-- IF not S_IS_BOT -->
                  <div class="responsive-show" style="display: none;">
                     <!-- IF forumrow.CLICKS -->
                        {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
                     <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->
                        {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong>
                     <!-- ENDIF -->
                  </div>
                  <!-- ENDIF -->
               </div>
            </dt>
            <!-- IF forumrow.CLICKS -->
            <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {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.U_UNAPPROVED_TOPICS -->
                  <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>
                  <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
                  <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a>
                  <!-- ENDIF -->
                  <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
                  <!-- IF forumrow.S_DISPLAY_SUBJECT -->
                     <!-- EVENT forumlist_body_last_post_title_prepend -->
                     <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</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>
            <!-- ELSE -->
               <dd>&nbsp;</dd>
            <!-- ENDIF -->
         </dl>
         <!-- EVENT forumlist_body_forum_row_append -->
      </li>
      <!-- EVENT forumlist_body_forum_row_after -->
   <!-- ENDIF -->
<div style="height:2px;"></div>
   <!-- IF forumrow.S_LAST_ROW -->

      </ul>
   </div>
</div>
   <!-- EVENT forumlist_body_last_row_after -->
   <!-- ENDIF -->

<!-- BEGINELSE -->
   <div class="panel">
      <div class="inner">
      <strong>{L_NO_FORUMS}</strong>
      </div>
   </div>
<!-- END forumrow -->

After, download the attach file, and upload to the original path extension:
phpbb_collapsiblecategories_IDLaunch_Fresh1.0.0.zip
IDLaunch Fresh - phpBB Collasible Categories
(1.4 KiB) Downloaded 145 times

Test please and see what you think about the result. ;)
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB collapsible categories do not work

by Scanialady » Fri Sep 25, 2015 1:30 am

that works perfect :)

thank you very much.
My 2 cents: Whether an extension is in the CDB says nothing about its quality. It is more important to read the support topics for it. Better to avoid authors who do not answer support questions themselves, who do not update their stuff, and who do not fix bugs for years.
User avatar
Scanialady
Registered User
Posts: 424
Joined: Thu Jan 17, 2013 7:09 pm
Location: Germany
Name: Annette

Re: phpBB collapsible categories do not work

by yasser33311 » Thu Oct 01, 2015 11:27 am

Raul [ThE KuKa] wrote:It is not easy, IDLaunch Fresh adds another "div" (called navbar2) to separate forabg class.

If you want to use that official extension in this style, download the following forumlist_body.html file, and replace the original (make a Backup before please).

In this path: your_forum/styles/IDLaunche_Fresh/template/forumlist_body.html

Code: Select all

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

   <!-- EVENT forumlist_body_category_header_before -->
   <!-- IF forumrow.S_IS_CAT or forumrow.S_FIRST_ROW  or forumrow.S_NO_CAT  -->
<div class="forabg">
   <div class="inner">
          <ul class="topiclist">
         <li class="header">
         <!-- EVENT forumlist_body_category_header_row_prepend -->
         <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_POSTS}</dd>
         <dd class="topics">{L_TOPICS}</dd>
            <dd class="lastpost"><span>{L_LAST_POST}</span></dd>
         </dl>
         <!-- EVENT forumlist_body_category_header_row_append -->
         </li>
      </ul>

      <ul id="navbar2" class="topiclist forums">
   <!-- ENDIF -->
   <!-- EVENT forumlist_body_category_header_after -->

   <!-- IF not forumrow.S_IS_CAT -->
      <!-- EVENT forumlist_body_forum_row_before -->
      <li class="row">
         <!-- EVENT forumlist_body_forum_row_prepend -->
         <dl class="icon {forumrow.FORUM_IMG_STYLE}">
            <dt title="{forumrow.FORUM_FOLDER_IMG_ALT}">
               <!-- IF forumrow.S_UNREAD_FORUM --><a href="{forumrow.U_VIEWFORUM}" class="icon-link"></a><!-- ENDIF -->
               <div class="list-inner">
                  <!-- 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 -->

                  <!-- IF forumrow.FORUM_IMAGE --><span class="forum-image">{forumrow.FORUM_IMAGE}</span><!-- ENDIF -->
                  <a href="{forumrow.U_VIEWFORUM}" class="forumtitle">{forumrow.FORUM_NAME}</a>
                  <!-- IF forumrow.FORUM_DESC --><br />{forumrow.FORUM_DESC}<!-- ENDIF -->
                  <!-- IF forumrow.MODERATORS -->
                     <br /><strong>{forumrow.L_MODERATOR_STR}{L_COLON}</strong> {forumrow.MODERATORS}
                  <!-- ENDIF -->
                  <!-- IF .forumrow.subforum and forumrow.S_LIST_SUBFORUMS -->
                     <!-- EVENT forumlist_body_subforums_before -->
                     <br /><strong>{forumrow.L_SUBFORUM_STR}{L_COLON}</strong>
                     <!-- BEGIN subforum -->
                        <a href="{forumrow.subforum.U_SUBFORUM}" class="subforum<!-- IF forumrow.subforum.S_UNREAD --> unread<!-- ELSE --> read<!-- ENDIF -->" title="<!-- IF forumrow.subforum.S_UNREAD -->{L_UNREAD_POSTS}<!-- ELSE -->{L_NO_UNREAD_POSTS}<!-- ENDIF -->">{forumrow.subforum.SUBFORUM_NAME}</a><!-- IF not forumrow.subforum.S_LAST_ROW -->{L_COMMA_SEPARATOR}<!-- ENDIF -->
                     <!-- END subforum -->
                     <!-- EVENT forumlist_body_subforums_after -->
                  <!-- ENDIF -->

                  <!-- IF not S_IS_BOT -->
                  <div class="responsive-show" style="display: none;">
                     <!-- IF forumrow.CLICKS -->
                        {L_REDIRECTS}{L_COLON} <strong>{forumrow.CLICKS}</strong>
                     <!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->
                        {L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong>
                     <!-- ENDIF -->
                  </div>
                  <!-- ENDIF -->
               </div>
            </dt>
            <!-- IF forumrow.CLICKS -->
            <dd class="redirect"><span>{L_REDIRECTS}{L_COLON} {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.U_UNAPPROVED_TOPICS -->
                  <a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>
                  <!-- ELSEIF forumrow.U_UNAPPROVED_POSTS -->
                  <a href="{forumrow.U_UNAPPROVED_POSTS}">{UNAPPROVED_POST_IMG}</a>
                  <!-- ENDIF -->
                  <!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
                  <!-- IF forumrow.S_DISPLAY_SUBJECT -->
                     <!-- EVENT forumlist_body_last_post_title_prepend -->
                     <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}" class="lastsubject">{forumrow.LAST_POST_SUBJECT_TRUNCATED}</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>
            <!-- ELSE -->
               <dd>&nbsp;</dd>
            <!-- ENDIF -->
         </dl>
         <!-- EVENT forumlist_body_forum_row_append -->
      </li>
      <!-- EVENT forumlist_body_forum_row_after -->
   <!-- ENDIF -->
<div style="height:2px;"></div>
   <!-- IF forumrow.S_LAST_ROW -->

      </ul>
   </div>
</div>
   <!-- EVENT forumlist_body_last_row_after -->
   <!-- ENDIF -->

<!-- BEGINELSE -->
   <div class="panel">
      <div class="inner">
      <strong>{L_NO_FORUMS}</strong>
      </div>
   </div>
<!-- END forumrow -->

After, download the attach file, and upload to the original path extension:
phpbb_collapsiblecategories_IDLaunch_Fresh1.0.0.zip

Test please and see what you think about the result. ;)

not work here:
http://tajribaty.com/forum/index.php?style=19
PhpBB Services - install, update, upgrade, customize: PM
User avatar
yasser33311
Registered User
Posts: 277
Joined: Sat Jul 27, 2013 1:27 pm
Location: algeria
Name: yasser ghe

Re: phpBB collapsible categories do not work

by Raul [ThE KuKa] » Thu Oct 01, 2015 4:15 pm

Hello yasser,

You've done the above steps?
Have you replaced the forumlist_body.html file? I see the forumlist_body.html file (by default).
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB collapsible categories do not work

by yasser33311 » Fri Oct 02, 2015 9:14 am

Raul [ThE KuKa] wrote:Hello yasser,

You've done the above steps?
Have you replaced the forumlist_body.html file? I see the forumlist_body.html file (by default).

Hello Raul [ThE KuKa],
no, i have not.
PhpBB Services - install, update, upgrade, customize: PM
User avatar
yasser33311
Registered User
Posts: 277
Joined: Sat Jul 27, 2013 1:27 pm
Location: algeria
Name: yasser ghe

Re: phpBB collapsible categories do not work

by Scanialady » Wed Jan 20, 2016 5:04 pm

have we to change something for 3.1.7-pl1?
My 2 cents: Whether an extension is in the CDB says nothing about its quality. It is more important to read the support topics for it. Better to avoid authors who do not answer support questions themselves, who do not update their stuff, and who do not fix bugs for years.
User avatar
Scanialady
Registered User
Posts: 424
Joined: Thu Jan 17, 2013 7:09 pm
Location: Germany
Name: Annette

Re: phpBB collapsible categories do not work

by Raul [ThE KuKa] » Wed Jan 20, 2016 5:17 pm

No problem, the forumlist_body.html file not change the 3.1.6 to 3.1.7-PL1
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB collapsible categories do not work

by Scanialady » Wed Jan 20, 2016 5:30 pm

Thank you :)
My 2 cents: Whether an extension is in the CDB says nothing about its quality. It is more important to read the support topics for it. Better to avoid authors who do not answer support questions themselves, who do not update their stuff, and who do not fix bugs for years.
User avatar
Scanialady
Registered User
Posts: 424
Joined: Thu Jan 17, 2013 7:09 pm
Location: Germany
Name: Annette

Re: phpBB collapsible categories do not work

by serephent » Tue Mar 13, 2018 7:48 pm

I followed the instructions on this and either, nothing happened, or it crashed my site. Same problem with the other extensions you provided your style folder to be added to. Any thoughts?
My form: forum.thegalacticalliance.com
phpbb version: 3.2.2
serephent
Registered User
Posts: 14
Joined: Tue Mar 13, 2018 7:40 pm

Re: phpBB collapsible categories do not work

by Raul [ThE KuKa] » Sat Mar 17, 2018 1:05 pm

URL forum and phpBB version please.
All unsolicited PMs will be ignored.
:warning: Knowledge Base | Documentation | Board rules | phpBB Styles Rules & Policies | Styles Queue Stats :warning:


If you like my styles, translations, etc. and want to show some appreciation, then feel free to Donate.
:flag_es: phpBB Spain - Online Since 2003 :heart:


User avatar
Raul [ThE KuKa]
Style Customisations
Style Customisations
Posts: 11137
Joined: Mon Dec 08, 2003 9:24 pm
Location: Spain
Name: Raul Arroyo

Re: phpBB collapsible categories do not work

by serephent » Mon Mar 19, 2018 11:48 pm

My form: forum.thegalacticalliance.com
phpbb version: 3.2.2
serephent
Registered User
Posts: 14
Joined: Tue Mar 13, 2018 7:40 pm