Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - karimun

Pages: [1]
1
Discussion & Troubleshooting / Syntax change from 1.7 to 1.7.1 help
« on: June 26, 2005, 04:54:58 PM »
I need help to change a script syntax which was written for v1.7 to v1.7.1.
(´Picture Of The Month´ MOD of ´amam´, http://www.4homepages.de/forum/index.php?topic=7242.0)

The following line seems to work in v1.7:
Code: [Select]
..
$potm_menu_link = "<a href=\"".$site_sess->url(ROOT_PATH."potm.php?action=lw")."\">{lang_potm_lastwinners}</a>";
..
"lang_potm_lastwinners" => $lang['potm_lastwinners']
..
In version 1.7.1 the anchor text doesn´t get ´translated´ this way. How should I proceed?


Heres a similar case from the same script:
Code: [Select]
..
"self" => $site_sess->url($self_url),
..
<form method=\"post\" action=\"{self}\">";
..
Also here {self} doesn´t get translated. When I enter instead of the tag the full url: It works like a charm.

Duh, I hope I was detailed enough and not too confusing! Any help?

2
Discussion & Troubleshooting / Registration without email field
« on: June 25, 2005, 08:59:16 PM »
I want to make the email field optional:
The script should not return an error message when no email was typed.

I tried to make some changes to register.php - without success. Thanks in advance.

3
Chit Chat / Shoutbox and 4images
« on: May 16, 2005, 05:46:06 PM »
Until now there is no easy to integrate shoutbox MOD published.
I tried the remote hosted one from http://www.tag-board.com/ and it works like a charm.
Even the free basic version can be styled easily to fit your design.

Demo: http://www.reise-photo.com/photos/

Pages: [1]