How to change header button text and domain
4 posters
Page 1 of 1
How to change header button text and domain
Hi, i am new on your forums and i would need some help pls.
I can't change text of header button, now it is writen Kazalo (in slovenian language), i want to change it in Forum. Where and how can i do that?
Also we already have a domain for few years now, and we would like to transfer it on this forum. We have slovenian domain with .si. We tried everything, but we can't get it working, any ideas?
Forum url is osad.slovenianforum.com.
Thank you all in advance,
Mocnik
I can't change text of header button, now it is writen Kazalo (in slovenian language), i want to change it in Forum. Where and how can i do that?
Also we already have a domain for few years now, and we would like to transfer it on this forum. We have slovenian domain with .si. We tried everything, but we can't get it working, any ideas?
Forum url is osad.slovenianforum.com.
Thank you all in advance,
Mocnik
Last edited by Mocnik on August 25th 2015, 1:17 am; edited 1 time in total
Re: How to change header button text and domain
Is it text or images?
Please start a new start topic about the domain name since it is not related to the first question.
Please start a new start topic about the domain name since it is not related to the first question.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change header button text and domain
I think it is image, but when i go in Pics management, is this empty url for this button https://2img.net/i/fa/empty.gif.
Re: How to change header button text and domain
Are you referring to the navigation menu?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change header button text and domain
Yes, i changed language back to english, becouse slovenian was not translated completly. Now it say Home instead of Forum.
Re: How to change header button text and domain
So this is solved now?
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change header button text and domain
No, on button is written home, but button take u to forum, so it should be also writen Forum. And i still don't know how to change the domain.
Re: How to change header button text and domain
Those are not images, but text.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change header button text and domain
You can create images to add there.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: How to change header button text and domain
Is there a support for the service you provide i can turn on, or this is it?
Re: How to change header button text and domain
All support is gave here in the support forum we run a free service
if you need a button to fit your forum you can ask here
https://help.forumotion.com/f31-graphic-requests
if you need a button to fit your forum you can ask here
https://help.forumotion.com/f31-graphic-requests
Re: How to change header button text and domain
Lep pozdrav Močnik.
Pa da se ne bomo še z angleščino zajebavali
Glede domene, pejd pod Admin panel > General > Forum > Forum Address
Pol pa klikni na 'Personalized domain name' in maš tam opisan postopek kako spremeniti forum v domeno ki je že v tvoji lasti.
Glede spremembe gumba 'Home' v 'Forum' priporočam da:
1. greš pod Admin Panel > Display > Homepage > Headers & Navigation in pol klik na 'Add a customized menu'
2. Izpolni polja:
3. Pod Headers & Navigation s puščicami na levi strani premakni nov gumb kamor hočeš.
4. Odstrani stari 'Home' gumb tako da greš pod Display > Pictures and Colors > Colors in klik na 'CSS Stylesheet'. Tam dodaj naslednjo kodo:
Mislim da bi to moralo delovat.
//////////////////////////////////////////////////////////////
Hi Mocnik.
To get your forum registered under your existing domain go to Admin panel > General > Forum > Forum Address
Then click on 'Personalized domain name' and follow the instructions.
To change the 'Home' text into 'Forum':
1. go to Admin Panel > Display > Homepage > Headers & Navigation and click on the 'Add a customized menu' tab
2. Fill the fields:
3. Under Headers & Navigation you can find some arrows on the left. With those you can change the position of your buttons in the navigation bar.
4. And then remove the old 'Home' button by going to Display > Pictures and Colors > Colors and 'CSS Stylesheet'. Once you're there copy&paste the following piece of code:
I think that should do it.
EDIT: the code I gave above will hide both your previous 'Home' link and the new 'Forum' link. Instead of using the above CSS code, delete it and use this instead:
This code hides whatever the second navbar link is, so keep that in mind when repositioning your navbar links.
Pa da se ne bomo še z angleščino zajebavali
Glede domene, pejd pod Admin panel > General > Forum > Forum Address
Pol pa klikni na 'Personalized domain name' in maš tam opisan postopek kako spremeniti forum v domeno ki je že v tvoji lasti.
Glede spremembe gumba 'Home' v 'Forum' priporočam da:
1. greš pod Admin Panel > Display > Homepage > Headers & Navigation in pol klik na 'Add a customized menu'
2. Izpolni polja:
Menu: Forum
Picture: pusti prazno
Text: Forum
Redirection url: vnesi url svojega foruma (v tvojem primeru 'http://osad.slovenianforum.com/forum'
Rights: obkljukaj vse
Display: pusti neobkljukano
In shrani.Picture: pusti prazno
Text: Forum
Redirection url: vnesi url svojega foruma (v tvojem primeru 'http://osad.slovenianforum.com/forum'
Rights: obkljukaj vse
Display: pusti neobkljukano
3. Pod Headers & Navigation s puščicami na levi strani premakni nov gumb kamor hočeš.
4. Odstrani stari 'Home' gumb tako da greš pod Display > Pictures and Colors > Colors in klik na 'CSS Stylesheet'. Tam dodaj naslednjo kodo:
- Code:
a.mainmenu[href="/forum"]{
display: none;
}
Mislim da bi to moralo delovat.
//////////////////////////////////////////////////////////////
Hi Mocnik.
To get your forum registered under your existing domain go to Admin panel > General > Forum > Forum Address
Then click on 'Personalized domain name' and follow the instructions.
To change the 'Home' text into 'Forum':
1. go to Admin Panel > Display > Homepage > Headers & Navigation and click on the 'Add a customized menu' tab
2. Fill the fields:
Menu: Forum
Picture: leave blank
Text: Forum
Redirection url: enter the url of your forum (in your case 'http://osad.slovenianforum.com/forum'
Rights: tick all boxes
Display: leave empty
And save.Picture: leave blank
Text: Forum
Redirection url: enter the url of your forum (in your case 'http://osad.slovenianforum.com/forum'
Rights: tick all boxes
Display: leave empty
3. Under Headers & Navigation you can find some arrows on the left. With those you can change the position of your buttons in the navigation bar.
4. And then remove the old 'Home' button by going to Display > Pictures and Colors > Colors and 'CSS Stylesheet'. Once you're there copy&paste the following piece of code:
- Code:
a.mainmenu[href="/forum"]{
display: none;
}
I think that should do it.
EDIT: the code I gave above will hide both your previous 'Home' link and the new 'Forum' link. Instead of using the above CSS code, delete it and use this instead:
- Code:
#pun-navlinks li:nth-of-type(2){
display:none;
}
This code hides whatever the second navbar link is, so keep that in mind when repositioning your navbar links.
Similar topics
» [Solved]Header Text change
» [Request]Header Text change
» [Request]Header Text Change
» Change Quote Button, Edit Button and more into the text
» Text inside header bar
» [Request]Header Text change
» [Request]Header Text Change
» Change Quote Button, Edit Button and more into the text
» Text inside header bar
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum