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 - satine88

Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 17
121
Mods & Plugins (Releases & Support) / Re: Mod phpbb : redirect to site
« on: October 28, 2008, 11:14:52 PM »
Thank you ;)

But this does not work :(

122
Mods & Plugins (Releases & Support) / Mod phpbb : redirect to site
« on: October 28, 2008, 08:50:20 PM »
Hello,
I installed this mod 4images 1.7.x / phpBB : http://www.4homepages.de/forum/index.php?topic=4315.0

And I would like the member is redirected to the site and not the forum


My : user_loginform.html

Code: [Select]
<table width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td valign="top" align="left">
      <form action="{url_login}" method="post">
        {lang_user_name}<br />
        <input type="text" size="10" name="username" class="logininput" />
        <br />
        {lang_password}<br />
        <input type="password" size="10" name="password" class="logininput" />
        <br />
        <table border="0" cellspacing="0" cellpadding="0">
          <tr valign="top">
            <td><input type="checkbox" name="autologin" value="1" /></td>
            <td><span class="smalltext">{lang_auto_login}</span></td>
          </tr>
        </table>
        <br />
       
<input type="hidden" name="login" value="1" />
<input type="submit" value="{lang_login}" class="button" />
      </form>
      &raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />
  &raquo; <a href="{url_register}">{lang_register}</a></td>
  </tr>
</table>

Can you help me ?
Thanks :)

123
Discussion & Troubleshooting / Re: bug in search :(
« on: October 28, 2008, 08:36:07 PM »
Oki :)

Thanks

124
Discussion & Troubleshooting / bug in search :(
« on: October 27, 2008, 08:21:32 PM »
Hello,
I have a bug, in search :
Code: [Select]
Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

Notice: Undefined index: user_name in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/page_header.php on line 422

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM (wallbiz_images i, wallbiz_categories c) LEFT JOIN forumphpbb_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.image_id IN (36) AND c.cat_id = i.cat_id AND i.cat_id IN () ORDER BY image_name ASC, image_id ASC LIMIT 0, 12
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY image_name ASC, image_id ASC LIMIT 0, 12' at line 6

DB Error: Bad SQL Query: SELECT i.image_id, i.cat_id, i.user_id, i.image_name, i.image_description, i.image_keywords, i.image_date, i.image_active, i.image_media_file, i.image_thumb_file, i.image_download_url, i.image_allow_comments, i.image_comments, i.image_downloads, i.image_votes, i.image_rating, i.image_hits, c.cat_name, u.username FROM (wallbiz_images i, wallbiz_categories c) LEFT JOIN forumphpbb_users u ON (u.user_id = i.user_id) WHERE i.image_active = 1 AND i.image_id IN (36) AND c.cat_id = i.cat_id AND i.cat_id IN () ORDER BY image_name ASC, image_id ASC LIMIT 999
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY image_name ASC, image_id ASC LIMIT 999' at line 6

Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/www/5079565f25315af9bcd81d8cc489f6ec/web/includes/db_mysql.php on line 116


http://www.fond-ecran-gratuit.biz/search.htm

Can you help me ?

Thanks :)


125
Hello,
How can we be redirected to the site (not to the forum)?

Code: [Select]
<table width="100%" border="0" cellpadding="4" cellspacing="0">
  <tr>
    <td valign="top" align="left">
      <form action="{url_login}" method="post">
        {lang_user_name}<br />
        <input type="text" size="10" name="username" class="logininput" />
        <br />
        {lang_password}<br />
        <input type="password" size="10" name="password" class="logininput" />
        <br />
        <table border="0" cellspacing="0" cellpadding="0">
          <tr valign="top">
            <td><input type="checkbox" name="autologin" value="1" /></td>
            <td><span class="smalltext">{lang_auto_login}</span></td>
          </tr>
        </table>
        <br />
       
<input type="hidden" name="login" value="1" />
<input type="submit" value="{lang_login}" class="button" />
      </form>
      &raquo; <a href="{url_lost_password}">{lang_lost_password}</a><br />
  &raquo; <a href="{url_register}">{lang_register}</a></td>
  </tr>
</table>

Thanks :)

126
   
Hello,
I have a problem when someone wants to connect to their accoun

You can try :

Login : http://www.fond-ecran-gratuit.biz
login : demo
pass : demo

Bug :
Code: [Select]
http://www.fond-ecran-gratuit.biz/forum/http://www.fond-ecran-gratuit.biz/?sid=99ff6f203296f426c5991bed4c642255
Thank you for your help




127
Mods & Plugins (Releases & Support) / Re: [MOD] Multi Download of same image
« on: September 26, 2008, 06:26:17 PM »
Hello,
Does this mod resize the image to the desired size?

128
ok, guys, here is a "ripoff" from ACP -> Edit categories

1) insert into includes/functions.php:
Code: [Select]
function get_category_html_bits($cat_id = 0, $cid = 0, $depth = 1) {
  global $site_db, $html_cat_cache, $cat_cache, $site_sess;

  if (!isset($html_cat_cache[$cid])) {
    return "";
  }
  $category_list = "";
  foreach ($html_cat_cache[$cid] as $key => $category_id) {
    if (check_permission("auth_viewcat", $category_id)) {
      if ($depth > 1) {
        $category_list .= str_repeat("&nbsp;&nbsp;&nbsp;&nbsp;", $depth - 1)."<img src=\"".get_gallery_image("folder_path.gif")."\" alt=\"\">\n";
      }
      $category_list .= "<img src=\"".get_gallery_image("folder.gif")."\" alt=\"\"><b><a href=\"".$site_sess->url(ROOT_PATH."categories.php?cat_id=".$category_id)."\">".$cat_cache[$category_id]['cat_name']."</a></b><br />";
      $category_list .= get_category_html_bits($cat_id, $category_id, $depth + 1);
    }
  }
  unset($html_cat_cache[$cid]);
  return $category_list;
}

Then insert into index.php or any other files where u want the category list to be displayed, above
Code: [Select]
//-----------------------------------------------------
//--- Print Out ---------------------------------------
//-----------------------------------------------------
this block:
Code: [Select]
$html_cat_cache = $cat_parent_cache;
$site_template->register_vars(array(
  "categories_list" => get_category_html_bits()
));

3) Now, in the "main" template (home.html) that is associates with the file u've insert the code (index.php) use this tag: {categories_list}

P.S. almost forgot, copy admin/images/folder_path.gif into templates/<your template>/images/ folder

Hello :)

How do (edit files) if I put this code in a new
files?

Comment faire (quel fichier éditer) si j'ai placé ce code dans un nouveaux fichiers ?



---------------------->>> in page_header.php :)

129
Requests for paid modifications / Jobbörse / Re: Template 4images : $$ ?
« on: September 07, 2008, 06:35:13 PM »
ood morning,
Can you answer me

Thank you in advance for your help ;)

130
Requests for paid modifications / Jobbörse / Re: Template 4images : $$ ?
« on: September 05, 2008, 07:57:42 PM »
Good morning,
I always left the copyright on my sites, or do you see it lacks a
?

That must be forgotten on my part.

131
Requests for paid modifications / Jobbörse / Re: Template 4images : $$ ?
« on: September 05, 2008, 07:32:08 PM »
Good morning,
Can you answer my mp?

132
Français / Une image : plusieurs tailles pour télécharger
« on: August 31, 2008, 12:25:35 PM »
Bonjour,
Je suis à la recherche d'un mod pour que l'image soit téléchargeble en différente taille :

exemple : une image peut être télécharger à une taille :
800 x 600 px
1.600 x 1.200 px

Sa existe ?

@++ ;)

133
Hi,

 :?:
send me a image (pm) about your design

Kurt

Ok :)

134
   
Nobody? :)

135
Requests for paid modifications / Jobbörse / Template 4images : $$ ?
« on: August 29, 2008, 01:09:22 PM »
Good morning,

I would like to know, how much does it cost me a template for the script 4images if I give you a design html / css?


Pages: 1 ... 5 6 7 8 [9] 10 11 12 13 ... 17