bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 9:49:30 GMT -8
Forum URL: (private)
I want to make more buttons by the "Home" button. However, i'm unsure how. Can some explain?
|
|
bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 10:00:46 GMT -8
Please help, thank you.
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 30, 2024 10:02:06 GMT -8
bdev - Normally this is the navigation menu and extra menu items would be added by going to Admin > Settings > Forum Settings > Navigation tab. However, I see you are using a customized theme where the customized navigation menu is defined in the Forum Wrapper layout template. (Admin > Structure > Layout Templates > Forum Wrapper template) The "buttons" start at line 25 (of the Slimline theme). Each button is an <li> tag item that includes a custom image and the navigation URL. Tell me about a button you'd like to add and I can give you a template.
|
|
bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 10:04:25 GMT -8
A button named "Rules"
then it should take you to the rules link
|
|
bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 10:04:39 GMT -8
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 30, 2024 10:20:09 GMT -8
bdev - Ok, you'll need 2 things to make the button: an image and the custom page URL. ImageThe current button images are 56px x 57px. For your 'rules' image I would recommend copying one of the existing images and modifying it to reflect the what you want to depict rules. This will ensure continuity of the button images. Additionally you will need a URL for the image. You should upload the image to the Custom Theme Images section of your theme. (Admin > Themes > Theme Manager - click on theme name, then on Images tab, then scroll to the bottom) Once uploaded, you click on the Link button to get the image URL. Page URL When you create a custom page, then you will have the page URL. If you call the custom page 'rules', then the URL would be: /page/rules EDIT: I see now you created the custom page while I was typing this out.Putting it TogetherIn the forum wrapper layout template the button codes start at line 25. Depending on where you want the rules button in the lineup determines where the new line of code is added. The new line of button code will be: <li><a href="/page/rules"><img src=" IMAGE URL GOES HERE " alt="Rules"></a></li> Note: I haven't explored yet if there are any corresponding CSS entries for the buttons. We can address this part after the button is created and added. Please let me know if you have any questions.
|
|
bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 15:16:59 GMT -8
Okay. I'm going to start this now.
|
|
bdev
New Member
Posts: 15
inherit
270083
0
Nov 21, 2024 16:57:08 GMT -8
bdev
15
October 2024
bdev
|
Post by bdev on Oct 30, 2024 15:27:11 GMT -8
Do you have any recommended images and do i do a transparent one or regular image??
|
|
#e61919
Support Staff
224482
0
1
Nov 22, 2024 17:59:24 GMT -8
Scott
“Asking for help isn't giving up... it's refusing to give up.”
24,521
August 2015
socalso
|
Post by Scott on Oct 30, 2024 16:28:11 GMT -8
bdev - Maybe something like this?
|
|