inherit
215486
0
Jan 10, 2016 7:52:15 GMT -8
Christina
6
November 2014
hogwartsrealmadmin
|
Post by Christina on Jan 11, 2015 7:27:42 GMT -8
Forum URL: Hogwarts Realm
Hello, I'm an old time (lol) proboards member back and trying to catch up with all the new version updates, but there are a few codes that I've either lost, forgotten, or have since been revamped to work in the new version. Here are I my requests... 1. I'm in need of a code or way to remove the old/new icons from the main page. 2. Also looking to possibly remove the icons from the Forum Info & Stats box. 3. I've been fiddling with adding a sidebar, but found that it threw off my sizing of the forum and shoutbox. Is there a way to add a sidebar adjacent to the left of my forum without it trying to center itself under my logo image table? I'd really like the forum width to stay the same and just add the sidebar to the available space to the left. 4. And if #3 is not an option, I would like to add what I thought used to be called a "welcome table" above my forum so I can place the items intended for my sidebar inside. 5. I'd like to remove the line with "Board, Threads, Posts, Last Post". 6. Lastly, I've added an image in place of the category titles, but it is larger than the space provided and the category bar gradient is tiling behind my image. I think it's best to just remove the category gradient completely so my image can sit against the forum background and not in a defined box, so I need a code to remove the category bar/box/space. Thank you guys so much for all the hard work you do, and I'm greatly enjoying learning all the new features of Proboards.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jan 11, 2015 11:59:37 GMT -8
I can help you with EVERYTHING you just listed. Since I can't see your forum though, I'm going to assume you are using the default theme. So! 1/5. Go to Admin > Structure > Layout Templates > Board > Board List and find and delete the following: <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> and around line 15 and 49. <td class="icon">$[board.icon]</td> 2. Go to Admin > Structure > Layout Templates > Home and find and remove the following lines: <td class="icon">$[image.stats]</td> <td class="icon">$[image.members]</td> <td class="icon">$[image.online]</td> <td class="icon">$[image.online_24]</td> Then paste this line of code at the VERY bottom of your Style Sheet (Admin > Themes > Advanced Styles & CSS > Style Sheet): .stats .info { padding: 10px !important; } 3/4. You can get a plugin for an easy Side Bar here or I can show you how you can input one into your forum directly. 6. Go to Themes > Colors & Theme Creator and select "none" for "Gradients" under Style Options.
|
|
inherit
215486
0
Jan 10, 2016 7:52:15 GMT -8
Christina
6
November 2014
hogwartsrealmadmin
|
Post by Christina on Jan 11, 2015 12:08:31 GMT -8
You are wonderful, thanks so much for your help! I'll start plugging away at these now. Thanks again.
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jan 11, 2015 12:12:04 GMT -8
You are wonderful, thanks so much for your help! I'll start plugging away at these now. Thanks again. No problem!
|
|
inherit
133146
0
Nov 16, 2024 15:51:08 GMT -8
Alanna 🥀🖤
3,564
November 2008
alannab
|
Post by Alanna 🥀🖤 on Jan 13, 2015 12:00:11 GMT -8
Everything work out for you?
|
|
inherit
215486
0
Jan 10, 2016 7:52:15 GMT -8
Christina
6
November 2014
hogwartsrealmadmin
|
Post by Christina on Jan 15, 2015 10:50:26 GMT -8
Yes, all seems to be working perfectly. Thanks again for your prompt response and help.
|
|