Pixelpost Forum

Pixelpost Forum (http://www.pixelpost.org/forum/index.php)
-   Hacks and Modifications (http://www.pixelpost.org/forum/forumdisplay.php?f=16)
-   -   wanted: category hack (http://www.pixelpost.org/forum/showthread.php?t=3142)

magnuskock 01-11-2006 06:24 PM

wanted: category hack
 
hi, i was just wondering, is it possible to change the way <IMAGE_CATEGORY> looks on image-page?

i want to get rid of the word "categories", i only want the category names to show.

thanks

eon 01-11-2006 07:15 PM

You don't need a hack, just look in your language-file.

Old:
Code:

// Category
$lang_category_singular    = "Category:";
$lang_category_plural      = "Categories:";

New:
Code:

// Category
$lang_category_singular    = "";
$lang_category_plural      = "";


magnuskock 01-13-2006 10:41 AM

thanks!!
 
thank you very much!


All times are GMT. The time now is 10:42 PM.

Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.