Search found 5 matches

by mboydnv
Mon Jul 19, 2004 5:04 pm
Forum: General discussions
Topic: Page Title thema?? rubrik?
Replies: 9
Views: 12534

Hi,

I meant this line. Does it work?

bye
Thorsten


I'm too confused... I appreciate the effort, but i need to know what line you are talking about specifically and what code for it.... I am not a php developer... I cut and paste where told


thanks

PS: COuld you re-edit the above post of yours ...
by mboydnv
Sun Jul 18, 2004 9:44 pm
Forum: General discussions
Topic: Page Title thema?? rubrik?
Replies: 9
Views: 12534

?????

no problem adding the code to the index.php file:

/* found a record ID? */
if (isset($id) && checkIntVar($id) == TRUE) {
  $title = $title." - ".stripslashes(getThema($id, $lang));
  }
else {
  $title = $title." - powered by phpMyFAQ";
  }

however:

Then change a few lines ...
by mboydnv
Sun Jul 18, 2004 7:08 am
Forum: General discussions
Topic: Page Title thema?? rubrik?
Replies: 9
Views: 12534

Hi,

the name of the current category is in the <title> in version 1.4.0. I can post a backport for 1.3.x if you like.

bye
Thorsten

Not sure what ya meant...sorry

basically, I used phpmyfaq to store travel tours. After creating a new record and enterig for the "theme""Las Vegas Helicopter ...
by mboydnv
Sun Jul 18, 2004 2:27 am
Forum: General discussions
Topic: Page Title thema?? rubrik?
Replies: 9
Views: 12534

canuck wrote:viewtopic.php?t=894
saw this thread, what I want to do is have a different title for each post. I think it is rubrik or thema, and I need that in the title tag,
by mboydnv
Sat Jul 17, 2004 10:39 pm
Forum: General discussions
Topic: Page Title thema?? rubrik?
Replies: 9
Views: 12534

Page Title thema?? rubrik?

I would like to have the {writeRubrik} or {writeThema}, I think it's thema as my page title, however when i include it on my template/index.html it doesn't call up? Just want to take the title in the artikel.html file...hope this makes sense

for example (template:index.html):

<!DOCTYPE HTML PUBLIC ...