Buttons Problem
2 posters
Page 1 of 1
Buttons Problem
Hi guys I still didnt fix my forum and if anyone can help me please do it
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
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
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
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
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
Replace:
Then add to CSS Stylesheet, Administration Panel => Display => Pictures and colors => Colors => CSS Stylesheet:
- 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>
- 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>
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;
}
Guest- Guest
Re: Buttons Problem
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 ?
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 ?
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
can you give me all links? for example
for login /logout/profile/register
for login /logout/profile/register
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
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.
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.
Guest- Guest
Re: Buttons Problem
and cant i get those buttons in the center of my forum?
now they are alll left
now they are alll left
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
Replace from template:
- Code:
<ul>
- Code:
<ul style="text-align: center;" class="customenu">
Guest- Guest
Re: Buttons Problem
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
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
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
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.
Guest- Guest
Re: Buttons Problem
okay thanks
AngelLove2- Forumember
- Posts : 36
Reputation : 1
Language : Greek , English
Re: Buttons Problem
Topic Solved & Locked |
Sanket- ForumGuru
- Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Similar topics
» Problem with Buttons
» Problem adding one of the Navigation Bar "Buttons"
» Founder: Kind of a password problem, mostly an e-mail problem
» signature problem and editor problem
» set of buttons (DONE)
» Problem adding one of the Navigation Bar "Buttons"
» Founder: Kind of a password problem, mostly an e-mail problem
» signature problem and editor problem
» set of buttons (DONE)
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum