News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - AnonyMister

Pages: [1]
1
Advertise your forum / Re: BeardedCraft - MineCraft Server
« on: June 16, 2013, 08:28:52 pm »
Many new changes. :D

2
Advertise your forum / Re: BeardedCraft - MineCraft Server
« on: May 12, 2013, 04:05:04 pm »
Haha, thank you! It's all thanks to you!!  ;D

The only downfall are the advertisements location. I wish I could move that to a more convenient area.

3
Advertise your forum / BeardedCraft - MineCraft Server
« on: May 12, 2013, 07:39:06 am »
I think I have used CAF to it's full potential, really.  ;D

With over 400 members, it's quite a nice place to relax outside the game.

If anyone plays MC and/or has some suggestions for the Forum, please let me know here. Haha.

http://beardedcraft.createaforum.com/

4
General Support / Re: Custom Icon issue
« on: April 16, 2013, 11:47:46 pm »
Might I suggest you look here:

http://support.createaforum.com/5/

Using JSquery coding, you can force any image to become another image with only a couple easy steps.  ;D

5
General Support / Quick Question!
« on: April 15, 2013, 05:05:24 am »
BeardedCraft.createAforum.com

The banner above the current GIF banner, where can I place that in my CSS to go under my tabs (Above the advertisements)?

I am not too great with that kind of stuff, yet I would like to know if it is under a table or something.  ;D

6
General Support / Re: Creating Post Rank
« on: April 15, 2013, 05:03:10 am »
Admin > Membergroups > Add Group

The top groups are ranks not based on post count,
The bottom groups are.

 ;D

7
General Support / Re: Is this possible?
« on: March 24, 2013, 04:43:03 pm »
Thanks guys, I will check it out. :D

8
General Support / Is this possible?
« on: March 24, 2013, 06:17:28 am »
I run a Minecraft server, and the economy runs pretty great. Though, price guidelines are needed.

Is there any way I can add something like this:

http://forums.zybez.net/pages/2007-price-guide

To my forum for my users to make transactions with?

9
Admin > Layout Settings > Theme Settings > Check the box next to this:

Quote
Hide post group titles for grouped members:
 Enabling this will not display a member's post group title on the message view if they are assigned to a non-post based group.


11
Way back in the day I remember Arcade Hiscore Trophies scrolling across in a user's posts.

Clearly that is not done anymore. And I am curious if there is a JQuery code out there that does this. :)
- Or could be made!

Currently, there are is not much reason for my users to play in the Arcade other than to brag.

Showboating some awards outside of the Arcade might be a nice incentive.

12
The font is fine. ;)

Thank you though, that is not a bad idea just blending the background in a bit more.


13
Actually, anything below .9 does become a problem in terms of legibility.support

Here is part of my CSS where I added in the opacity,

Code: [Select]
/* Set a fontsize that will look the same in all browsers. */
body
{
    background: url(http://i45.tinypic.com/animnb.jpg);
        background-attachment: fixed; /* force image to stay put */
    font: 78%/130% "Comic Sans MS", cursive, sans-serif;
    margin: 0 auto;
    padding: 15px 0;
        opacity:0.6;
}

There is nothing I can do to only lighten the colors from your code or in the CSS style (Dark_Green)?support

Edit: I would like it to look something like this guys':
http://support.createaforum.com/5/%28code%29-color-membergroup-posts/

'Thorton...' has a screenshot in one of his posts.

I am not sure if it is because he has a white background, or what.

Here is my forum link just in case you need a better visual of what I am working with:
http://beardedcraft.createaforum.com/

14
For a few days now, I have looked everywhere online, and I feel it is not possible. :(



Brief Overview,

Header JQuery Script:
Code: [Select]
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> Footer JQuery Script:
Code: [Select]
<script>function xboi209_colormembergroupposts(membergroup,color){$("li.membergroup:contains('"+membergroup+"')").closest("div.post_wrapper").css("background-color",color)}xboi209_colormembergroupposts("Moderator","DarkGreen");</script>
I have added an opacity attribute set to .9 in my CSS style for my background which makes everything transparent (No problem),
Yet I'd still like to somehow make the transparency of that green color in a Moderator's a little more... Well.. Transparent -- How?

* Is there any coding I can add into xboi's JQuery code that can allow an opacity change?
- If so, what is it?

:P Please keep in mind too, I am not the best coder out there. So, you know...

Merry Monday,
Nick

Pages: [1]