Search found 40 matches
- Tue Feb 03, 2009 3:25 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Help replacing PHP logo in header
- Replies: 4
- Views: 5713
Re: Help replacing PHP logo in header
Hey Brandon07, didn't mean to abandon you -- a similar question in a different area of this board started getting other folks involved and I've been responding there. Take a look: http://area51.phpbb.com/phpBB/viewtopic.php?f=71&t=30378&start=10 I have some screen shots there, please -- take...
- Tue Feb 03, 2009 3:18 pm
- Forum: phpBB 3.0.x Support
- Topic: Style mod not showing up as option
- Replies: 24
- Views: 25712
Re: Style mod not showing up as option
You still have not answered whether you have installed the style on the Styles page. That's the interesting thing I noted earlier, Using Kevin's Picture 4 posted earlier in this thread, my ACP doesn't have both "Style Management" and "Style Components" -- take a look: shot5.jpg ...
- Tue Feb 03, 2009 2:05 pm
- Forum: phpBB 3.0.x Support
- Topic: Style mod not showing up as option
- Replies: 24
- Views: 25712
Re: Style mod not showing up as option
Thank you all for your ideas. And yes, definitely phpbb3.04.
Couple more screen shots. I noticed something related to Styles when in ACP, System tab, ACP menu option on lower left. Not sure if these are set correctly??
Joe.
Couple more screen shots. I noticed something related to Styles when in ACP, System tab, ACP menu option on lower left. Not sure if these are set correctly??
Joe.
- Tue Feb 03, 2009 1:22 pm
- Forum: phpBB 3.0.x Support
- Topic: Style mod not showing up as option
- Replies: 24
- Views: 25712
Re: Style mod not showing up as option
Thanks Kevin, The picture4 screen shot shows me a problem I must be having -- I don't have the Styles Management heading in the upper left corner of ACP, I only have Style Components. So I may have some other issue (or something not turned on) causing me not to see the Style Management section. Here...
- Tue Feb 03, 2009 12:12 pm
- Forum: phpBB 3.0.x Support
- Topic: Style mod not showing up as option
- Replies: 24
- Views: 25712
Re: Style mod not showing up as option
None of these suggestions have worked, just to re-state: I've loaded a style mod (Serenity) into my styles directory, it resides in the directory similar to prosilver. Same folders and files under it, same permissions, etc. I installed it via ACP > Styles > Themes (and Templates) and it is set up si...
- Tue Feb 03, 2009 11:56 am
- Forum: phpBB 3.0.x Support
- Topic: Not getting access to additional style sheet
- Replies: 1
- Views: 2577
Not getting access to additional style sheet
Sorry if you've seen me ask this already in recent days, just hoping that with the right timing, someone may be able to assist: I've loaded a style (Serenity) into my styles directory, it resides in the directory similar to prosilver. Same folders and files under it, same permissions, etc. I install...
- Tue Feb 03, 2009 3:57 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Help replacing PHP logo in header
- Replies: 4
- Views: 5713
Re: Help replacing PHP logo in header
That did the trick COD3M4ST3R-X -- feeling foolish, but that's okay because I'm learning. One additional question you might be able to help me solve: I've loaded a style mod (Serenity) into my styles directory, it resides in the directory similar to prosilver. Same folders and files under it, same p...
- Tue Feb 03, 2009 3:32 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Help replacing PHP logo in header
- Replies: 4
- Views: 5713
Help replacing PHP logo in header
Having trouble replacing the PHP logo in the header. I uploaded a new jpg to forum > styles > prosilver (renamed original for safekeeping). Refreshed imageset for prosilver. Went to board index and the old logo is still present. Am I missing a step (or two or three)?? Any help is greatly appreciated...
- Mon Feb 02, 2009 6:20 pm
- Forum: phpBB 3.0.x Support
- Topic: Not all categories appear on board
- Replies: 4
- Views: 4861
Re: Not all categories appear on board
Thanks to all, this is working fine now. Please consider this matter closed!
- Mon Feb 02, 2009 5:40 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: How can I add a second Logo in header?
- Replies: 6
- Views: 13713
Re: How can I add a second Logo in header?
Open includes/acp/acp_style.php, find this: 'site_logo', and replace with 'site_logo', 'site_logo2', then open includes/functions.php, find this: 'SITE_LOGO_IMG' => $user->img('site_logo'), and add after it: 'SITE_LOGO_IMG2' => $user->img('site_logo2'), then add entry in imageset.cfg for that logo ...