Welcome to the nuBuilder Forums!

Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only 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
Thank You!

BR
RA
You do not have the required permissions to view the files attached to this post.
BR
Rui
admin
Site Admin
Posts: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

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
Steven
You do not have the required permissions to view the files attached to this post.
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: 2825
Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times

Re: Nubuilder bread crumbs

Unread post by admin »

.
Locked