Search found 823 matches

by spaceace
Thu Apr 29, 2010 9:45 pm
Forum: General Discussions
Topic: a few site changes
Replies: 2
Views: 32564
Flag: Canada

a few site changes

been changing a few things around on the site. added a portal page and will be reorganizing things over the next few weeks. will also be considering taking on some new staff members in the future, like moderators and people with some phpBB coding experience. not much of a need for them yet, but thin...
by spaceace
Tue Apr 20, 2010 5:23 pm
Forum: Style Questions and Support
Topic: Prospace
Replies: 22
Views: 29486
Flag: Canada

Re: Prospace

background colours are controlled in the colours.css

Code: Select all

.bg1	{ background-color: #000000; border-top: 1px solid #620D0D; border-bottom: 1px solid #620D0D; }
.bg2	{ background-color: #111111; border-top: 1px solid #620D0D; border-bottom: 1px solid #620D0D; }
.bg3	{ background-color: #000000; }
by spaceace
Wed Apr 14, 2010 8:48 am
Forum: Style Questions and Support
Topic: Prospace
Replies: 22
Views: 29486
Flag: Canada

Re: Prospace

Hate to say this after all that, but we're still having issues with the avatar hanging out over the text when the screen size is smaller. For example, my normal, full screen size is 1280 x 1024.. When in full screen mode, the large avatars work fine, are within the confines and all that. However, i...
by spaceace
Tue Apr 13, 2010 6:45 pm
Forum: Prospace
Topic: Prospace
Replies: 10
Views: 28325
Flag: Canada

Re: Prospace

ok everyone, thanks to Jackson for finding and pointing out a link issue in the menu for Prospace3.0.7.1 here's the new fixed version of the style. Prospace3.0.7.2.zip also, for anyone that just needs the fixed menu.html that was the problem, it's posted here http://www.livemembersonly.com/viewtopic...
by spaceace
Tue Apr 13, 2010 6:19 pm
Forum: Style Questions and Support
Topic: Prospace menu error...
Replies: 0
Views: 8008
Flag: Canada

Prospace menu error...

there seems to be a link issue in the Prospace menu.html

please use this file instead untill i get the download fixed and uploaded for that style.

sorry for any problems this may have caused for anyone :(
by spaceace
Tue Apr 13, 2010 5:24 pm
Forum: Style Questions and Support
Topic: Prospace rules background colours...
Replies: 0
Views: 7617
Flag: Canada

Prospace rules background colours...

open colours.css

find

Code: Select all

div.rules {
	background-color: #620D0D;
	color: #E7C292;
}

p.rules {
	background-color: #620D0D; 
	border: 1px solid #620D0D;
	background-image: none;
}
change both lines

Code: Select all

	background-color: #620D0D;
to this

Code: Select all

	background-color: #000000;
by spaceace
Tue Apr 13, 2010 4:22 pm
Forum: Style Questions and Support
Topic: Prospace
Replies: 22
Views: 29486
Flag: Canada

Re: Prospace

open content.css

find

Code: Select all

.pm .postprofile {
	border-right: 1px solid #620D0D;
}
replace with

Code: Select all

.pm .postprofile {
	border-right: 1px solid #620D0D;
	width: 30%;
}

.pm .postbody {
	width: 68%
}
save and upload file. refresh theme in ACP and see if that works for you.
by spaceace
Tue Apr 13, 2010 3:20 pm
Forum: Style Questions and Support
Topic: Prospace
Replies: 22
Views: 29486
Flag: Canada

Re: Prospace

Excellent Spaceace.. I will get those files installed... I sent you a little something for your work on the style and the help to are providing for a beginner. I have one other issue that I hope you can help me with. It has to do with the Avatar & rank graphics overlaying the text in the PM section...
by spaceace
Tue Apr 13, 2010 3:16 pm
Forum: General Discussions
Topic: Question
Replies: 2
Views: 5323
Flag: Canada

Re: Question

Question if someone wants help with there site does it matter what kind of site they own for you to work on it? if it's a site they don't want people to know about, they need to register here and pm me the info. i've been paid to work on several private sites. i don't discriminate against money :lo...
by spaceace
Tue Apr 13, 2010 4:54 am
Forum: Style Questions and Support
Topic: Prospace
Replies: 22
Views: 29486
Flag: Canada

Re: Prospace

simplest way is to replace all files. download for 3.0.7 version is here http://www.livemembersonly.com/download ... y.php?id=1

replace the files and refresh the imageset, templates, and theme in the ACP.