Search found 21 matches

by dragon
21 Apr 2010, 16:13
Forum: PhpBB3 Support
Topic: avatar not resizing
Replies: 5
Views: 5187

Re: avatar not resizing

4. effect. people with greater avatar dimensions like 200x200 or even 100x100 don't reflect changes and persist on showing 60x60 only. I dont get you here. If a user has uploaded an avatar size 60x60 px and you change the max size to 200px the users avatar size would still be 60x60 -no sir. i guess...
by dragon
21 Apr 2010, 08:09
Forum: PhpBB3 Support
Topic: avatar not resizing
Replies: 5
Views: 5187

Re: avatar not resizing

yes i know that. but if you follow the chronology of my example 1. converted to phpbb3 2. set avatar limit to 60x60. effect = fine. avatars only 60x60 3. saw that avatars displaying quite small at 60x60, so increased limit to 150x150. 4. effect. people with greater avatar dimensions like 200x200 or ...
by dragon
20 Apr 2010, 11:18
Forum: PhpBB3 Support
Topic: avatar not resizing
Replies: 5
Views: 5187

avatar not resizing

when i started up the phpbb3, i set the maximum avatar image size to be 60x60. the avatars resized smaller and fine to 60x60, but i realized it was too small so i increased the size limit to 150x150, saved it but people's avatar's did not reflect the increase, and are still showing reduced limits of...
by dragon
19 Apr 2010, 16:41
Forum: PhpBB3 Support
Topic: last post column q: make narrower, center, color change
Replies: 7
Views: 4496

Re: last post column q: make narrower, center, color change

found it!

its in bg1 bg2 etc


.post:target h3 a {
color: #000000;
}

.bg1 { background-color: #ECF3F7; }
.bg2 { background-color: #f5f7fa; }
.bg3 { background-color: #cadceb; }
.bg4 { background-color: #E0EAF4; }

.ucprowbg {
background-color: #DCDEE2;
by dragon
19 Apr 2010, 16:21
Forum: PhpBB3 Support
Topic: last post column q: make narrower, center, color change
Replies: 7
Views: 4496

Re: last post column q: make narrower, center, color change

for my #3 query, i cant seem to change the alternating topic row colors 2.remove those alternating colors of prosilver (light blue, blue, light blue, blue). can't seem to find the code for this one. this section in styles/your style/theme/colours.css ------------------------------------------------...
by dragon
16 Apr 2010, 16:19
Forum: Modifications
Topic: PhpBB3 SEO Title
Replies: 36
Views: 25996

Re: PhpBB3 SEO Title

can this be installed on 3.07?
by dragon
14 Apr 2010, 17:21
Forum: PhpBB3 Support
Topic: help with {} {in links} after doing a mod
Replies: 3
Views: 2385

Re: help with {} {in links} after doing a mod

solved this already. would you believe, after reading http://www.phpbb.com/community/viewtopic.php?f=69&t=839905&start=2040 . it mentions of a similar problem, and all he did was reupload language pack and everything was okay did that too and it was now okay with mine. im just curious as to ...
by dragon
14 Apr 2010, 16:42
Forum: PhpBB3 Support
Topic: help with {} {in links} after doing a mod
Replies: 3
Views: 2385

help with {} {in links} after doing a mod

i know i should ask that mod page what to do, but there seems to be nobody there anymore. anyway, hope you can help me. i went to the colored link when new post mod and installed the mod via AUTOMOD. didnt seem much of a success, and i even saw the bracket things { and } surrounding my links! have a...
by dragon
13 Apr 2010, 17:23
Forum: PhpBB3 Support
Topic: last post column q: make narrower, center, color change
Replies: 7
Views: 4496

Re: last post column q: make narrower, center, color change

done thanks. i purposely made it center to have a different look from the usual prosilver. amazing. how do you know all these? it seems topiclist and dd lastpost should have a sum of 75%, if not, one would overlap with the other. so i did dd lastpost 20%, and topiclist 55% and it came out allright i...
by dragon
13 Apr 2010, 16:56
Forum: PhpBB3 Support
Topic: header q: increase navbar font, add tabled banner
Replies: 7
Views: 4069

Re: header q: increase navbar font, add tabled banner

re: navbar. you were right it was in common css i didnt locate what to change because i assumed there would be a font: something something all along i had to add the font parameters myself as the default had none. .navbar { background-color: #ebebeb; padding: 5 20px; font-family: Arial, Sans-serif; ...