Help finding Website title in members list

Started by generustman, January 31, 2011, 08:03:12 PM

Previous topic - Next topic

generustman

I run a forum that is a clan for a facebook application

Here is my question. One the members list for all too see at the top it says website. This is confusing some of my members for some reason...LOL

We use this area to post links to members facebook pages

Does anyone know where that website tag title is. I would like to change it to "Facebook Page " instead of "Website"

Thanks for any help

Illori


generustman

Thats my forum title

I am talking in members list that members see....one of the tabs at the top says website,,,,after username, email, so forth (this area also says ICQ etc)

Want to change the "Website" Header Tag to Facebook

Illori

ah. then you will need to find the language string for website and change it as you wish.

generustman

Ya, been trying to find all day

Link shows:
index.php?action=mlist;sort=website_url;start=0


Illori

you should be able to find the string "website" in the index.english.php file

generustman

Ya trying everything. Cant find...trying member.php see Icq, yahoo ect but not Website

Illori


generustman

Sorry Illori,

Tried that too and checked each php....I will be bald by morning....LOL

Matthew K.

Hey there! :) What application is it for? Doesn't really matter, I was just curious. Anyways, here you go.

./Themes/default/languages/index.english.php
Code (Find (Line 80 Original)) Select
$txt['website'] = 'Website';
Code (Replace) Select
$txt['website'] = 'Facebook Page';

Code (Find (Line 490 Original)) Select
$txt['mlist_search_website'] = 'Search by website';
Code (Replace) Select
$txt['mlist_search_website'] = 'Search by Facebook Page';

./Themes/default/languages/Profile.english.php
Code (Find (Line 7 Original)) Select
$txt['website_title'] = 'Website title';
Code (Replace) Select
$txt['website_title'] = 'Facebook Page title';

Code (Find (Line 8 Original)) Select
$txt['website_url'] = 'Website URL';
Code (Replace) Select
$txt['website_url'] = 'Facebook Page URL';

Hope I helped you save some of your hair :)

Best Regards,
Labradoodle-360

generustman

Perfection Labradoodle-360....That saved hours of searching for me....Done and works awesome

THANKS

Matthew K.

Not a problem, I sure hope you didn't lose all of your hair :) And not quite perfection, I left out a couple instances in Manual.english.php (which corresponds to the help action, but I figure how many people actually go there period...)
Quote from: generustman on February 01, 2011, 02:22:54 PM
Perfection Labradoodle-360....That saved hours of searching for me....Done and works awesome

THANKS

Marking topic resolved.

Advertisement: