Breadcrumbs giving issues ~ Loose them??

doceave

Joined: 2009-01-20
Posts: 176
Posted: Fri, 2010-04-02 20:39

Solve one problem and discover another... I've integrated my G2 demo site into Drupal 6, and i'm finding the breadcrumbs cause errors ALL the time (test it). For my application they are not absolutely necessary as I will not have a complex gallery structure.

I have tried to delete the breadcrumbs from the template files but no success yet...

Is the breadcrumb problem one someone has come across before, or is there an easy way to just ablate the buggers...?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Fri, 2010-04-02 21:15
Quote:
(test it).

Where?

Quote:
I have tried to delete the breadcrumbs from the template files but no success yet...

What did you delete and did you clear the cache?
removing

	<div class="gbBreadCrumb">
	  {g->block type="core.BreadCrumb"}
	</div>

from theme.tpl should do the trick. Remember to read the top of the file for directions.

Dave

_____________________________________________
Blog & G2 || floridave - Gallery Team

 
doceave

Joined: 2009-01-20
Posts: 176
Posted: Sat, 2010-04-03 09:43

my apologies ~ forgot to post a link...

Changed my mind about deleting the breadcrumbs. If one is supplied a link to an image, navigation from there will be difficult as the back option will not be useful.

I would like to get the breadcrumbs working.

Currently if I use the breadcrumbs for anything but "home" I get this error:

warning: Cannot modify header information - headers already sent by (output started at /home2/doceavec/public_html/panoramicafrica/themes/b004/template.php:1) in /home2/doceavec/public_html/gallery2/modules/core/classes/GalleryPhpVm.class on line 142.

Are there some common problems one can experience with drupal-G2 integration?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sat, 2010-04-03 14:51

I don't know anything about drupal integration.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team