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.


Messages - orb4

Pages: 1 [2] 3
16
Hello, this mod works great in 1.7.4, thank you!

I also wanted to add flags in comments like here :
http://www.4homepages.de/forum/index.php?topic=7831.msg57237#msg57237

jamstave says he put 2nd part of the code also in details.php; yes, but where?

All this code is only for details.php? There is not any code in comment_bit.html?

but no flag appears in comments for me.
Please, help me, HOW to proceed simply with this code?

17
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: November 30, 2007, 10:03:52 PM »
Thank you CanonInk  but I think I've found what's wrong with me:
I've installed[MOD] Multi-Language support for any text it's been a long time.
It works like this: You put [french] or [english] before the text you want to appear depending on what have choosen your visitor's website when cliking on the gif english or french. Ok.
And there was a [french]bla bla and an [english]talk talk in my first post in the guestbook.
If i supress them, so all the posts are shown:D  how strange it is?

18
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: November 27, 2007, 09:01:43 AM »
up

19
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: November 25, 2007, 08:17:34 PM »
Hello,

Im really disappointed because I try to run this mod on 4images 1.7.4
 
and when i go to "guestbook.php" page there is just the form with no guestbook posts shown (whereas I can see them in the database phpmyadmin).
And if i fill and send the FORM, the next page will show now the guestbook posts.
And if I want to delete or edit a post, the next page will ask me to delete/edit  or not and next page WONT show posted messages again.

Does anybody could post here "guestbook.php" please?

20
Français / Re: Disposition des catégories
« on: October 11, 2007, 12:19:52 AM »
Quote
éditez le fichier "includes/functions.php" et trouvez:

Code:
$sub_cat_list .= ", ";
remplacez cette ligne par:

Code:
$sub_cat_list .= "<br />";

Merçi j'ai enfin les sous-cat l'une en dessous de l'autre; J'ai galéré en vain pour trouver cette maudite virgule!



Quote
Je vous remercie de votre réponse (rapide), j'ai remplacé ce que vous aviez dit mais j'obtiens toujours la même chose que ce soit pour les catégories et les sous-catégories

Peut etre n'as tu pas bien uploadé functions.php ou tu n'enregistre pas le fichier au bon endroit?

21
Discussion & Troubleshooting / Re: CAPTCHA Related Problems
« on: September 27, 2007, 09:49:26 AM »
ok solved. I missed to put captcha code on concerned html pages !  :roll:

22
Discussion & Troubleshooting / Re: CAPTCHA Related Problems
« on: September 27, 2007, 12:48:35 AM »
Hello everybody,
 Captcha does not appear for me on register and comments. Only on guestbook.

So that it works for guestbook I had to apply this patch:
http://www.4homepages.de/forum/index.php?topic=14873.0

And this is my config.php :
Code: [Select]
...
define("4IMAGES_ACTIVE", 1);
$captcha_wordfile = 1;
$captcha_width = 250;
$captcha_path = './captcha/';
$captcha_enable = 1;
$captcha_enable_guestbook = 1;
$captcha_enable_postcards = 0;
$captcha_enable_comments = 1;
?>

Anyone has an idea please?

23
ok, solved.
The following code in red was missing in "functions.php".
(To compare 2 files,the original and the modified one, I use WINMERGE software which is very usefull to immediatly see differences).

function check_email($email) {
  return (preg_match('/^[-!#$%&\'*+\\.\/0-9=?A-Z^_`{|}~]+@([-0-9A-Z]+\.)+([0-9A-Z]){2,4}$/i', $email)) ? 1 : 0;
}.

Ouch, now when I click to send the postcard, it tells me to enter the captcha code, okk I 'll try to install this.. (hey this is the neverending story)

24
Hi,
I got an error message when  I want to access "postcard_preview.php" after filling the e-card:

Fatal error: Call to undefined function: check_email() in /x/x/x/x/x/x/postcards.php on line 199

Here is line 199 to 202:

Code: [Select]
  if (($sender_email != "" && !check_email($sender_email)) || ($recipient_email != "" && !check_email($recipient_email))) {
    $msg .= (($msg != "") ? "<br />" : "").$lang['invalid_email_format'];
    $error = 1;
  }

Anyone has an idea please?  :?

25
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: September 07, 2007, 11:05:19 PM »
Thunderstrike, first i've deleted the "smilies" partline in the php file and guestbook works great.  Later I 'll try to install smilies mod when I'll find 5 minutes. Thank for your help .

26
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: September 07, 2007, 09:31:49 AM »
Hi,
I got this after installing when I try to access "guestbook.php". Any idea?

Fatal error: Call to undefined function: get_smiles_text() in /x/x/x/x/x/x/guestbook.php on line 362


and this is the code near line 362:  "smiles_text" => get_smiles_text(),

Code: [Select]
  //-----------------------------------------------------
  //--- BBCode & Form -----------------------------------
  //-----------------------------------------------------
  $bbcode = "";
  if ($config['bb_comments'] == 1) {
    $site_template->register_vars(array(
      "lang_bbcode" => $lang['bbcode'],
      "smiles_text" => get_smiles_text(),
      "lang_tag_prompt" => $lang['tag_prompt'],
      "lang_link_text_prompt" => $lang['link_text_prompt'],
      "lang_link_url_prompt" => $lang['link_url_prompt'],
      "lang_link_email_prompt" => $lang['link_email_prompt'],
      "lang_list_type_prompt" => $lang['list_type_prompt'],
      "lang_list_item_prompt" => $lang['list_item_prompt']
    ));
    $bbcode = $site_template->parse_template("bbcode");
  }

27
Thank you for this Mod SLL!. It works great. You 've done a really good job here  :D

28
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 16, 2007, 11:37:58 PM »
Yes, see 1st time. No get what mean.
Hello,
Could you please be more explicit on what you said because my english is not so good. Thank you.

I just wanted to know if it is possible to display instead of a choosen pic the last image posted in the category.

29
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 16, 2007, 08:11:38 PM »
Hi,  :)

I would like to know if these "category images" could show the last posted image (for each category) instead of being static/'manual' images??
You know what I mean?

Thank you.

30
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: August 15, 2007, 04:27:01 PM »
Hi,  :)

I would like to know if these "category images" could show the last posted image (for each category) instead of being static/'manual' images??
You know what I mean?

Thank you.

Pages: 1 [2] 3