phpBB login for Gallery w/o formatting?

guido_sst

Joined: 2004-04-20
Posts: 2
Posted: Tue, 2004-04-20 03:36

I've been looking at the phpBB-Gallery integration mod, and it seems fine, but I have a small problem I can't quite figure out (my PHP isn't that great).

I'd like to let my users use their phpBB login for Gallery, but I don't want Gallery to pick up any of the formatting from phpBB since I have things just how I want them with HTML wrappers. Does anyone have some input before I start experimenting and break something?

Any help would be appreciated, thanks!

 
guido_sst

Joined: 2004-04-20
Posts: 2
Posted: Sun, 2004-04-25 04:11

Anyone? Please?

 
valiant

Joined: 2003-01-04
Posts: 32509
Posted: Sun, 2004-04-25 13:27

i guess you're talking about the phpbb css file that may influence your gallery layout.
it has nothing to do with php.
i haven't installed the phpbb2/gallery mod, but i guess there are some css instructions from phpbb that may interfere with the css from gallery.
css standard says that the last instruction overrules all preceding inctructions if they interfere.
first you can try to change the css file from gallery. identify the css instructions from phpbb that change the (unwanted) look of your gallery site.
if you need to have phpbb elements (menu?) on the gallery layout that interfere (same css id), only then you'll have to change something in either in the layout of phpbb or gallery and change the css ids accordingly.