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 do I add & remove texts here?

+3
SLGray
Derri
ryz
7 posters

Go down

In progress How do I add & remove texts here?

Post by ryz July 20th 2013, 7:10 pm

How do I add & remove texts here? 0cDOrMQ

How do I go by changing the text of "Home", above the green arrowed mark, and also how do i add additional text links words behind "Home" in the green marked box area with the "|" between them as it is between the right side text links. How do I also go by removing the texts thats marked within the red box. This picture is of the very button part of my page as you can see.

Is there also a possibility to add a 2nd row of normal text(not linked text) below "home" ?
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by Derri July 20th 2013, 7:25 pm

Hi,

I'm not sure about the green section....

However, to remove those highlighted in red you must buy credits and remove the copyrights this will remove the "Free Forum" "Free Forum Support" and "PhPBB"

To remove the contact button go to ACP -->General --> Messages and Emails --> Emails and Contact Forum --> Activate --> No --> Save

As for the report abuse, I don't think you can remove this as this is important that members and guests can bring up abuses to you.

You can read more about this here: https://help.forumotion.com/t16590-new-update-abuse-report-and-credits-management?highlight=Abuse
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 20th 2013, 7:34 pm

Derri wrote:Hi,

I'm not sure about the green section....

However, to remove those highlighted in red you must buy credits and remove the copyrights this will remove the "Free Forum" "Free Forum Support" and "PhPBB"

To remove the contact button go to ACP -->General --> Messages and Emails --> Emails and Contact Forum --> Activate --> No --> Save

As for the report abuse, I don't think you can remove this as this is important that members and guests can bring up abuses to you.

You can read more about this here: https://help.forumotion.com/t16590-new-update-abuse-report-and-credits-management?highlight=Abuse

 I see, I saw a post regarding the "Home" change (https://help.forumotion.com/t125882-how-to-set-icon) but wanted to know if there was a possiblity to add additional link texts behind it in such look-alike the text within the red box with a "|" or other sign between them.
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by SLGray July 20th 2013, 8:41 pm

Administration Panel > Modules > Footer Links
You can add more here.


How do I add & remove texts here? Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 20th 2013, 8:46 pm

SLGray wrote:Administration Panel > Modules > Footer Links
You can add more here.

 Thank you, found it but the issue is that the added footer link will become below the red marked box shown in the picture exactly in the corner below the word "report an abuse" when it is wanted on the left side at "Home" at the same line at its right or below the "home" in a line instead of the right side, code for either would be fine.


Last edited by ryz on July 24th 2013, 11:22 am; edited 1 time in total
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 22nd 2013, 9:18 am

bump
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 24th 2013, 11:22 am

Bump
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 26th 2013, 7:00 pm

bump
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by levy July 26th 2013, 8:08 pm

Code:
$(function(e) {
$('.icon-home).after('CONTENT HERE');
});

With this code , after the "home" you will add other text Smile
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 26th 2013, 8:49 pm

candy_fear wrote:
Code:
$(function(e) {
$('.icon-home).after('CONTENT HERE');
});

With this code , after the "home" you will add other text Smile

 Could you put it in code to copypaste to add text links like home behind it, ty.
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by levy July 26th 2013, 8:50 pm

Code:
$(function(e) {
$('.icon-home).after('<a href="LINK">TEXt</a>');
});

Just replace LINK and TEXT .
levy
levy
Hyperactive

Male Posts : 2632
Reputation : 350
Language : English, Romanian
Location : Romania

https://portofolio.goodforum.net/

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 26th 2013, 9:12 pm

candy_fear wrote:
Code:
$(function(e) {
$('.icon-home).after('<a href="LINK">TEXt</a>');
});

Just replace LINK and TEXT .

Added into css stylesheet but the whole text didn't get saved due to: "Html tags generate errors in style sheets. A correction has been made to delete html tags that you typed in the style sheet." and only "$(function(e){$('.icon-home).after('Test')}" gets saved
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by runawayhorses July 26th 2013, 9:26 pm

That goes in javascript management, probably I would assume "in all pages".
avatar
runawayhorses
Hyperactive

Male Posts : 2537
Reputation : 166
Language : English
Location : United States

http://runawayhorses.alldiscussion.net/

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by Sr.Smith July 27th 2013, 1:30 pm

Hello everybody, I'm a new member and this is my first post.

Ryz, I have seen your question and I think that your answer is in CSS. Try this


Code:
ul.linklist li.footer-home:after {
float: right;
text-align: center;
content: "    __________ Your text y bla bla bla bla re bla ||"
}

I hope it works
Sr.Smith
Sr.Smith
Forumember

Posts : 94
Reputation : 11
Language : Spanish

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by ryz July 28th 2013, 8:00 am

Mr.Bond wrote:Hello everybody, I'm a new member and this is my first post.

Ryz, I have seen your question and I think that your answer is in CSS. Try this


Code:
ul.linklist li.footer-home:after {
float: right;
text-align: center;
content: "    __________ Your text y bla bla bla bla re bla ||"
}

I hope it works

 The code worked, but how do I make the text as a text link (a text with a re-direct link), and what code would i use then to later add more text links, and possibly some gap  between the text links without having to have the ____
avatar
ryz
Forumember

Male Posts : 85
Reputation : 1
Language : English

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by Temmy0020 July 28th 2013, 9:33 am

Please i have a problem of small [Language] i can undressed infront of me friend please is any thing to help me out
avatar
Temmy0020
New Member

Male Posts : 1
Reputation : 1
Language : English
Location : Kwara

Back to top Go down

In progress Re: How do I add & remove texts here?

Post by Sr.Smith July 28th 2013, 12:45 pm

ryz, sure we can get what you need but we have to use javascript.

Insert this code in a new javascript in "javascript management",  position: All pages

Code:
<script>
 jQuery(document).ready(function(){
        jQuery("a.icon-home").text('your_New_Text_FOR_HOME');
        jQuery("li.footer-home").append("<a class='myFooterLinks' href='URL_WHEN_CLICK'>| MY_TEXT_LINK_1 |</a><a class='myFooterLinks'  href='URL_WHEN_CLICK'>MY_TEXT_LINK_2 |</a><a class='myFooterLinks'  href='URL_WHEN_CLICK'>MY_TEXT_LINK_3 |</a>");
 });
</script>  

And the, if you need, can use CSS to separete the links a little.

Code:
.myFooterLinks {
    padding-left: 5px;
}

Your second question is not difficult to solve but I think that you can't remove some of those links because they are the copyright of the FORUM and you need authorization. Contact with staff and make the question.
Sr.Smith
Sr.Smith
Forumember

Posts : 94
Reputation : 11
Language : Spanish

Back to top Go down

Back to top


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