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.

Buttons Problem

2 posters

Go down

Solved Buttons Problem

Post by AngelLove2 March 18th 2012, 9:59 am

Hi guys I still didnt fix my forum and if anyone can help me please do it Sad
Here is the template i putted in overall_Header
<ul>
<li><a href="http://alo2.forumm.biz/profile?mode=editprofile"><img src="https://i.servimg.com/u/f43/17/33/06/76/10_bmp10.png" a></li><li><a href="http://alo2.forumm.biz/login?logout=1&tid=9b9f5cd73b26a388fe0838303173a7db&key=1cabd5"><img src="https://i.servimg.com/u/f43/17/33/06/76/11_bmp10.png" a></li><li><a href="http://alo2.forumm.biz/login"><img src="https://i.servimg.com/u/f43/17/33/06/76/11_bmp11.png" a></li><li><a href="http://alo2.forumm.biz/register"><img src="https://i.servimg.com/u/f43/17/33/06/76/10_bmp11.png" a></li>
</ul>



and there are many problem Buttons Problem New_bi11

Also the link of Logout is not working so if anyone can get me the link it would be really nice
I'm logged in the forum but I still can see the button Login Register.How can i fix that?
and when you log out you can see the button Profile and Log out how to fix that too?
Also why there are red dots?
Why the buttons aren't near to each other but down ?

Please help Confused
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 10:15 am

Replace:
Code:
<ul>
<li><a href="http://alo2.forumm.biz/profile?mode=editprofile"><img src="http://i43.servimg.com/u/f43/17/33/06/76/10_bmp10.png" a></li><li><a href="http://alo2.forumm.biz/login?logout=1&tid=9b9f5cd73b26a388fe0838303173a7db&key=1cabd5"><img src="http://i43.servimg.com/u/f43/17/33/06/76/11_bmp10.png" a></li><li><a href="http://alo2.forumm.biz/login"><img src="http://i43.servimg.com/u/f43/17/33/06/76/11_bmp11.png" a></li><li><a href="http://alo2.forumm.biz/register"><img src="http://i43.servimg.com/u/f43/17/33/06/76/10_bmp11.png" a></li>
</ul>
by:
Code:
<ul>
<!-- BEGIN switch_user_logged_in -->
<li><a href="http://alo2.forumm.biz/profile?mode=editprofile"><img src="http://i43.servimg.com/u/f43/17/33/06/76/10_bmp10.png" /></a></li>
<li><a href="http://alo2.forumm.biz/login?logout=1&tid=9b9f5cd73b26a388fe0838303173a7db&key=1cabd5"><img src="http://i43.servimg.com/u/f43/17/33/06/76/11_bmp10.png" /></a></li>
<!-- END switch_user_logged_in -->

<!-- BEGIN switch_user_logged_out -->
<li><a href="http://alo2.forumm.biz/login"><img src="http://i43.servimg.com/u/f43/17/33/06/76/11_bmp11.png" /></a></li>
<li><a href="http://alo2.forumm.biz/register"><img src="http://i43.servimg.com/u/f43/17/33/06/76/10_bmp11.png" /></a></li>
<!-- END switch_user_logged_out -->
</ul>
Save, then publish template. Add

Then add to CSS Stylesheet, Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet:
Code:
ul{
list-style-type: none !important;
}

ul li{
display: inline !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by AngelLove2 March 18th 2012, 10:26 am

okay thanks but there is 1 more problem:

Logout button is NOT working
I can not find it Link so I typed it wrong I think
Can you give me it link or help me or something ? Razz
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 10:33 am

The working link is: /login?logout
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by AngelLove2 March 18th 2012, 10:38 am

can you give me all links? for example
for login /logout/profile/register
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 10:41 am

For login: /login
For logout: /login?logout
For profile: /profile?mode=editprofile
For PMs: /privmsg?folder=inbox
For register: /register or /register?agreed=true&step=2
From register you can choose what do you like more. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by AngelLove2 March 18th 2012, 10:43 am

and cant i get those buttons in the center of my forum?
now they are alll left
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 10:45 am

Replace from template:
Code:
<ul>
with:
Code:
<ul style="text-align: center;" class="customenu">
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by AngelLove2 March 18th 2012, 10:48 am

wow you are really good ...

1 last question
and that problem will be solved

how to make ads only for the users who didnt register and when u login
they disappear?
i made that in my last forum but i dont remember the settings
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 11:10 am

If you want to deactivate ads for members or guests, or for all members go to Administration Panel => Misc => Credits management => Spend credits => Ads. There you have details. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by AngelLove2 March 18th 2012, 11:55 am

okay thanks
avatar
AngelLove2
Forumember

Posts : 36
Reputation : 1
Language : Greek , English

Back to top Go down

Solved Re: Buttons Problem

Post by Guest March 18th 2012, 11:58 am

Glad I could help. Smile
avatar
Guest
Guest


Back to top Go down

Solved Re: Buttons Problem

Post by Sanket March 18th 2012, 12:06 pm

Topic Solved & Locked
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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