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

Pages: [1] 2 3 4 5
1
I would like to have 4images integrated with Easy Member Pro. Is this possible so that members who register have access to 4images with using the same llogin username and password.

Thanks
Melissa

2
Ok, thanks. I was able to change the font colours and size but I'm not sure how to indent the sub-categories under each category (artist name).

**update! I tried typing in margin-left: 20px; but it would add the space between EACH sub-category. How would I just indent the first one?

melissa

3
Hello -

I would like to be able to enlarge the font & color on my categories with being able to indent the sub-categories so they will line up better with the Category name rather than the image as show below.




Melissa


4
Mods & Plugins (Releases & Support) / Re: [MOD] Paypal Mod (Shop Mod Lite)
« on: February 26, 2008, 02:40:04 PM »
Hi -

I have several different artists within the art gallery on my website. Is it possible that each member is able to have their own paypal account so that when a buyer clicks on their buy now button it will be paid to that individual? Is this possible?

Melissa

5
Templates & Styles (Requests & Discussions) / Re: Stamp Images
« on: November 27, 2007, 04:29:09 PM »
Yes, how can I do this on my gallery too with rotating stamp images??

6
Quote
No ... I no get why you need ... if you know you write comment - why post notification to email for 1st comment write ?

I have a list of artists with their artwork under their folders. So if I write a comment (being the first one) the artist is not notified that I had commented on their artwork but if I was the 2nd person to write a comment then the artist is notified. It would just be nice if the artist is notified right away that someone had commented on their artwork whether you are the first to comment or not, right?

7
Discussion & Troubleshooting / Placing {new images} on main page?
« on: November 22, 2007, 10:23:20 PM »
Hi -

I have a website and within the website I have a link to the gallery. I would like to have on my main page (which isn't a part of the gallery) to have the random images from the gallery to appear and new images.

What code do I need to place on this page?

melissa


8
Ok, so if I comment on another members image only that member receives a notification, right? Not all members receive the notification, is this correct?

Also, if I am the first person who writes a comment there is no notification. I have to be the second person to write a comment before receiving a notification it seems.

9
Yes, I can't find where I can select it in the user list.

10
I have 2 buttons uploaded - notify_check.gif and notify_uncheck.gif to template/images_english/

I can see this button on the comments page when someone is able to comment but I cannot select those members who would like to receive the comments.  So in other words, I cannot see 'Notify Status' anywhere.

11
I've gone over the steps twice. Maybe I didn't upload them all. Do you know where this step is included in what file?

12
I am having a problem. I cannot seem to see the activations button to notify by email like this sample.

13
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: October 29, 2007, 07:39:11 PM »
I had just added one file to the zip folder.

I did that but now there is no place to insert the Category Image ID # under edit category.

14
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: October 29, 2007, 07:21:50 PM »
I'm not sure what you mean  :oops: but I have attached the entire file. I changed it back to what it was originally with the cat_image code but it still does not work.

15
Mods & Plugins (Releases & Support) / Re: [MOD] Category Image v1.0.2
« on: October 29, 2007, 02:17:49 PM »
I went through some of the suggestions in the forum and it somehow disappeared but the number just stays the same in the Category Image ID and I don't see any category image either.

This is my coding for admin/categories.php
Quote
// Category image 
  $cat_image = "";
  if ($result['cat_image'])
  {
    $sql = "SELECT image_id, image_media_file, image_thumb_file, image_name, cat_id
            FROM ".IMAGES_TABLE."
            WHERE image_id = ".$result['cat_image'];
    if ($image_row = $site_db->query_firstrow($sql))
    {
      if (!get_file_path($image_row['image_thumb_file'], "thumb", $image_row['cat_id'], 0, 0))
      {
        $cat_image = ICON_PATH."/".get_file_extension($image_row['image_media_file']).".gif";
      }
      else
      {
        $cat_image = get_file_path($image_row['image_thumb_file'], "thumb", $image_row['cat_id'], 0, 1);
      }
      $file_info = @getimagesize($cat_image);
      $dim = 50;
      $width = $file_info[0];
      $height = $file_info[1];
      if ($width && $height) {
        if ($width > $dim || $height > $dim) {
          @$ratio = $width / $height;
          if ($ratio > 1) {
            $new_width = $dim;
            $new_height = round(($dim/$width) * $height);
          }else {
            $new_width = round(($dim/$height) * $width);
            $new_height = $dim;
          }
        }else{
          $new_width = $width;
          $new_height = $height;
        }
      }else{
        $new_width = $dim;
        $new_height = $dim;
      }
      $cat_image = "<a href=\"".$site_sess->url(ROOT_PATH."details.php?image_id=".$result['cat_image'])."\" target=\"_blank\"><img src=\"".$cat_image."\" width=\"".$new_width."\" height=\"".$new_height."\"></a>&nbsp;<a href=\"".$site_sess->url(ROOT_PATH."details.php?image_id=".$result['cat_image'])."\" target=\"_blank\">".$image_row['image_name']."</a>";
    }
   
  }
  $value = $result['cat_image'];
  if (isset($HTTP_POST_VARS['cat_image'])/* && $value == ""*/) {
    $value = stripslashes($HTTP_POST_VARS['cat_image']);
  }
  echo "<tr class=\"".get_row_bg()."\">\n<td><p class=\"rowtitle\">Category image</p></td>\n<td><p><input type=\"text\" size=\"5\" name=\"cat_image\" value=\"".$value."\">&nbsp;$cat_image</p></td>\n</tr>\n";
//End Category image

Coding for category_bit.html
Quote
<table border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td valign="top"> {ifno cat_image}<a href="{cat_url}" class="maincat"><img src="{cat_image}"></a>{endifno
      cat_image}&nbsp;&nbsp;&nbsp; </td>
    <td> <p><a href="{cat_url}" class="maincat">{cat_name}</a>&nbsp;({num_images})
        {if cat_is_new}<sup class="new">{lang_new}</sup>{endif cat_is_new}<br>
        {if cat_description}<span class="smalltext">{cat_description}</span><br />
        {endif cat_description} {if sub_cats}{sub_cats}{endif sub_cats} </p>
      </td>
  </tr>
</table>


Melissa

Pages: [1] 2 3 4 5