MyBB Community Forums

Full Version: What icon belongs in this area of the Forum?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello...
I made a Forum roughly from the Vanilla Forum and changing the css for a lot of it.
My forum is in good shape, but right now, I am wondering, what icon belongs in this area of the Forum.

I inspected element at each different spot and it said .cat5.expander or .cat3.expander or so on.
I know cat is the .css color code in graphic form, but what I thought would work is if I tracked down the expander code.

I found the expander code and added a "Plus Icon" to where the expander code was, and it showed up, but it showed up over the 'Cannot find Picture' mark.

I want to know which icon belongs here and maybe to make it easier, where I would find the code in .css

my website is: https://bookcrook.net

And I have attached an image of what I am talking about.
That's the icon for forum collapse.  On my board .../images/collapse.png.  Yours is pointing to a subdomain and called here:

<div class="expcolimage"><img src="https://images.bookcrook.net/albums/userpics/10001/1//collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" style="cursor: pointer;"></div>

Throws a 404 error, but collapses the forum.
(2022-03-06, 11:07 AM)nixer55 Wrote: [ -> ]That's the icon for forum collapse.  On my board .../images/collapse.png.  Yours is pointing to a subdomain and called here:

<div class="expcolimage"><img src="https://images.bookcrook.net/albums/userpics/10001/1//collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" style="cursor: pointer;"></div>

Throws a 404 error, but collapses the forum.

Thank You @Nixer55

(2022-03-06, 03:22 PM)XeroXipher Wrote: [ -> ]
(2022-03-06, 11:07 AM)nixer55 Wrote: [ -> ]That's the icon for forum collapse.  On my board .../images/collapse.png.  Yours is pointing to a subdomain and called here:

<div class="expcolimage"><img src="https://images.bookcrook.net/albums/userpics/10001/1//collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" style="cursor: pointer;"></div>

Throws a 404 error, but collapses the forum.

Thank You @Nixer55

Sorry to be asking you guys such newbie questions, I fixed the collapse menu, but I now can't find the template coding or image directory for the Expand menu for .tcat_menu.

It is basically the same problem as earlier, but rather than needing to add a Collapse button I need to add an Expand button...
I thought they'd both be in the same directory but they are not.

If you can tell me what the file is supposed to be named for colExpand I should be able to fully get it working... Thanks : )


(2022-03-06, 03:22 PM)XeroXipher Wrote: [ -> ]
(2022-03-06, 11:07 AM)nixer55 Wrote: [ -> ]That's the icon for forum collapse.  On my board .../images/collapse.png.  Yours is pointing to a subdomain and called here:

<div class="expcolimage"><img src="https://images.bookcrook.net/albums/userpics/10001/1//collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" style="cursor: pointer;"></div>

Throws a 404 error, but collapses the forum.

Thank You @Nixer55

(2022-03-06, 03:22 PM)XeroXipher Wrote: [ -> ]
(2022-03-06, 11:07 AM)nixer55 Wrote: [ -> ]That's the icon for forum collapse.  On my board .../images/collapse.png.  Yours is pointing to a subdomain and called here:

<div class="expcolimage"><img src="https://images.bookcrook.net/albums/userpics/10001/1//collapse.png" id="cat_3_img" class="expander" alt="[-]" title="[-]" style="cursor: pointer;"></div>

Throws a 404 error, but collapses the forum.

Thank You @Nixer55

Sorry to be asking you guys such newbie questions, I fixed the collapse menu, but I now can't find the template coding or image directory for the Expand menu for .tcat_menu.

It is basically the same problem as earlier, but rather than needing to add a Collapse button I need to add an Expand button...
I thought they'd both be in the same directory but they are not.

If you can tell me what the file is supposed to be named for colExpand I should be able to fully get it working... Thanks : )

Nevermind, I found it in index_boardstats... Thanks guys : )