[rellect] Nodes Grid

[rellect] Nodes Grid 2.0.2

No permission to download
ok it is works for default theme without use this fix
PHP:
.subForumsMenu .node.level-n .nodeIcon
{
    display: none;
}
 
ok it is works for default theme without use this fix
PHP:
.subForumsMenu .node.level-n .nodeIcon
{
    display: none;
}
The fix is specifically for sub forums drop-down. Other parts are not affected.
So if you don't have the sub forum drop down, you won't notice the issue.
 
Is it possible to make it works only on the index page (forum list) ? I have the option "Create Pages for Categories" enabled, and this addon works on the dedicated category page.
 
If I have the following node setup

Category X -> Forum X -> Category 1 -> Forum 1
Category X -> Forum X -> Category 2 -> Forum 2

(X means that it's under the same Category / Forum)

Then the home page doesn't show the speech bubble icon next to the category 1 and 2.

It lists on the forum index the category 1 and category 2 (below Forum X), but without the icons.
 
If I have the following node setup

Category X -> Forum X -> Category 1 -> Forum 1
Category X -> Forum X -> Category 2 -> Forum 2

(X means that it's under the same Category / Forum)

Then the home page doesn't show the speech bubble icon next to the category 1 and 2.

It lists on the forum index the category 1 and category 2 (below Forum X), but without the icons.
Thanks, fixed.
 
rellect updated [rellect] Nodes Grid with a new update entry:

v1.0.4

[ADDED] Status icon for sub-categories
[FIXED] Sub-forums drop down list indentation issue
[CHANGED] The grid no longer applied in the separated categories pages. It wasn't intended in the first place.

Note: Status icon for sub-node has now a different css class. If you styled it, you will need to update the class in your css.

Thanks to: @karll, @smimosmile...

Read the rest of this update entry...
 
i get this eror when i try to install this

Code:
Fatal error: Call to a member function fetchRow() on a non-object in /home2/movie/public_html/forums/library/rellect/NodesGrid/Install/Controller.php on line 41
 
i get this eror when i try to install this

Code:
Fatal error: Call to a member function fetchRow() on a non-object in /home2/movie/public_html/forums/library/rellect/NodesGrid/Install/Controller.php on line 41
I accidently included non-updated install file. Sorry.
Please download again, I fixed the issue.
 
Top Bottom