Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   How to remove or rename Powered by TS Special Edition v.4.3 (http://www.bvlist.com/showthread.php?t=363)

UzAkLArDaN 28th May 2008 03:21

How to remove or rename Powered by TS Special Edition v.4.3
 
1 Attachment(s)
Firstly download adminfunctions.php and replace with /admin/include/adminfunctions.php


Removing Powered by TS Special Edition v.4.3

Open /admin/include/adminfunctions.php with notepad and find:
Code:

TS Special Edition v.4.3

Then delete it without 'apostrophe' and save it



Open /include/init.php with notepad and find:
Code:

define ('VERSION','TS Special Edition v.4.3');
Replace with:
Code:

define ('VERSION','');
Open /include/templates/default/footer.php with notepad and find:
Code:

Powered by
Then delete and save it

Done!


Renaming Powered by TS Special Edition v.4.3

Open /admin/include/adminfunctions.php with notepad and find:
Code:

TS Special Edition v.4.3
Replace with:
Code:

Bvlist v.5.0
Open /include/init.php with notepad and find:
Code:

define ('VERSION','TS Special Edition v.4.3');
Replace with:
Code:

define ('VERSION','Bvlist v.5.0');
Note: adminfunctions.php and init.php are working together so you have to type exactly same name "Bvlist v.5.0" for both *php files otherwise you will get an error when you login to stuff panel.

Open /include/templates/default/footer.php with notepad and find:
Code:


Replace with:
Done!

Please note! if you try to edit unmodified adminfunctions.php you will have error when you login to stuff panel.

oop 28th May 2008 10:42

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
Thank you :D:

Aeron 28th May 2008 13:18

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
If I delete all text, CP is not working for, but with SPACE is working great! :) thanks :drink:

UzAkLArDaN 2nd June 2008 17:58

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
Does anyone know how to remove [color=#FF0000][b]

GaBoNtZ 7th June 2008 00:20

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
in include/templates/templatefolder/footer.php find and remove [code][b]

UzAkLArDaN 7th June 2008 02:25

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
Thanks gabontz you are really helpful :friend:

GaBoNtZ 7th June 2008 10:28

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
you are welcome!
I know how it is to need help and no one helps you...
I just discovered this things by myself.
just a little help form a friend was the automatic loading of "movie.swf" in template header. :P
P.S. i don't have php/html skills.... but is not relly hard to understand.
my firend Google is very helpfull for me.:P

devil007 17th July 2008 11:16

Re: How to remove or rename Powered by TS Special Edition v.4.3
 
thanks. is working for v5.1 !!! many thanks!

NighTing 13th September 2008 19:52

cok tskler Uzaklardan :p

ty nice tutorial

brysf150 7th December 2008 02:58

I just edited this line in /include/templates/default/footer.php

Code:

Powered by '.VERSION.' © '.date('Y').' '.$SITENAME.' ';
and replaced it with

Code:

'.$SITENAME.'© '.date('Y').' ';


All times are GMT +2. The time now is 18:41.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.