inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 10:06:57 GMT -8
Hi I was wondering where I could insert the HTML code for a music player on proboards 5.0. Also I was wondering how I could change the pictures to the links such as "Home, Members, etc" like in the old version?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 10:51:00 GMT -8
Hi, raynee. If you find a code online for a music player, you can place it in Structure > Headers & Footers. You can change the menu items to images using this plugin.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 11:22:42 GMT -8
Thank you! That's exactly what I'm looking for. But is there a way to disable a certain menu item?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 11:58:00 GMT -8
Settings > Forum Settings > NavigationUntick the checkbox next to any of your menu items. You can also add new menu items from there.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 12:41:40 GMT -8
Thank you so much for your help! I also have another question, I am trying to use the left side bar from sidebar redux however it shifts the entire forum to the right?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 13:58:16 GMT -8
Did you enter the width as a number or did you add px to the end? All widths, margins, spacing, etc. should be typed like so: 200px 150px 10px
Etc...If you're not sure exactly how something should be typed in any of the fields, I always provide examples via the tooltip right next to the field name in my plugins.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 14:19:01 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 14:43:16 GMT -8
Can you link to the forum in question? I can pinpoint what's going wrong.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 14:45:07 GMT -8
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 14:48:33 GMT -8
In the plugin's settings page, click on the Other Settings tab. Add a value to Forum Spacing. This determines the space between your forum and the sidebars. I personally like to set it to 10px, as that's the default vertical distance between containers in V5.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 14:56:01 GMT -8
oh! That does do the trick. Thank you! But, is there a way to move the sidebars more towards the left?
|
|
MauriceMoss
inherit
-5295310
0
Nov 24, 2024 8:09:54 GMT -8
MauriceMoss
0
January 1970
GUEST
|
Post by MauriceMoss on May 1, 2013 15:10:30 GMT -8
Did you enter the width as a number or did you add px to the end? All widths, margins, spacing, etc. should be typed like so: 200px 150px 10px
Etc...If you're not sure exactly how something should be typed in any of the fields, I always provide examples via the tooltip right next to the field name in my plugins. :) Is it possible to enter the width as a percentage? In HTML you can do width=98% and it will autosize to the width of your browser.
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 15:24:25 GMT -8
Is it possible to enter the width as a percentage? In HTML you can do width=98% and it will autosize to the width of your browser. Based on how the plugin works, this isn't possible. The sidebar is contained within a table, so setting the width to a percentage would cause it to be a percentage of the table cell it's contained in, rather than the width of the forum as a whole. It's possible to change the plugin's source code to make percentage widths work, but you'd lose the ability to use the Fixed Positioning setting in the process.
|
|
inherit
dragonair25034@hotmail.com
193616
0
Jun 2, 2013 15:50:47 GMT -8
raynee
9
May 2013
raynee
|
Post by raynee on May 1, 2013 15:27:03 GMT -8
I see. Thanks for your help. On my forum (http://zerono.proboards.com/) I placed the shoutbox on the side but how do I remove that extra title catagory above the shoutbox?
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on May 1, 2013 15:35:46 GMT -8
I see. Thanks for your help. On my forum (http://zerono.proboards.com/) I placed the shoutbox on the side but how do I remove that extra title catagory above the shoutbox? 1. Change that box's style to Style 2. This removes the title bar. 2. Add this to the box's content.
|
|