Move "Home" button to left [message #164219] |
Tue, 11 January 2011 16:57 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
hellomynameis wrote on Tue, 11 January 2011 10:15Hey,
After having great experiences with FUDforum, we decided to use it in our own. Users have been giving us a lot of requests, and we've gotten through a lot of them already. We're still stuck with some of these though.
Move "Home" button to left
Any help would be appreciated. Thanks.
Move "Home" button to left , In 3.0.2 title acts as a home button and is aligned to the left already but you can realign the templates, I'm just not sure how off hand.
The user menu's can easily be aligned from the forums CSS around line 61!
div.UserControlPanel {
margin-bottom: 5px;
text-align: right;
Set the control panel to align how you want.
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
|
Re: Move "Home" button to left [message #164221 is a reply to message #164220] |
Tue, 11 January 2011 22:38 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
hellomynameis wrote on Tue, 11 January 2011 16:03Thank you. That has all been a great help.
I'm also having adding a link+image in the top menu (Home, Logout, User CP). The link it going to an outside page. I went into usercp.tmpl, and added:
<a class="UserControlPanel nw" href="linkgoeshere" title="The Vault"><img src="{THEME_IMAGE_ROOT}/top_vault.png{DEF: img_ext}" alt="The Vault" /> </a>
The image isn't showing, so the text is coming up, making the link useable, but what is the proper way of doing that, where the image will also show?
I'm not sure I follow, but viewing the image info in the user CP above tells me that the path for the images used is:
http://fudforum.org/forum/theme/default/images/top_help.png
So I imagine that the path for your image link would be the same, however you would need to ensure it was in the proper place within the theme so it does not get over written when the themes are rebuilt and you would want to ensure they are added to each of your different themes if you have them.
Generally putting it in the default theme should work.
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
Re: Move "Home" button to left [message #164223 is a reply to message #164221] |
Tue, 11 January 2011 23:36 |
|
hellomynameis
Messages: 17 Registered: January 2011
Karma: 0
|
Junior Member |
|
|
The Witcher wrote on Tue, 11 January 2011 17:38hellomynameis wrote on Tue, 11 January 2011 16:03Thank you. That has all been a great help.
I'm also having adding a link+image in the top menu (Home, Logout, User CP). The link it going to an outside page. I went into usercp.tmpl, and added:
<a class="UserControlPanel nw" href="linkgoeshere" title="The Vault"><img src="{THEME_IMAGE_ROOT}/top_vault.png{DEF: img_ext}" alt="The Vault" /> </a>
The image isn't showing, so the text is coming up, making the link useable, but what is the proper way of doing that, where the image will also show?
I'm not sure I follow, but viewing the image info in the user CP above tells me that the path for the images used is:
http://fudforum.org/forum/theme/default/images/top_help.png
So I imagine that the path for your image link would be the same, however you would need to ensure it was in the proper place within the theme so it does not get over written when the themes are rebuilt and you would want to ensure they are added to each of your different themes if you have them.
Generally putting it in the default theme should work.
Thanks. The problem with the image was the file extension. The image was a .png, and I assume it was going for the default file extension of the forum, .gif. Now my problem is the text. None of that shows up. Here is the code I'm using there now:
<a class="UserControlPanel nw" href="linkhere" title="The Vault"><img src="{THEME_IMAGE_ROOT}/top_vault.png" alt="The Vault" /> </a>
[Updated on: Wed, 12 January 2011 15:40] Report message to a moderator
|
|
|
Re: Move "Home" button to left [message #164225 is a reply to message #164223] |
Wed, 12 January 2011 00:51 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
hellomynameis wrote on Tue, 11 January 2011 17:36
Thanks. The problem with the image was the file extension. The image was a .png, and I assume it was going for the default file extension of the forum, .gif. Now my problem is the text. None of that shows up. Here is the code I'm using there now:
If your path is correct I don't think the image type is an issue.
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
|
|
|
|
Re: Move "Home" button to left [message #164233 is a reply to message #164231] |
Wed, 12 January 2011 22:14 |
The Witcher
Messages: 675 Registered: May 2009 Location: USA
Karma: 3
|
Senior Member |
|
|
Ernesto wrote on Wed, 12 January 2011 13:54Email notifications off by default - You can change that in your global settings in the administration panel.
Won't that turn them off regardless of the users settings?
"I'm a Witcher, I solve human problems; not always using a sword!"
|
|
|
|