 | Remove link |  |
Posted: 08/30/2007 10:09 AM |
|
|
|
|
|
| Seagull |
| Posts |
110 |
| Word Cnt. |
24,559 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Mar 21, 2007
Local time: 7:18 AM
Location: Northern Ireland
|

|
|
|
|
 |
I want to remove the link to "who is online" in a Softblue template.
I want to keep the text, just remove the link
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 2:37 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:18 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
would think it'd be something like this
Find:
| Code:
|
|
<a href="viewonline.php" class="cattitle">Who is Online</a>
|
Replace with:
| Code:
|
|
<a class="cattitle">Who is Online</a>
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 3:46 PM |
|
|
|
|
|
| Seagull |
| Posts |
110 |
| Word Cnt. |
24,559 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Mar 21, 2007
Local time: 7:18 AM
Location: Northern Ireland
|

|
|
|
|
 |
Sorry i know that
I ment to ask which file can it be found in
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 4:10 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:18 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
doh  |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 4:12 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:18 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
templates/Softblue/index_body.tpl
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 4:13 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:18 AM
Location: St Pete, FL
|

|
|
|
|
 |
You could do this:
OPEN
templates/Softblue/index_body.tpl
FIND
| Code:
|
|
<a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a>
|
REPLACE WITH
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 5:09 PM |
|
|
|
|
|
| Seagull |
| Posts |
110 |
| Word Cnt. |
24,559 |
| BDay |
N/A |
| Sign |
N/A |
| Sex |
 |
|
|
|
Joined: Mar 21, 2007
Local time: 7:18 AM
Location: Northern Ireland
|

|
|
|
|
 |
Thanks again, you can always rely on this place
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 5:20 PM |
|
|
|
|
|
| Site Admin |
| Posts |
30757 |
| Word Cnt. |
2,628,690 |
| BDay |
Jul 28 |
| Sign |
Leo |
| Sex |
 |
|
|
|
Joined: Sep 25, 2004
Local time: 8:18 AM
Location: St Pete, FL
|

|
|
|
|
 |
I'm happy that we could help...
 |
|
|
 |
 |
| Back to Top |
|
|
 | Re: Remove link |  |
Posted: 08/30/2007 6:06 PM |
|
|
|
|
|
| Citation |
| Posts |
1332 |
| Word Cnt. |
86,126 |
| BDay |
Feb 11 |
| Sign |
Aquarius |
| Sex |
 |
|
|
|
Joined: Mar 31, 2007
Local time: 1:18 PM
Location: Birmingham, UK.
|

|
|
|
|
 |
|
|
 |
 |
| Back to Top |
|
|
 | Information |  |
|