chrisbeddoes
Erudite
Ausir said:He would just type some random shit to make the posts longer.
And gain a special title if he /she chose to do that like *MORON* . I think he/she would stop after a while.
Ausir said:He would just type some random shit to make the posts longer.
Whipporowill said:You realize it's Volourn were talking about here? The thing that wouldn't learn or change it's views of anything ever?
<!--
/*
The original rpgcodex Theme for phpBB version 2+
Created by subBlue design
http://www.subBlue.com
NOTE: These CSS definitions are stored within the main page body so that you can use the phpBB2
theme administration centre. When you have finalised your style you could cut the final CSS code
and place it in an external file, deleting this section to save bandwidth.
*/
/* General page style. The scroll bar colours only visible in IE5.5+ */
body {
background-color: {T_BODY_BGCOLOR
background-color: #00FF99;
};
scrollbar-face-color: #596170;
scrollbar-highlight-color: #3F3F3F;
scrollbar-shadow-color: #596170;
scrollbar-3dlight-color: #353F55;
scrollbar-arrow-color: #B3B3B3;
scrollbar-track-color: #48505F;
scrollbar-darkshadow-color: #000000;
}
/* General font families for common tags */
font,th,td,p { font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif }
a:link,a:active,a:visited { color : #B3B3B3; }
a:hover {
text-decoration: underline;
color : {T_BODY_HLINK; color: #FFFFFF;
}; }
hr { height: 0px; border: solid #353F55 0px; border-top-width: 1px;}
/* This is the border line & background colour round the entire page */
.bodyline { background-color: #3F3F3F; border: 1px #000000 solid; }
/* This is the outline round the main forum tables */
.forumline { background-color: #3F3F3F; border: 2px #000000 solid; }
/* Main table cell colours and backgrounds */
td.row1 { background-color: #48505F; }
td.row2 { background-color: #596170; }
td.row3 { background-color: #353F55; }
/*
This is for the table cell above the Topics, Post & Last posts on the index.php page
By default this is the fading out gradiated silver background.
However, you could replace this with a bitmap specific for each forum
*/
td.rowpic {
background-color: #3F3F3F;
background-image: url(templates/rpgcodex/images/sidebg.gif);
background-repeat: repeat-y;
}
/* Header cells - the blue and silver gradient backgrounds */
th {
color: #AEBADC; font-size: 11px; font-weight : bold;
background-color: #B3B3B3; height: 25px;
background-image: url(templates/rpgcodex/images/footernavbg.gif);
}
td.cat,td.catHead,td.catSides,td.catLeft,td.catRight,td.catBottom {
background-image: url(templates/rpgcodex/images/belownavbg.gif);
background-color:#353F55; border: #666666; border-style: solid; height: 28px;
}
/*
Setting additional nice inner borders for the main table cells.
The names indicate which sides the border will be on.
Don't worry if you don't understand this, just ignore it
*/
td.cat,td.catHead,td.catBottom {
height: 29px;
border-width: 0px 0px 0px 0px;
}
th.thHead,th.thSides,th.thTop,th.thLeft,th.thRight,th.thBottom,th.thCornerL,th.thCornerR {
font-weight: bold; border: #3F3F3F; border-style: solid; height: 28px;
}
td.row3Right,td.spaceRow {
background-color: #353F55; border: #666666; border-style: solid;
}
th.thHead,td.catHead { font-size: 12px; border-width: 1px 1px 0px 1px; }
th.thSides,td.catSides,td.spaceRow { border-width: 0px 1px 0px 1px; }
th.thRight,td.catRight,td.row3Right { border-width: 0px 1px 0px 0px; }
th.thLeft,td.catLeft { border-width: 0px 0px 0px 1px; }
th.thBottom,td.catBottom { border-width: 0px 1px 1px 1px; }
th.thTop { border-width: 1px 0px 0px 0px; }
th.thCornerL { border-width: 1px 0px 0px 1px; }
th.thCornerR { border-width: 1px 1px 0px 0px; }
/* The largest text used in the index page title and toptic title etc. */
.maintitle {
font-weight: bold; font-size: 22px; font-family: "Tahoma, Verdana, Arial, Helvetica, sans-serif",Tahoma, Verdana, Arial, Helvetica, sans-serif;
text-decoration: none; line-height : 120%; color : #FFFFFF;
}
/* General text */
.gen { font-size : 12px; }
.genmed { font-size : 11px; }
.gensmall { font-size : 11px; }
.gen,.genmed,.gensmall { color : #FFFFFF; }
a.gen,a.genmed,a.gensmall { color: #B3B3B3; text-decoration: none; }
a.gen:hover,a.genmed:hover,a.gensmall:hover { color: #929FB6; text-decoration: underline; }
/* The register, login, search etc links at the top of the page */
.mainmenu { font-size : 11px; color : #FFFFFF }
a.mainmenu { text-decoration: none; color : #B3B3B3; }
a.mainmenu:hover{ text-decoration: underline; color : #929FB6; }
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 1px; color : #B3B3B3}
a.cattitle { text-decoration: none; color : #B3B3B3; }
a.cattitle:hover{ text-decoration: underline; }
/* Forum title: Text and link to the forums used in: index.php */
.forumlink { font-weight: bold; font-size: 12px; color : #B3B3B3; }
a.forumlink { text-decoration: none; color : #B3B3B3; }
a.forumlink:hover{ text-decoration: underline; color : #929FB6; }
/* Used for the navigation text, (Page 1,2,3 etc) and the navigation bar when in a forum */
.nav { font-weight: bold; font-size: 11px; color : #FFFFFF;}
a.nav { text-decoration: none; color : #B3B3B3; }
a.nav:hover { text-decoration: underline; }
/* titles for the topics: could specify viewed link colour too */
.topictitle,h1,h2 { font-weight: bold; font-size: 11px; color : #FFFFFF; }
a.topictitle:link { text-decoration: none; color : #B3B3B3; }
a.topictitle:visited { text-decoration: none; color : #B3B3B3; }
a.topictitle:hover { text-decoration: underline; color : #929FB6; }
/* Name of poster in viewmsg.php and viewtopic.php and other places */
.name { font-size : 11px; color : #FFFFFF;}
/* Location, number of posts, post date etc */
.postdetails { font-size : 11px; color : #FFFFFF; }
/* The content of the posts (body of text) */
.postbody { font-size : 12px; line-height: 18px}
a.postlink:link { text-decoration: none; color : #B3B3B3 }
a.postlink:visited { text-decoration: none; color : #B3B3B3; }
a.postlink:hover { text-decoration: underline; color : #929FB6}
/* Quote & Code blocks */
.code {
font-family: Courier, \'Courier New\', sans-serif; font-size: 11px; color: #C5CEE7;
background-color: #353F55; border: #353F55; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.quote {
font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #DEDEDE; line-height: 125%;
background-color: #353F55; border: #353F55; border-style: solid;
border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
/* Copyright and bottom info */
.copyright { font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; color: #DEDEDE; letter-spacing: -1px;}
a.copyright { color: #DEDEDE; text-decoration: none;}
a.copyright:hover { color: #FFFFFF; text-decoration: underline;}
/* Form elements */
input,textarea, select {
color : #FFFFFF;
font: normal 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
border-color : #FFFFFF;
}
/* The text input fields background colour */
input.post, textarea.post, select {
background-color : #3F3F3F;
}
input { text-indent : 2px; }
/* The buttons used for bbCode styling in message post */
input.button {
background-color : #48505F;
color : #FFFFFF;
font-size: 11px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
/* The main submit button option */
input.mainoption {
background-color : #353F55;
font-weight : bold;
}
/* None-bold submit button */
input.liteoption {
background-color : #353F55;
font-weight : normal;
}
/* This is the line in the posting page which shows the rollover
help line. This is actually a text box, but if set to be the same
colour as the background no one will know
*/
.helpline { background-color: #596170; border-style: none; }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/rpgcodex/formIE.css");
a:link {
color: #FFFFFF;
}
a:visited {
color: #FFFFFF;
}
a:active {
color: #FFFFFF;
}
-->
Transcendent One said:*snip*
Sheriff05 said:I just kicked down $40.00 thats .12 a post for me at that rate Volourn owes ya $350.00
Seriously, good idea everyone who can afford it should pitch in, if you look at this site daily
EvoG said:Yea...just donated myself.
Talking about this is ridiculous. You like the site, help out. *shrugs*
Cheers
chrisbeddoes said:Sherif bravo but the problem is that donations without benefits never work in the long run because most people do not have credit cards or do not care.
chrisbeddoes said:Does this means that now every time that i call phoenix vaporware i will feel guilt ?
Oh no !
EvoG said:I sense this is the problem a lot of people have with you. You don't donate to GET something, you do it because you enjoy what you have now. In this case, assuming sherrif feels the same, we enjoy the community and conversations. I want to see that continue and some money here and there ensures that...I'm not expecting anything in return.
No different than going to the zoo, wanting to make sure that you can help out the animals for their food, care and facilities. You enjoy the zoo so you contribute because you care about it...not for what you can get for it.
chrisbeddoes said:Right . How about doing this with commercial games ?
Download the game from free from Kazaa and if you like it send us $50 ?
It would not work .
It also will not work on this forum.
Why ? Most people do not care or do not have a credit card.
It is better to give something and get something.
EvoG said:chrisbeddoes said:Right . How about doing this with commercial games ?
Download the game from free from Kazaa and if you like it send us $50 ?
It would not work .
It also will not work on this forum.
Why ? Most people do not care or do not have a credit card.
It is better to give something and get something.
You're kidding right? You're getting ths community and forum...you think ITS free?
Just by your comment though, its absolutely clear you have no clue, so its obvious that explaining this to you, AGAIN, would be fruitless.
Anyone else want a shot?
I sense this is the problem a lot of people have with you. You don't donate to GET something, you do it because you enjoy what you have now. In this case, assuming sherrif feels the same, we enjoy the community and conversations. I want to see that continue and some money here and there ensures that...I'm not expecting anything in return.
No different than going to the zoo, wanting to make sure that you can help out the animals for their food, care and facilities. You enjoy the zoo so you contribute because you care about it...not for what you can get for it.
plin said:If people love the community enough (keyword: enough), they would donate (if they could) just to keep it alive, they wouldn't give half a shit if there were benefits or not.
Games and websites aren't the same at all, so don't even bring up this half-assed analogy.
plin said:If I had extra money and a paypal account, I would pitch in a little.
But alas, school/food/gas/rent/bills are sucking my funds dry.
Mudusa
Our site takes donations, strictly to cover costs of hosting and software license yearly.
Members who donate $20 CAD get to post:
Custom user title
profile pics
avatars
uploaded pics for display in posts
They also get a 5 meg webmail acct
We also recently had issues with a friend and donator who was furious that an off-topic and inappropriate thread was deleted per forum rules, and made a last night ranting post about censorship. He argued that his donation gave him the right to have a say in how the forum was moderated, we disagreed. We don't yet take in enough donations to cover hosting+software, and when we finally do, the extra $ will be used to purchase items for raffle which only donating members can participate in.
chrispian
I've seen a few posts about premium memberships and just wanted to get an idea of what everyone else thought about them, and if you use them, how well do they go over?
What all do you offer in premium memberships? I was thinking somethign along the lines of:
- Private forums for Premium Members
- Higher limits for Private Messages
- Larger Avatar size
Mainly, my idea behind this is to give users who want to help support the site some perks, but nothing they would *have* to pay for to enjoy the site. I was thinking of a really low fee for it as well, like $2.95/mo or $3.95/mo.
Anyone else given this any thought? I'm just thinking outloud and would love to hear what you all think about it.
FansofRealityTV
This thread has a bunch of info on that:
http://www.theadminzone.com/forums/show ... php?t=2824
PacMan
I will be selling premium memberships soon on my site. I will give premium members 15 megs to upload pictures, while regular members will have a 3 meg limit. I will also increase the PM limit, change the colour of their username and add a "supporting member" button below their name. Im thinking of charging them $20 a year for these perks. Regular members will still be able to enjoy the forum with almost no restrictions at all.
chrispian
This thread has a bunch of info on that:
http://www.theadminzone.com/forums/show ... php?t=2824
Gak! I thought I searched for threads on this already. I losing my mind. Thanks for the link, good stuff in there! Exactly what I was looking for. Didn't mean to start another thread on it
SecretAgent
We try to make money on premium memberships by volumne and sell them cheaper since a lot of our members are cash-strived. We have two options, $10/year and $14/year, and they offer basically the same benefits:
- email account
- option to turn off ads
- larger PM box
- a little bit of web hosting
- can change member title
It is a good deal for them, and since we're nowhere near our 80GB storage/1200GB bandwidth limit (just use a lot of CPU) the only cost to us is potential lost advertising revenue, but in this market that's not much.
Spazmo said:What might help an insignificant amount and also eliminate one of my pet peeves is to quit all the unnecessary quoting.
Maggie, you don't need a hack. Create a usergroup for Premium Members, and in the "username markup" boxes, put the HTML for the color you want, like this:
(in the first box)
<font color="green">
(in the second box)
</font>
FORT,
I was browsing through your site and noticed the premium member announcement which seems to have a billion (positive) responses so far. From what I could see you gave suers a few perks like specially colored usernames, more pm space and such but nothing major (i.e. they still see ads) and users still seem to to be itching to sign up. Given that you have launched what seems to be a sucessful program can you share your tips/hints with the rest of us, mainly in terms of what you setup in advance and what you had to do after you launched that you hadn't thought about previously?
I'm sure you want to keep some secrets but I know that I'd be greatful to hear anything abotu this type of offering in practice not just in theory and I imagine a lot of other users who have thought about setting it up would like to hear from you too!
P.S. Ive been away from a machine for a few weeks so forgive me if you already posted about your service without me noticing.
FansofRealityTV
I offer the following, for $2/month:
* Double-sized PM box (from 500 to 1000)
* Turn their name green everywhere (which seems to be the biggest selling point, believe it or not)
* They can have a profile picture
* Access to a private "general discussion" forum
* A FORT e-mail address, if they choose (only about 1/3 choose to)
I set up 3 subscriptions (in vBulletin): 1-month non-recurring (for a trial), 1-year non-recurring, and 1-month recurring (using the hack at vb.org). I also found that almost 1/3 of my users preferred to mail me a check.
The biggest suggestion I can give is set up a spreadsheet and track everything. People pay through paypal under a different address than they signed up on your site with, and when it expires, you'll have no way to track it back. And when people send in a check, you need to be able to track that back as well.
If you don't allow custom titles or avatars, you could add those in for a bigger offering. But for $2/month, people enjoy being green most of all.
noppid
It is amazing what pushes peoples buttons. Thanks for the tip. It actually makes me recall being a member of a forum way back when that has glowing names that were popular. Interesting stuff.
Kathy
I love being green at the FoRT. Its the only perk I was interested in....
On my site I have upgraded memberships too and they get lots of goodies for their 25.0 per year fee. However, on top of that, we also have "gift" of 5.00 and they get a gift icon under their name. We call them "member badges" and they can get them in various ways. My members love collecting them.
EvoG said:I sense this is the problem a lot of people have with you. You don't donate to GET something, you do it because you enjoy what you have now. In this case, assuming sherrif feels the same, we enjoy the community and conversations. I want to see that continue and some money here and there ensures that...I'm not expecting anything in return.
No different than going to the zoo, wanting to make sure that you can help out the animals for their food, care and facilities. You enjoy the zoo so you contribute because you care about it...not for what you can get for it.
{url=http://www.terra-arcanum.com/~chris/}
}img]http://mercury.walagata.com/w/chrisbeddeos/car_banner_small.jpg[/img}[/ur}