Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Popups
DonNemesis Offline
Junior Member
**
Posts: 3
Joined: Feb 2008
Post: #1
Popups
Hi Zinga,

In which file do I change the textcolour which says "Item successfully bought etc."?
02-16-2008 05:44 AM
Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #2
RE: Popups
Hi,

If you're talking about the default Success message (ie, not a custom one generated by a module), search inc/myplaza/myplaza_general.php for:

PHP Code:
$buyRtnMsg = $lang->buy_success;

Replace with something like:

PHP Code:
$buyRtnMsg = '<span style="color: red;">'.$lang->buy_success.'</span>';


If you want to change the style used for ALL success messages, edit the plaza_buy_success template.


My Blog
(This post was last modified: 02-16-2008 11:12 AM by ZiNgA BuRgA.)
02-16-2008 11:11 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: