Mod Subforum Form List?????


Goto page 1, 2  Next

Subject: Mod Subforum Form List?????
subforums put in the form of icy phoenix list already for this modification will be able to phpbb3 icy

Profile PM  
Subject: Re: Mod Subforum Form List?????
Which part of the subforum list are you referring to?

The display page? Can you post a screenshot please?

Subject: Re: Mod Subforum Form List?????
maybe he wants this sorting method

online

Subject: Re: Mod Subforum Form List?????
and I am interested in something

Subject: Re: Mod Subforum Form List?????
TopoMotoV3X wrote: [View Post]
maybe he wants this sorting method

online


Can you please share that modification? :mricy:

Thanks!

Subject: Re: Mod Subforum Form List?????
http://www.phpbb.com/community/viewtopic.php?f=69&t=1691015

Subject: Re: Mod Subforum Form List?????
sorry for double post, can someone make a tutorial on how to install it

Subject: Re: Mod Subforum Form List?????
That mod is for phpBB 3... it should be adapted to be installed.

Unfortunately I have no time for doing that. :(

Subject: Re: Mod Subforum Form List?????
All I can say is that : 1st step :

SQL : ALTER TABLE ip_forums ADD forum_subforumslist_type TINYINT(4) DEFAULT '0';

Open: templates/common/ACP/forum_extend_edit_body.tpl
Find :
Quote:
<tr>
<td class="row1"><span class="genmed"><b>{L_DESC}</b></span></td>
<td class="row2"><span class="genmed">&nbsp;<textarea name="desc" rows="5" cols="60" class="post">{DESC}</textarea></span></td>
</tr>

After, add :
Quote:

<tr>
<td class="row1"><label for="subforumslist_type">{L_SUBFORUMSLIST_TYPE}:</label><br /><span>{L_SUBFORUMSLIST_TYPE_EXPLAIN}</span></td>
<td class="row2"><input type="text" id="subforumslist_type" name="subforumslist_type" value="{SUBFORUMSLIST_TYPE}" size="4" maxlength="4" /></td>
</tr>


For the 2nd step, you have to open includes/functions_categories_hierarchy.php and adapt around it I think :
Quote:
// display sub-levels
if (!empty($tree['sub'][$cur]))
{
for ($i = 0; $i < sizeof($tree['sub'][$cur]); $i++) if (!empty($keys['keys'][$tree['sub'][$cur][$i]]))
{
$wdisplay = build_index($tree['sub'][$cur][$i], $cat_break, $forum_moderators, $level + 1, $max_level, $keys);
if ($wdisplay)
{
$display = true;
}
}
}

if ($level >= 0)
{
// forum footer row
if ($tree['type'][$CH_this] == POST_FORUM_URL)
{
}
}

if ($level >= 0)
{
// cat footer
if (($tree['type'][$CH_this] == POST_CAT_URL) && $pull_down)
{
$template->assign_block_vars('catrow', array());
$template->assign_block_vars('catrow.catfoot', array('INC_SPAN' => $max_level - $level + 5));

// add indentation to the display
for ($k = 1; $k <= $level; $k++)
{
$template->assign_block_vars('catrow.catfoot.inc', array(
'INC_SPAN' => $max_level - $level + 5,
'INC_CLASS' => ($k % 2) ? $theme['td_class1'] : $theme['td_class2'],
)
);
}
}

For the last one I don't have the time to check ^^' Hope this may help you.

Subject: Re: Mod Subforum Form List?????
I did receive two steps but i don't understend step 2

Subject: Re: Mod Subforum Form List?????
I can't help you either. Here is where my knowledge ends.

Subject: Re: Mod Subforum Form List?????
someone reply to this topic

Subject: Re: Mod Subforum Form List?????
then if you can make that modification for Mighty Gorgon icy but not long to wait to have it

Profile PM  
Subject: Re: Mod Subforum Form List?????
nobody can help me?

Subject: Re: Mod Subforum Form List?????
You should at least try to explain further what you need and also show your progress would help.

We are a forum of volunteers, if you can help us in understanding what you need, we can try to help further.

Goto page 1, 2  Next

Page 1 of 2


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.1953s (PHP: 14% SQL: 86%)
SQL queries: 15 - Debug Off - GZIP Enabled