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.

change some title

+2
Ange Tuteur
qmars(pkq)
6 posters

Go down

In progress change some title

Post by qmars(pkq) June 24th 2014, 1:21 pm

hello
how can i change these title?
change some title 1133389279sarbarg
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by Ange Tuteur June 24th 2014, 11:02 pm

Hello qmars(pkq),

You can change the colors/etc of the tabs with the following CSS Rules :
Display > Colors > CSS stylesheet

Code:
/*-- Inactive tabs --*/
#tabs li a {
  color:#FFF;
  background:#666;
}


/*-- Active tab --*/
#tabs li.activetab a span { color:#FF8; }
#tabs li.activetab a { background:#999; }
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 25th 2014, 1:09 pm

tnx
but i want change name of them not color
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by Ange Tuteur June 25th 2014, 1:31 pm

Try this :

Modules > JavaScript codes management > Create a new script

Title: your choice
Placement : In all pages
Paste the code below :
Code:
$(function() {
  var information = 'Information';
  var preferences = 'Preferences';
  var signature = 'Signature';
  var attachment = 'Attachments';
  var avatar = 'Avatar';
  var friends = 'Friends and foes';
  var notifications = 'Notifications';
  var watched = 'Topic(s) being watched'
  var favourites = 'Favourites';
  var drafts = 'Drafts';
    
  $('#tabs li span:contains(Information)').text(information);$('#tabs li span:contains(Preferences)').text(preferences);$('#tabs li span:contains(Signature)').text(signature);$('#tabs li span:contains(Attachments)').text(attachment);$('#tabs li span:contains(Avatar)').text(avatar);$('#tabs li span:contains(Friends and foes)').text(friends);$('#tabs li span:contains(Notifications)').text(notifications);$('#tabs li span:contains(Topic(s) being watched)').text(watched);$('#tabs li span:contains(Favourites)').text(favourites);$('#tabs li span:contains(Drafts)').text(drafts);
});

In the code you'll see variables at the top. These are text strings, replace the content between the quotes with what you desire.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 25th 2014, 2:08 pm

it doesnt work for me bro
my fourm is in phpbb3
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by Ange Tuteur June 25th 2014, 2:11 pm

Oops I made a typo, replace the code by :
Code:
$(function() {
  var information = 'Information';
  var preferences = 'Preferences';
  var signature = 'Signature';
  var attachment = 'Attachments';
  var avatar = 'Avatar';
  var friends = 'Friends and foes';
  var notifications = 'Notifications';
  var watched = 'Topic(s) being watched';
  var favourites = 'Favourites';
  var drafts = 'Drafts';
    
  $('#tabs li span:contains(Information)').text(information);$('#tabs li span:contains(Preferences)').text(preferences);$('#tabs li span:contains(Signature)').text(signature);$('#tabs li span:contains(Attachments)').text(attachment);$('#tabs li span:contains(Avatar)').text(avatar);$('#tabs li span:contains(Friends and foes)').text(friends);$('#tabs li span:contains(Notifications)').text(notifications);$('#tabs li span:contains(Topic(s) being watched)').text(watched);$('#tabs li span:contains(Favourites)').text(favourites);$('#tabs li span:contains(Drafts)').text(drafts);
});
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: change some title

Post by Rupture June 25th 2014, 2:13 pm

Pardon my intrusion, but is there a way to delete some of these tabs? For example, I want to get rid of the "Drafts" tab how would I do that (PHPBB3).
Rupture
Rupture
Forumember

Male Posts : 329
Reputation : 6
Language : English, Español, Deutsch, Catalá
Location : Earth

http://raptorgaming.forumotion.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 25th 2014, 2:39 pm

tnx u so much
it was work!
and one more question 
how can i change this 
change some title 192850355Capt312ure
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 25th 2014, 3:01 pm

and how about change these
change some title 118483092312
change some title 913892471123
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by SSYT June 25th 2014, 3:16 pm

change forum laguages.
SSYT
SSYT
Forumember

Male Posts : 77
Reputation : 15
Language : RO-10, EN-3, FR-1
Location : Romania

http://help.forumgratuit.ro/forum

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 25th 2014, 3:38 pm

InFeRn0 wrote:change forum laguages.
it doesnt work corectly for presian languages
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by Jophy June 26th 2014, 8:45 am

{LGO}*CF*Oscar wrote:Pardon my intrusion, but is there a way to delete some of these tabs? For example, I want to get rid of the "Drafts" tab how would I do that (PHPBB3).
Try this:

Code:
$(function() {
 $('#tabs li span:contains(Drafts)').hide();
});

Also, for further questions, I suggest you to start a new topic. Thanks.

qmars(pkq) wrote:
InFeRn0 wrote:change forum laguages.
it doesnt work corectly for presian languages
Where are you trying to change the forum language?
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 26th 2014, 12:20 pm

cpanel>general> configuaration> Default Language
when i select presian 50% of my forum language be presian 50% be arabic
isnt posibble to change these?


change some title 118483092312
change some title 913892471123
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by SLGray June 26th 2014, 7:12 pm

Well, some foreign languages are not completely translated. Try clearing your browser's cache.

If you are wanting to remove the draft tab, are you still using the draft option?  You can turn it off.


change some title 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 26th 2014, 8:36 pm

what do u mean
i want to change this bro 
change some title 118483092312
with codes
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 27th 2014, 6:38 pm

Ange Tuteur
bro can u help as like as befor about this?
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by Ange Tuteur June 27th 2014, 8:12 pm

I might take a lot of work to rewrite what you want rewritten.
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 28th 2014, 11:03 am

Ange Tuteur wrote:I might take a lot of work to rewrite what you want rewritten.
that code was for own profile
i want to change name of tabs of users
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

In progress Re: change some title

Post by qmars(pkq) June 30th 2014, 11:49 am

no one cant help?
qmars(pkq)
qmars(pkq)
Forumember

Posts : 219
Reputation : 1
Language : english,persian
Location : iran

http://lemon-13.full-forum.com

Back to top Go down

Back to top

- Similar topics

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