Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Yuna Scatari Edition (YSE) (http://www.bvlist.com/forumdisplay.php?f=22)
-   -   Yuna Scatari HTML (http://www.bvlist.com/showthread.php?t=1131)

sammygo 9th October 2008 18:21

Yuna Scatari HTML
 
Hello every1 ! If u download Yuna ! and if u go to ur site and try to delete NEWS or POLLS ! and it say

Quote:

Delete News
Are you sure you want to delete this news? Click here If you are sure.
^ this example its to NEWS

Go to Include/functions_global.php ! And EDIT ALL TEXT WITH
Quote:

$htmlstrip = TRUE ! MAKE IT FALSE !
Cheers !

wMan 9th October 2008 18:40

Code:

if (!$sure)
stderr("Delete news item","Do you really want to delete a news item? Click " .

"here if you are sure.");


pdq 9th October 2008 18:46

or you can add false directly to the lines in question
eg:
Quote:

("Remove poll","Do you really want to delete the poll? Click\n" .
"here if you are sure.",false)
=]

kp380lv 19th October 2008 11:24

Code:


if (!$sure)
newerr("Delete news item","Do you really want to delete a news item? Click " .

"here if you are sure.")



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

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