The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

TanMan's Forum

+7
SYKO
FlamingToaster
MrMario
dotDavid
Codyy
ConMan77777777
TanMan77777777
11 posters

Page 1 of 2 1, 2  Next

Go down

TanMan's Forum Empty TanMan's Forum

Post by TanMan77777777 February 11th 2008, 11:20 pm

TanMan's Forums v1.0
Forum Link:
http://tanman.forumakers.com/

Forum Description/History:
TanMan's forums is meant to help perfect your forum's design and just for you to interact and chat with other members. We have a section for Graphics, Web Coding, General Discussions, and we plan to roll out a promotional services section as we get some more members!
TanMan's Forum 227496
TanMan's Forums was once a gaming forum and slowly died and all members left. Recently, after gaining all of my coding and graphic knowledge, I have created a new theme (Simple Aqua - By TanMan [Not available for public use]) and have released my forum to the open once again.

Categories/Forums:
-Official
---Rules/Important
---Announcements
---Introductions

-Graphics
---Graphic Requests
---Graphics Contests
---Graphic Tutorials
---Gallery Proposals
------Graphics Gallery
---------Navigation
---------Empty Banners
---------Ranks
---------Other

-Coding
---Coding Support
---HTML Homepages
------HTML Homepage Requests
---Forum Skins

-General Discussions
---General Discussions
---Forum Games
---Forum Introduction
---Suggestions

Forum Rules
TanMan wrote:
Nothing too strict. I find rules are what ruins all of the good forums. TanMan's Forum 4921 So here they are.

1. Try to avoid constant spamming.
2. No hi-jacking request threads.
3. No flaming.

There you go. Pretty short and to the point. I may change them or add more later, but this is good for now.

Forum Statistics:
Our users have posted a total of 364 messages
We have 15 registered users
The newest registered user is Bawlz

Administrators: TanMan, ConMan
Global Moderators: MiniRadi

Join TanMan's Forums today!! ---> Here

All Images © TanMan 2009
TanMan's Forum Pictur10



Last edited by TanMan77777777 on December 20th 2009, 10:25 pm; edited 9 times in total
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 16th 2009, 4:45 am

TanMan's Forums v1.0
*A complete re-design of the forum is complete.
*Forums changed from games/ect. to promotion/graphics.

Member with no posts or never visited were deleted.

Staff retired. TanMan is the only Administrator. Looking for new members to start the forum again.

Join TanMan's Forums today!! ---> Here


Last edited by TanMan77777777 on December 20th 2009, 10:26 pm; edited 2 times in total
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 17th 2009, 3:29 pm

TanMan's Forums v1.0
Exclamation MiniRadi now Global Moderator.
Exclamation Weekly graphic contest starting tomorrow.
Exclamation Suggestions for the promotional services are now being taken.
Exclamation Tweaking every small thing. ~Added favicon

Ranks should be coming later today.

Join TanMan's Forums today!! ---> Here


Last edited by TanMan77777777 on December 20th 2009, 10:26 pm; edited 1 time in total
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 20th 2009, 3:29 am

TanMan's Forums v1.0
Posted an updated list of categories
-Posted an updated description
-Posted all of the new rules
-Updated statistics

Join TanMan's Forums today!! ---> Here


Last edited by TanMan77777777 on December 20th 2009, 10:26 pm; edited 1 time in total
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by ConMan77777777 December 20th 2009, 7:48 am

This is a great website! Check it out Very Happy
ConMan77777777
ConMan77777777
Forumember

Male Posts : 145
Reputation : 0
Language : English
Location : USA

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by Guest December 20th 2009, 6:34 pm

Nice implementation of the codes......

Credits to Jalokim for initiating and originally creating the toolbar for Forumotion users.

Regards







Craig
avatar
Guest
Guest


Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 20th 2009, 10:14 pm

Mine
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
#toolbar {
position:fixed;
bottom:0px;
left:0;
width:100%;
height:55px;
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background:url('http://i95.servimg.com/u/f95/11/95/85/04/nav11.png') bottom center no-repeat;
z-index: 999;
}
</style>
<body>
<div id="toolbar" style="text-align:center;">Images go here</div>
</body>
</html>
Jalokim's
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
#myfooter{
background-image: url(url of the bar image);
background-repeat: no-repeat;
}
#myfooter img{
border: 0px;
margin-top: -12px;
padding-right: 20px;
}
</style>
</head>
<body>
<div id="myfooter" style="height: 40px;  position: fixed; width: 800px;top: auto;right: 0;margin: 0 auto;bottom: 0;left: 0;" ><p align="center">
your icons data here
</p>
</div>
</body>
</html>

Placehold, if you check, I'm not even using the same codes. Just similar codes (Because there limited ways to achieve this). Technically you can't give Jalokim credits for the toolbar I made myself. Only to the others that used his tutorial.

Also, even though I like the forum, please don't advertise in my thread. Thank you!
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by Codyy December 21st 2009, 8:37 am

BBut u got the idea of a toolbar from jalokim. Wink
Codyy
Codyy
Active Poster

Male Posts : 1032
Reputation : 16
Language : English
Location : Florida

http://leprym.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 21st 2009, 10:43 pm

TanMan's Forums v1.0
We are now hiring at TanMan's Forums! We are looking for:
2 Graphic Designers
2 Moderators
[Full Reading]

Two new groups were created for staff members:
2 Slots open - Moderators
2 Slots open - Graphic Designers

Our first weekly forum contest will be coming to an end 12/25/09. Be Sure to enter!
Weekly Graphic Contest 12/18/09 - 12/25/09

Affiliate with us!
TanMan's Forum Affili10
[Full Reading]
Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by dotDavid December 22nd 2009, 12:31 am

CodyCFS wrote:BBut u got the idea of a toolbar from jalokim. Wink

I'd hate to interfere with TanMan's forum promotion, but even I had it before Jalokim put it on his own forum, and I have my members to back me up. I took it down since everyone now has it; my bar didn't feel unique any more.

Nice work TanMan, keep it up.
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by MrMario December 22nd 2009, 12:44 am

Who cares who had it first. It's a nice idea to do it. We don't need to make a big deal out of it. Placehold was just saying Nice idea, he didn't mean to start a fight here. We continue this I am more than welcome to hand out warnings or even bans.
MrMario
MrMario
Helper
Helper

Male Posts : 22186
Reputation : 1839
Language : test

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by FlamingToaster December 22nd 2009, 1:20 am

wow how did you add the bar on the bottom for this topic? Did you use html?
Oh and nice forum by the way.
FlamingToaster
FlamingToaster
Forumember

Male Posts : 183
Reputation : 0
Language : English and BBCode
Location : Australia

http://final-legendaries.forumotion.com/forum.htm

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 22nd 2009, 3:50 am

Thanks for clearing things up, Mario.

I used BBcode and CSS. Wink
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 23rd 2009, 9:19 pm

TanMan's Forums v1.0
We are no longer looking for staff members!

Please welcome to our staff:
zoids25
TanMan's Forum Modran10
and

Noble
TanMan's Forum Gfx10
[Full Reading]

A new register button has been created because the other one seemed hidden and hard to find.

Promotional Services will be coming out soon!!
Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 December 29th 2009, 10:48 pm

TanMan's Forums v1.0
Our first weekly graphic contest voting has been extended to 1/1/10! So come on in and vote on our contestants' creations!

Forum Statistics:
Our users have posted a total of 805 messages
We have 23 registered users
The newest registered user is Gaz

Minor kinks in the forum are quickly being worked out, such as button placement.
TanMan's Forums v1.1 will be coming out very soon!

Some navigation buttons have been changed because of the challenge of finding them.

TanMan's forums have a new mascot!! TF Dude!
[Full Reading]
TanMan's Forum Banner13
Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 January 12th 2010, 3:43 pm

TanMan's Forums v1.0
Our first graphic contest has ended with:
1st ConMan
2nd Noble
2nd GraphicMoon

Our second weekly graphic contest has come to an end and you can now vote for them.
[Full Reading]

Our promotion section is just about to come out and any other update you want. Come suggest what you would like to see!
[Full Reading]

A homepage is going to be created today or sometime this week so make sure to come check it out.

Forum Statistics:
Our users have posted a total of 952 messages
We have 26 registered users
The newest registered user is comickv

Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by SYKO January 12th 2010, 3:58 pm

Ahh I wanna know how you add bottom bar at this page.
I am seriously want to know.
Can you share me your tricks?
avatar
SYKO
Forumember

Male Posts : 111
Reputation : 0
Language : English, CSS 3, JQuery, PHP
Location : in side the CODEs

http://www.myanmaritresource.info

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TheListener January 13th 2010, 8:14 am

Tan Man, I'd like to say... congratulations! Your forum looks amazing you're a great coder! Great job, I'll join right away and try to see if you can make a theme for me! Razz

Good luck!
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 January 14th 2010, 11:56 pm

SYKO:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
#toolbar {
position:fixed;
bottom:0px;
left:0;
width:100%;
height:55px;
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background:url('http://i95.servimg.com/u/f95/11/95/85/04/nav11.png') bottom center no-repeat;
z-index: 999;
}
</style>
<body>
<div id="toolbar" style="text-align:center;">Images go here</div>
</body>
</html>

I'm glad you like it, Nacho!
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TheListener January 15th 2010, 12:31 am

Tan Man, how much does a full theme cost?
avatar
TheListener
Forumember

Male Posts : 796
Reputation : 0

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 January 15th 2010, 1:06 am

A Full Theme costs 1000. And the creator is given 2 weeks minimum to complete the request.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by D.O.C. January 15th 2010, 2:20 am

This is a great forum. People should definately take the time to register here Very Happy
avatar
D.O.C.
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by PERCY January 15th 2010, 10:19 pm

how do you get the forum header across the entire screen
avatar
PERCY
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by PERCY January 15th 2010, 10:20 pm

how do you get the forum header across the entire screen
avatar
PERCY
New Member

Posts : 8
Reputation : 0
Language : English

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by D.O.C. January 15th 2010, 10:53 pm

You should register and ask Wink
avatar
D.O.C.
Forumember

Posts : 78
Reputation : 0
Language : English

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by SYKO March 9th 2010, 1:54 pm

TanMan77777777 wrote:SYKO:
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<style type="text/css">
#toolbar {
position:fixed;
bottom:0px;
left:0;
width:100%;
height:55px;
padding:0px 0px 0px 0px;
margin: 0px 0px 0px 0px;
background:url('http://i95.servimg.com/u/f95/11/95/85/04/nav11.png') bottom center no-repeat;
z-index: 999;
}
</style>
<body>
<div id="toolbar" style="text-align:center;">Images go here</div>
</body>
</html>

I'm glad you like it, Nacho!

Ahh, Thanks you.
But, One more question!!! How to add it inside the thread?

BTW You forum is awesome.
avatar
SYKO
Forumember

Male Posts : 111
Reputation : 0
Language : English, CSS 3, JQuery, PHP
Location : in side the CODEs

http://www.myanmaritresource.info

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 April 17th 2010, 6:30 am

TanMan's Forums v1.0
I'm really sorry, guys. I've been busy moving and big tests at school. Now that everything is out of the way, I'm back. I just wanted to tell you some things I thought needed change.

I have removed the Skin Request section due to the fact that it is completely overwhelming for me to make 2 themes for people with vague descriptions. Also, the PSD to HTML section has been removed, again, due to a work overload. What you can make in an image is a lot harder to code considering what was requested generally involved Javascript which I'm still in the process of learning. So, yes, I'm sorry for the inconvenience but it had to be done as I'm the only staff member with the knowledge of HTML, CSS, ect. But, definitely come over to request some images for your forums, or if you need some help learning/using HTML, CSS, ect.

Everyone, I'm in some serious need of some graphic designers. Anyone with decent ability and also has some interest in coding and will be active. Being active is a big requirement. My last graphic designer came on 1-2 days and never came back. So it might sound like I'm asking for a lot, but I'd greatly appreciate the help.

Requirements (List Format):
-Decent ability
-Some interest in coding (***Optional)
-WILL BE ACTIVE

Other than this, heres a regular update.

Our second graphic contest has ended with:
1st Graphic Moon
2nd Sk9
3rd No participant

Congrats guys.

Our third weekly contest is beginning today. So come on over and join in!
[Full Reading]

Forum Statistics:
Our users have posted a total of 1041 messages
We have 34 registered users
The newest registered user is private bob4

Plan on moving to TanMan's Forums v1.1 very soon, guys.!

Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by identityproof April 17th 2010, 7:21 am

yes, i already joined:) Really a nice forum. Just needs more advertising.
identityproof
identityproof
Forumember

Posts : 506
Reputation : 1
Language : english

http://advertisehotspot.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 April 17th 2010, 7:46 am

identityproof wrote:yes, i already joined:) Really a nice forum. Just needs more advertising.
Thanks. Advertising... I'm going to work on it.
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

TanMan's Forum Empty Re: TanMan's Forum

Post by TanMan77777777 April 22nd 2010, 7:22 am

TanMan's Forums v1.0
ConMan, an administrator, is no longer a part of our staff. zoids25, a moderator, is no longer a part of our staff.

Everyone, since we lack in staff, we are in great need of some help. If you are looking for some work and would like to help TanMan's forums, sign up and become part of our staff!

We are looking for a moderator and a graphic designer. So if you have experience and/or skill, just send me a request and I'll hopefully get you on the staff team.

Fixes:
-The groups list has been set to the same style
-The groups information has been set to the same style
-Sections with unnecessary hover effects have had the effect removed

Don't forget to join in our weekly graphics contest! Only a few more days before we begin voting.

Check out daily to see if the TanMan's Forums homepage is completed! I will begin working on it tomorrow and plan to have it finished before Sunday depending on how my schedule turns out.

To everyone; If I have promised to join your forum and help you out, don't worry, I'm getting there and will be there as soon as I can. Sorry for the delay.

Forum Statistics:
Our users have posted a total of 1118 messages
We have 35 registered users
The newest registered user is iros

Plan on moving to TanMan's Forums v1.1 very soon, guys! Coming closer!

Join TanMan's Forums today!! ---> Here
TanMan77777777
TanMan77777777
Forumember

Posts : 728
Reputation : 7
Language : English, HTML, CSS

http://tanman.forumakers.com

Back to top Go down

Page 1 of 2 1, 2  Next

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum