• schumi_rossi

    (@schumi_rossi)


    Hi,

    I have a website where i wish to add a database of all 2 wheeler manufacturers. So what i need is a button each for every manufacturer which when clicked opens another page with a set of buttons for every model. when a model is clicked, information about that particular motorcycle is displayed.

    any help will be appreciated.

    Also, would be great if somebody could tell me how do i replace the button with an image in the button bar.

    Thanks in advance

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter schumi_rossi

    (@schumi_rossi)

    you may refer to my website at https://www.revvstation.com/new-bikes/

    I’m thinking it would be a few days work to code a custom database solution. There are some database plugins, but you would still need coding skills or have to pay someone.

    You might think of the database as a menu. Although you have a top bar menu already, some themes have the facility for a secondary menu or there are lots of menu plugins you could try. The top level of the new menu would be the manufacturer and the the second level would be for the models. I don’t know how many models there, some menus have an upper limit for the number of items.

    As to the button bar, unless you want to hack the code you could go for a custom css solution:

    .btn-toolbar a:nth-child(1){background-image:url("image_1.gif")}

    You will need 1 line per button, set the url to the url of something in your media library, and set the button text to  

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to add a database’ is closed to new replies.