PDA

View Full Version : replace raquo by "next" and previous


czam
03-19-2006, 09:03 PM
Hi,

new to pixelpost, and only basic php and html skills...
I set up a pixelpost

but find the little navigation arrows looking a bit like << and >> very non instinctive.

I did found out they were called raquo and laquo, but did a search in the code and couldnt find how to replace them by the word next and previous

I'm sure its simple.. but.. need help

ifyou want to take a look: www. czam. be

they are on the top right

thx in advance


ooo and while i'm at it...
I changed the date apprearance without the minutes and seconds, and then decided I wanted it in the the Y F d format (looked up the php date() stuff)

but now, no matter what I set, it stays the way it is, even if I just put Y

any ideas on how to resolve this minor issue?

D

GeoS
03-19-2006, 09:08 PM
It is here:
http://www.czam.be/templates/pixelgrain/image_template.html
so it will be at your pixelpost dir here:
/templates/pixelgrain/image_template.html

Exactly it's part of <IMAGE_PREVIOUS_PG> and <IMAGE_NEXT_PG> tags which are part of some addon.

czam
03-19-2006, 09:17 PM
yes I got that far, but the <IMAGE_PREVIOUS_PG> and <IMAGE_NEXT_PG> are some kind of parameters that come from somwhere else ?

and dont seem to find where that is...

GeoS
03-19-2006, 11:18 PM
As I wrote you - search in content of addon which is part of template which you use (search in /addons dir).

blinking8s
03-20-2006, 02:11 AM
in the language folder of pixelpost, locate the language you are using...

example:
/language/lang-english.php


$lang_previous = "&laquo; previous";
$lang_next = "next &raquo;";

czam
03-20-2006, 05:59 PM
I did a search in the addons folder no laquo raquo or IMAGE_PREVIOUS_PG to be found or edited

I also went to the language section, and found the

$lang_previous

lines, but it says "previous" and "next" so no raquo or laquo there either.. and "adding" them there wont "remove" mine from screen I guess?

blinking8s
03-20-2006, 08:28 PM
well, adding them there generates them with the tag, so you wouldnt need them in the template next to the tag

czam
03-20-2006, 09:52 PM
Indeed

had some time to look it all up

GeoS you were right!
the template I was using had an addon to it, and its in that one that it was all set up.

with some trial and error I found how to do it right

thx all for your imput


David

GeoS
03-20-2006, 11:06 PM
No problem.

Have fun using Pixelpost :)