Welcome to the nuBuilder forums!

Please register and login to view forums and other content only available to registered users.

Nubuilder bread crumbs

Locked
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Nubuilder bread crumbs

Unread post by ruiascensao »

Hi,

Is it possible to have a database field on the breadcrumbs?

Example: Home > Sites > London (see attached picture).
breadcrumbs.png
breadcrumbs.png (3.61 KiB) Viewed 2905 times
Thank You!

BR
RA
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Nubuilder bread crumbs

Unread post by admin »

rui,

You could do it with Javascript

Code: Select all


function nuLoadThis(){

   $('#nuCrumb').html($('#cus_name').val());

}
eg.
Capture.PNG
Capture.PNG (17.69 KiB) Viewed 2897 times
Steven
ruiascensao
Posts: 177
Joined: Tue Nov 15, 2011 2:24 pm

Re: Nubuilder bread crumbs

Unread post by ruiascensao »

Hi Steven,

It works fine.
Thanks
BR
Rui
admin
Site Admin
Posts: 2781
Joined: Mon Jun 15, 2009 2:23 am
nuBuilder Version: 4.5
Been thanked: 1 time

Re: Nubuilder bread crumbs

Unread post by admin »

.
Locked