Search found 110 matches
- Sun Nov 14, 2010 4:23 am
- Forum: [3.0/Olympus] Discussion
- Topic: 3.0.8 RC1 recaptcha change
- Replies: 4
- Views: 9685
3.0.8 RC1 recaptcha change
theme : 'clean', The default is not so good for darker styles as the background blends the darker text image (http://www.google.com/recaptcha/api/img/clean/logo.png and http://www.google.com/recaptcha/api/img/clean/tagline.png). Also too, when already using the recaptcha plugin, the change nulls th...
- Wed Feb 11, 2009 1:03 am
- Forum: [3.0/Olympus] Discussion
- Topic: [Discussion] Downtime and Server Compromise
- Replies: 353
- Views: 249052
Thanks Area51
I'm sure the help provided here has been valuable to many over the phpbb.com downtime.
keep on coding and may all them naughty bots be blasted by 3D captchas in the (near) future,
oddfish.
keep on coding and may all them naughty bots be blasted by 3D captchas in the (near) future,
oddfish.
- Wed Feb 11, 2009 12:57 am
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Forum Border Colour Problem.
- Replies: 2
- Views: 12808
Re: Forum Border Colour Problem.
ACP -> STYLES .. Theme and refresh prosilver_se.
Try that as your colours.css shows correct - the same as your bg_list.gif (#0D0D0D) so it just needs refreshing to come through.
Try that as your colours.css shows correct - the same as your bg_list.gif (#0D0D0D) so it just needs refreshing to come through.
- Mon Feb 09, 2009 10:33 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: cell padding black spaces issues
- Replies: 6
- Views: 7679
Re: cell padding black spaces issues
hmm, well there could be quite a bit to it but changing .forabg { background: #b1b1b1 none repeat-x 0 0; margin-bottom: 4px; padding: 0 5px; clear: both; the margin-bottom: 4px; to 0px; in styles/prosilver/theme/common.css will close the category gap. I'm not sure it will look right though with a bl...
- Mon Feb 09, 2009 9:30 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: cell padding black spaces issues
- Replies: 6
- Views: 7679
Re: cell padding black spaces issues
ah, I see, so no space between the header and forums (i.e. and also between Jokes, Funnies & word Games and the next category (Forum)). Correct?
- Mon Feb 09, 2009 9:27 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: Automod install question
- Replies: 8
- Views: 16687
Re: Automod install question
COD3M4ST3R-X is on the button. I see the error shows a path ../upload/install/index.php
the files and folders inside the upload folder (the extracted automod zip) need to be sitting in the root - not in an upload folder in the root.
the files and folders inside the upload folder (the extracted automod zip) need to be sitting in the root - not in an upload folder in the root.
- Mon Feb 09, 2009 9:21 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: ajax chat on 3.0.4
- Replies: 26
- Views: 66655
Re: ajax chat on 3.0.4
Blueimp Ajax Chat in the footer might be worth a look.
- Mon Feb 09, 2009 9:19 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: cell padding black spaces issues
- Replies: 6
- Views: 7679
Re: cell padding black spaces issues
Open style/prosilver/theme/colours.css
FIND
change 000000 to a colour you want (i.e. FFFFFF will give you white, 333333 will give a medium grey etc).
FIND
Code: Select all
html, body {
color: #536482;
background-color: #000000;
- Mon Feb 09, 2009 6:33 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: subsilver2 hyper link usernames to profile?
- Replies: 10
- Views: 11729
Re: subsilver2 hyper link usernames to profile?
just a thought, if you are using blackbox_red for a style, it might be inherent. make the code change to that viewtopic_body.html and try again.
EDIT** although that does not make sense to work that way surely.
EDIT** although that does not make sense to work that way surely.

- Mon Feb 09, 2009 6:08 pm
- Forum: phpBB 3.0.x MOD/Style Support
- Topic: subsilver2 hyper link usernames to profile?
- Replies: 10
- Views: 11729
Re: subsilver2 hyper link usernames to profile?
well you've made the code change (you could put <b></b> around that line change if the usernames are not solid enough but lets get the board showing it first). go to ACP -> STYLES .. Templates and hit | Cache | inline with subsilver2 . tick the box next to ./../styles/subsilver2/template/viewtopic_b...