News:

SMF 2.1.4 has been released! Take it for a spin! Read more.

Main Menu

Tidy Child Boards

Started by Arantor, December 09, 2009, 04:00:36 AM

Previous topic - Next topic

Arantor

As I think it was mentioned in this thread, there's a conflict between this and the RSS mod. I haven't looked, but hopefully the mod's new maintainer can take a proper look for you.

Bugo

Please add russian translation

GohighVoltage

My problem was due to the Twitter/Facebook mod.  I emailed them to fix.

Robbo_

I am now the maintainer of this mod (just a FYI).

I think it would work better if you could select how to present the child boards for each board. As in the settings would be moved from looks and layout and into the edit board area. So you could have one board using 2 columns, one using the default method and one with 3....

What do you think?
Aus-Newerth

Quote from: IRC
Roph> I just finished a double 1/2lb cheese, bacon & salad beef burger
Roph> no woman on earth could satisfy me as much as I am satisfied right now by this burger
... later on ...
Roph> how could ensie go about satisfying me =o
<Ensiferous> Roph: Merely looking at me would yield far more pleasure than a burger can provide.

GazOutEast

Quote from: Robbo_ on March 25, 2010, 01:03:49 PM
I am now the maintainer of this mod (just a FYI).

I think it would work better if you could select how to present the child boards for each board. As in the settings would be moved from looks and layout and into the edit board area. So you could have one board using 2 columns, one using the default method and one with 3....

What do you think?

Hi Robbo

Not sure I'd agree with your variable settings or making it on a per board basis - that could hammer resources on big sites with many hundreds of boards - it'd need a SQL query for each board to grab the settings, and SMF is already fairly resource heavy (with each extra mod demanding more).

Following this thread for a long time, the main requirement seems to be to have admin panel options for formatting the child board link appearances - Arantor already supplied one to make them bold, but other options such as underline etc keep coming up as requests.

Good luck with it (I like it just the way it is)

Gaz
I have 20:20 vision - I can see anything bigger than 20" x 20"

Robbo_

There would be no noticeable resource hit as I would add columns to the boards table and just add to the query. I would also have the current options stay where they are and used as the defaults for all boards. I don't know if it would be for the best, hence discussing :)
Aus-Newerth

Quote from: IRC
Roph> I just finished a double 1/2lb cheese, bacon & salad beef burger
Roph> no woman on earth could satisfy me as much as I am satisfied right now by this burger
... later on ...
Roph> how could ensie go about satisfying me =o
<Ensiferous> Roph: Merely looking at me would yield far more pleasure than a burger can provide.

GohighVoltage

I like the mod just the way it is.  It is great.

Harry33

Hi thanks to the creator of this mod.  I tried installing the mod in admin package BUT I got this error: at least one error was encountered during a test installation of this package please what should I do to fix this error. I use SMF 2.0 Rc3. Thanks

Arantor

Quote from: Harry33 on March 26, 2010, 10:36:49 AM
Hi thanks to the creator of this mod.  I tried installing the mod in admin package BUT I got this error: at least one error was encountered during a test installation of this package please what should I do to fix this error. I use SMF 2.0 Rc3. Thanks

Means you have a mod already that disagrees with this one.

Robbo_

Quote from: GohighVoltage on March 26, 2010, 09:16:18 AM
I like the mod just the way it is.  It is great.

Ok nothing will change :)
Aus-Newerth

Quote from: IRC
Roph> I just finished a double 1/2lb cheese, bacon & salad beef burger
Roph> no woman on earth could satisfy me as much as I am satisfied right now by this burger
... later on ...
Roph> how could ensie go about satisfying me =o
<Ensiferous> Roph: Merely looking at me would yield far more pleasure than a burger can provide.

Naota

I have installed tidy_child_board.
I want to remove the letter "Subforos" (subforum in english):


I want to make:

Without letter "subforos" and y left part. What should I change?

Thx!

tycms

#171
Last Modified: March 19, 2010
Latest Version: 1.3

In BoardIndex.template.php and MessageIndex.template.php files for default (curve) and core themes:


<img src="', $settings['images_url'], '/', ($child['new'] ? 'on' : 'off'), '.png" width="12" height="12" alt="">



<img src="', $settings['images_url'], '/', ($child['new'] ? 'on' : 'off'), '.gif" width="12" height="12" alt="">


Closing the image tags will eliminate markup validation warnings.


<img src="', $settings['images_url'], '/', ($child['new'] ? 'on' : 'off'), '.png" width="12" height="12" alt="" />



<img src="', $settings['images_url'], '/', ($child['new'] ? 'on' : 'off'), '.gif" width="12" height="12" alt="" />


Thanks.

technica

I have installed the MOD on my smf 1.1.11 forum, also did manual edits to boardindex.template.php file for my custom theme. Also done with settings in "layout & Options" in admin panel, BUT the mod is not working for the forum. I have it to display as 4 column, but there is no change happening on index page.

Help
Programming and Webmaster Forum - AdSense Revenue Sharing Forum
Online Magazine

technica

After little bit studying the core, I think the code here:

if(!empty($board['tidy_children']))
{
   $context['tidy_board'] = $board;
   template_tidy_children();
}

in BoardIndex.template.php is not working as the condition if(!empty($board['tidy_children']))   is giving value as 1 and which is true (hope so)


help please.
Programming and Webmaster Forum - AdSense Revenue Sharing Forum
Online Magazine

nickos

The Code : http://custom.simplemachines.org/mods/index.php?mod=2294

I installed it (not manually, just uploaded and installed), and I modified all of the things I am supposed to like how many columns and such and saved my changes, but my child boards still display the stock way. My forum:

Arantor

Moderators: please merge this with the mod's support topic; it isn't a bug in SMF core.

ukhalik2

how it will work?

I have installed now where to configure?

juliegreen

Quote from: Robbo_ on March 25, 2010, 01:03:49 PM
I am now the maintainer of this mod (just a FYI).

I think it would work better if you could select how to present the child boards for each board. As in the settings would be moved from looks and layout and into the edit board area. So you could have one board using 2 columns, one using the default method and one with 3....

What do you think?

Hi Robbo i have too much child boards, is it possible to limit the child boards from being appeared on the homepage of the forum?

thank you

Robbo_

Should be easy enough to add an option in the next version.
Aus-Newerth

Quote from: IRC
Roph> I just finished a double 1/2lb cheese, bacon & salad beef burger
Roph> no woman on earth could satisfy me as much as I am satisfied right now by this burger
... later on ...
Roph> how could ensie go about satisfying me =o
<Ensiferous> Roph: Merely looking at me would yield far more pleasure than a burger can provide.

jtoleric

I have 1.1.11, and I'm trying to have my child boards in one column underneath the parent board...is that possible? I just want the child boards to look the same as the parent, only they are indented under the parent.  I use a different theme, not default. Thanks for your help.

Advertisement: