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.

How???

2 posters

Go down

Solved How???

Post by Raze January 14th 2011, 11:01 pm

I want to have icons on the side like this website http://world-dezign.forumotion.com/forum
And I want to know how to get my forums in a row like that
and also i would like to know how to get the login and signup thing at top please
can anyone help?


Last edited by Raze on January 15th 2011, 12:27 am; edited 1 time in total
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Jophy January 14th 2011, 11:34 pm

Contact the forum founder/Gangstar15 or wait for him to answer here. Wink
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How???

Post by Raze January 14th 2011, 11:39 pm

Joph25 wrote:Contact the forum founder/Gangstar15 or wait for him to answer here. Wink
I would but he has pm's disabled Sad
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Jophy January 14th 2011, 11:41 pm

On his forum? Or just wait for him to answer here, You'll need to be patient.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How???

Post by Raze January 14th 2011, 11:42 pm

Joph25 wrote:On his forum? Or just wait for him to answer here, You'll need to be patient.
I mean he has pm's disabled on here I tired earlier to pm him it said its disabled
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Jophy January 14th 2011, 11:44 pm

As I'd mentioned, you may contact him on his forum too & you may wait for an answer here too.
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 12:26 am

Joph25 wrote:As I'd mentioned, you may contact him on his forum too & you may wait for an answer here too.
Well I'll just wait till he gets on here
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 1:04 am

Gangstar15 is on but not here Sad
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 3:06 am

Q 1: About the floating icons on the left side, i can give you a code but without text come to the right when you hover.

Q 2: Here is the tut: https://help.forumotion.com/t21989-multi-forums-in-one

Q 3: First, we go to ACP - Display - Templates - Overall_header, then we add this code under where above the logo:
HTML:
Code:
<div id="log-in-info">

<span id="log-in-info-cont">
<!-- BEGIN switch_user_logged_out -->
Hello, Guest | <a href="/register">Register</a> | <a href="/login">Login</a>
<!-- END switch_user_logged_out -->
<!-- BEGIN switch_user_logged_in -->
{LOGGED_AS} <a href="/profile.forum?mode=editprofile">Account</a> | <a href="/login?logout">Log out</a>
<!-- END switch_user_logged_in -->
</span>

</div>

Now go to ACP - Display - Colors - CSS Stylesheet, to add the CSS code.
CSS:
Code:

.log-in-info{float:left; padding:5px; border: 1px solid #fff;}

Or do what you want. (:


Last edited by Gangstar15 on January 15th 2011, 3:30 am; edited 1 time in total
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 3:28 am

Gangstar15 wrote:Q 1: About the floating icons on the left side, i can give you a code but without text come to the right when you hover.
I'll still take it
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 3:34 am

Code:

<div style="position: fixed; top: 35%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/1445940268757929088.png" border="0" height="32" width="32" ></a></div>
<div style="position: fixed; top: 40%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/1237971001434127709.png" height="32" width="32" border="0"></a> </div>
<div style="position: fixed; top: 45%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/16825143681937813324.png" border="0" height="32" width="32" ></a></div> 
<div style="position: fixed; top: 50%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/432112791890952490.png" border="0" height="32" width="32" ></a></div>
<div style="position: fixed; top: 55%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/936330039533211893.png" border="0" height="32" width="32" ></a></div>

Change the Images links with "LINK" (:
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 3:42 am

And how did you get a box around the login part at the top? I want a box too
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 3:43 am

Gangstar15 wrote:
Code:

<div style="position: fixed; top: 35%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/1445940268757929088.png" border="0" height="32" width="32" ></a></div>
<div style="position: fixed; top: 40%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/1237971001434127709.png" height="32" width="32" border="0"></a> </div>
<div style="position: fixed; top: 45%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/16825143681937813324.png" border="0" height="32" width="32" ></a></div> 
<div style="position: fixed; top: 50%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/432112791890952490.png" border="0" height="32" width="32" ></a></div>
<div style="position: fixed; top: 55%; left: 5px;">
<a href="LINK"><img src="http://www.iconspedia.com/uploads/936330039533211893.png" border="0" height="32" width="32" ></a></div>

Change the Images links with "LINK" (:
Ummm where do I put this code?
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 3:43 am

i already gave the CSS code for it.

#Edit: Put in the overall_footer..
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 3:46 am

Gangstar15 wrote:i already gave the CSS code for it.

#Edit: Put in the overall_footer..
Well I have a dark forum so I guess thats why I dont see the box is there a way to change the color of the box?
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 3:47 am

Code:
#fff;
<- this is the color.
add 000 instead fff to make it black
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 3:54 am

One more question how do I get words to pop out the icons on the side
and sorry if im brothering you
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 3:59 am

pop out? what do you mean, opacity?
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 4:02 am

Gangstar15 wrote:pop out? what do you mean, opacity?
like on your site when you have a mouse on one of the icons like "General" it will make it say that
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 4:03 am

i don't share this code sorry.
avatar
Guest
Guest


Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 4:04 am

Gangstar15 wrote:i don't share this code sorry.
oh ok
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 4:20 am

This can be locked now its solved all thanks to Gangstar15 Very Happy
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 4:46 am

Wait before we solve this thread how can I remove my buttons login/logout and profile sense I have it above logo
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Raze January 15th 2011, 4:48 am

Nevermind found out sorry
now its all solved
Raze
Raze
Forumember

Male Posts : 406
Reputation : 12
Language : English, HTML, CSS

Back to top Go down

Solved Re: How???

Post by Guest January 15th 2011, 11:56 am

Solved + Locked
avatar
Guest
Guest


Back to top Go down

Back to top


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