[rellect] Nodes Grid

[rellect] Nodes Grid 2.0.2

No permission to download
Thanks for your reply. yes I did that and everything seems fine.
I have no problems in my board.
37c057cde1668ba1e5427531256c0645.png

I'm thinking that maybe the problem will be another addon that touch nodes... I'm using this addon:
https://xenforo.com/community/resources/toggleme.137/
And is very important to me. I'm not sure if this good guy can work with your addon. later I'll try to disable it and try again. yesterday while the instalation broke my forum, I had to disable the listeners to delete the addon.
This check you should do after installation.
If you had the error during installation it probably means the files were not uploaded correctly.
In case you're using some kind of auto-installer, try to install manually.
 
This check you should do after installation.
If you had the error during installation it probably means the files were not uploaded correctly.
In case you're using some kind of auto-installer, try to install manually.
Installed and working like a charm in 1.4.5
Awesome addon. Thanks for share Rellect!
 
Not currently.

:'( I am pulling my hair out at the moment. It was working fine and well until I begun adding new nodes. The style I'm using seems to have a built in feature to allow nodes to show in columns but not as versatile as yours rellect. I was adding nodes, and then all of a sudden the columns just won't work no matter what I do.

I upgraded the addon to the latest version and reuploaded all the files and I can't seem to get it working whatsoever... now even the styles built in columns feature wont work. I've not made any template changes or installed any new addons. However earlier I did notice that XenCentrals trading system stopped it working when it was enabled, but now even with that disabled I still cant get this addon to work whatsoever. The frontend customisation wont even work or show up any more despite it being enabled.

I am desperate for some help at this point, I will give you an admin account and anything you need to help me. :'(

My site is here, I have your addon enabled and have all the nodes set to show up in columns. Please help
 
Hi any chance to add option to choose style on/off

example off for default style on for another style
Hey, I just read again this message and noticed that you asked if this option can be added. In my reply to you I was sure that the question was if this option is available. Sorry.
I will add this to the TO DO list.

:'( I am pulling my hair out at the moment. It was working fine and well until I begun adding new nodes. The style I'm using seems to have a built in feature to allow nodes to show in columns but not as versatile as yours rellect. I was adding nodes, and then all of a sudden the columns just won't work no matter what I do.

I upgraded the addon to the latest version and reuploaded all the files and I can't seem to get it working whatsoever... now even the styles built in columns feature wont work. I've not made any template changes or installed any new addons. However earlier I did notice that XenCentrals trading system stopped it working when it was enabled, but now even with that disabled I still cant get this addon to work whatsoever. The frontend customisation wont even work or show up any more despite it being enabled.

I am desperate for some help at this point, I will give you an admin account and anything you need to help me. :'(

My site is here, I have your addon enabled and have all the nodes set to show up in columns. Please help
I can see that there is css code in the site that overwrites the grid's css.

This is a style related issue, but I'll try to help you.
Open node_list.css template, at the bottom of the template you should see something like
HTML:
.node.node_1 .nodeList .node.level_2{
    width: 100%;
    min-width: 450px;
    max-width: 100%;
    margin: 0 -2px 0 -2px;
    display: inline-block;
    vertical-align: top;
}

.node.node_28 .nodeList .node.level_2{
    width: 100%;
    min-width: 1px;
    max-width: 100%;
    margin: 0 -2px 0 -2px;
    display: inline-block;
    vertical-align: top;
}

Remove this code.
 
its a ******* style try ask him for help

also it was happening across all themes, even the default theme which had me baffled. Turns out it was an addon that let me use custom node icons that was the issue. Thanks to rellect I'd have never known

Hey, I just read again this message and noticed that you asked if this option can be added. In my reply to you I was sure that the question was if this option is available. Sorry.
I will add this to the TO DO list.


I can see that there is css code in the site that overwrites the grid's css.

This is a style related issue, but I'll try to help you.
Open node_list.css template, at the bottom of the template you should see something like
HTML:
.node.node_1 .nodeList .node.level_2{
    width: 100%;
    min-width: 450px;
    max-width: 100%;
    margin: 0 -2px 0 -2px;
    display: inline-block;
    vertical-align: top;
}

.node.node_28 .nodeList .node.level_2{
    width: 100%;
    min-width: 1px;
    max-width: 100%;
    margin: 0 -2px 0 -2px;
    display: inline-block;
    vertical-align: top;
}

Remove this code.

rellect... you are the best developer ever :D thanks so much for your help! I couldn't find that code in the node_list.css but found something very similar in a template for the ******* custom node style addon. Removed it like you said, the custom node style addon still works and the grid is back working again :D

The front-end customisation still isn't working or even showing up but that I can live with :)

You should have a little donation link dude, so I can thank you. I've had issues with other free addons, and the developer doesn't respond or care... so it means a lot that you helped :)

Even if you pm'd me your paypal, I'd love to send a small thank you :)
 
also it was happening across all themes, even the default theme which had me baffled. Turns out it was an addon that let me use custom node icons that was the issue. Thanks to rellect I'd have never known



rellect... you are the best developer ever :D thanks so much for your help! I couldn't find that code in the node_list.css but found something very similar in a template for the ******* custom node style addon. Removed it like you said, the custom node style addon still works and the grid is back working again :D

The front-end customisation still isn't working or even showing up but that I can live with :)

You should have a little donation link dude, so I can thank you. I've had issues with other free addons, and the developer doesn't respond or care... so it means a lot that you helped :)

Even if you pm'd me your paypal, I'd love to send a small thank you :)
There is a donation link in the overview page. Glad the issue is resolved for you :)
 
Hello rellect
I would like to use fontAwesome in the sub-nodes instead this sprite images: sub-nodes-sprite.webp
I know that it could be possible changing the css here:
R 2015-03-04 at 21.36.54.webp

with something like:
Code:
    font-family: FontAwesome!important;
    content: "\f005"!important;
    position: absolute;
    font-size: 13px;
But I'm not sure how to make it work "read" and "unread". or the best way to do it.
Could you please give me a hand, I really appreciate your help.
Thanks!
 
Hello rellect
I would like to use fontAwesome in the sub-nodes instead this sprite images: View attachment 100232
I know that it could be possible changing the css here:

with something like:
Code:
    font-family: FontAwesome!important;
    content: "\f005"!important;
    position: absolute;
    font-size: 13px;
But I'm not sure how to make it work "read" and "unread". or the best way to do it.
Could you please give me a hand, I really appreciate your help.
Thanks!
The parent element has a class named '.unread', so you may do something like this (add to EXTRA.css)
HTML:
body .node .grid_nodeIcon
{
    background: none;
    margin-top: 0;
}

span.grid_nodeIcon::before
{
    content: '\f0e0';
    font-family: 'FontAwesome';
    font-size: 12px;
    display: inline-block;
    color: #c2c3c3;
}

.node .unread .grid_nodeIcon:before
{
    color: #437294;
}
 
Rellect ill gladly donate to you but i need this fixed: http://www.rahstyles.net/forum "xenfracture" style at the bottom..

If the box doesnt have subforms shown ..since i dont like drop downs.. it mis alliggns and has this deep ugly space under the forum name that doesnt have a subforum.. and is miss aligned how can i fix this please?
 
Rellect ill gladly donate to you but i need this fixed: http://www.rahstyles.net/forum "xenfracture" style at the bottom..

If the box doesnt have subforms shown ..since i dont like drop downs.. it mis alliggns and has this deep ugly space under the forum name that doesnt have a subforum.. and is miss aligned how can i fix this please?
This is a tricky limitation that I'm aware of.
There are few ways to correct this, but I don't have one solution that will work for every style, so I decided to leave it as is and let the designers to handle this in the way that fits the needs of the design.

You can try this fix for your theme (add to EXTRA.css)
HTML:
.nodeList
{
    overflow: hidden !important;
}

.grid_column .nodeInfo
{
    padding-bottom: 1000px !important;
    margin-bottom: -1000px !important;
}
 
Last edited:
This is a tricky limitation that I'm aware of.
There are few ways to correct this, but I don't have one solution that will work for every style, so I decided to leave it as is and let the designers to handle this in the way that fits the needs of the design.

You can try this fix for your theme (add to EXTRA.css)
HTML:
.nodeList
{
    overflow: hidden !important;
}

.grid_column .nodeInfo
{
    padding-bottom: 1000px !important;
    margin-bottom: -1000px !important;
}
Yea that looked like it worked.. anotther problem is the latest topics dont seem to align properly
 
Yea that looked like it worked.. anotther problem is the latest topics dont seem to align properly
In this case there is not much to do due to the native structure of the node list.
I can only suggest to organize the nodes in a different way (set nodes with sub-forums side by side).
 
Sorry what i mean is... if i have more than 2 subforms the 3rd one wont go underneath and the 3rd subforum name will be cut off with a ....
 
Back
Top Bottom