21
2011
Change the red text “You cannot perform this action”
the easy way is: open your lang.core
find:
“no_action” =>
“You cannot perform this action.”,
change to:
“no_action” =>
“(change this text to you own text)”,
(and allways make backup of the files you need to change !)
(to make the errormessages green or redirect it is little more difficult and need little more knowledge)
to redirect it to example the upgrade page:
find:
“no_action” =>
“You cannot perform this action.”,
change to:
“no_action” =>
"<script type='text/javascript'>window.location=
'http://yoursite.com/account/upgrade/';</script>",
to change the red errormessages to green:
Edit ‘includes/lib/lib.***.php’ and replace “error” to “info”.
*** = the files you need to change error messages from red to green.
(okey it was a quick solution and maybee need some knowledge in php html css.)
but hope it can help someone to get a idea how it is working …
1 Comment + Add Comment
Featured Posts
-
Change Join Now logo (multilanguages)
-
Answer & Question
-
New templates on luvpoint for vld.2.7
-
Our Community
-
Marketplace
-
Tool Tip Registration Mod
-
Forum
-
Videos Fun & Friends
-
Include a Browser Detection
-
60 Mods to Make Your Site Better
-
Bootstrap 3.0 Theme for VldPersonals
-
Why we need a Bootstrap theme for VldPersonals. Campaign Now 30% OFF
-
Display a register form at the front page.
-
Register Step by Step Mod
-
Newsletter Mail System for vldPersonals
-
Auto update copyright date !
-
Blink icon then get new messages
-
Support/Help for VldPersonals Owner
-
Search Engine Optimization

An article by















Much appreciated for the information and share!