inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Aug 31, 2015 8:04:27 GMT -8
when you create a website you can create categories and boards. once the category is created I have made my first board. I wondered if there was a way to delete the name Board from the table?
|
|
inherit
222898
0
Jan 13, 2017 12:58:34 GMT -8
Autumn
166
July 2015
exoticstarlight
|
Post by Autumn on Aug 31, 2015 17:38:11 GMT -8
Hi, if you'd like to delete the category / board, you can by going to Admin Panel > Structure > Categories & Boards > hover over the board / category you'd like to delete, and go to the right and click the 'x' button and type in "delete" to verify that you would like to delete the board. Thanks for your patience, and sorry that nobody has helped you in under 9 hours.
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 5, 2015 12:31:30 GMT -8
that's not what I mean mate. hmm if you look at the homepage. you have a table. within the table you have the headings, Board | Threads | Posts | Last Post.
I wondered if there was a way to delete the name Board from the table so it has nothing in that cell.
P.S Thanks for the reply
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 5, 2015 12:37:55 GMT -8
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Sept 5, 2015 13:56:00 GMT -8
Hi, stmphotography. First, go to Admin > Themes > Layout Templates. Click Board then click the Board List tab. At the very top you should see something like this: <table class="list" role="grid"> <thead> <tr> <th class="icon"></th> <th class="main">Board</th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead>
You want the <th class="main">Board</th> line. Just remove the word Board so it looks like this: <th class="main"></th> This is what is should look like when you're done: <table class="list" role="grid"> <thead> <tr> <th class="icon"></th> <th class="main"></th> <th class="threads">Threads</th> <th class="posts">Posts</th> <th class="latest last">Last Post</th> </tr> </thead>
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 5, 2015 21:09:50 GMT -8
got it, brilliant MSG. thanks for the help
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 6, 2015 4:50:42 GMT -8
sorry guys, I have yet another question. using this website as a reference: www.62tof.com/index.phpright at the bottom you have a legend. can you add one to proboards?
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 6, 2015 14:13:03 GMT -8
|
|
inherit
223590
0
May 17, 2023 9:13:21 GMT -8
Kitty Katt
My Username is @kittykatt (with 2 t's in katt)
821
July 2015
kittykatt
|
Post by Kitty Katt on Sept 6, 2015 21:19:30 GMT -8
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 7, 2015 5:09:23 GMT -8
thanks kitty
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 7, 2015 14:24:37 GMT -8
the roll over is good, but is there one out there that has them separately?
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 7, 2015 14:54:12 GMT -8
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 7, 2015 15:02:21 GMT -8
got it
|
|
inherit
217348
0
Jul 27, 2022 7:26:44 GMT -8
Lynx
5,846
January 2015
msg
|
Post by Lynx on Sept 8, 2015 4:46:55 GMT -8
Just as a note - codes that are in that board don't work on V5. You can, however, request a plugin or template mod and link posts from there as a reference to what you want. Those codes should be able to be modifiable to work in V5, but they definitely won't work as is.
|
|
inherit
224678
0
Sept 12, 2015 0:19:18 GMT -8
stmphotography
15
August 2015
stmphotography
|
Post by stmphotography on Sept 8, 2015 10:05:55 GMT -8
ah thanks MSG
|
|