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

Pages: [1] 2
1
Mods & Plugins (Requests & Discussions) / Re: MOD-REQUEST
« on: September 08, 2005, 03:08:07 AM »
ohh..this would be an awesome mod!!!

I want this as well...

2
Chit Chat / Re: Keywords
« on: August 13, 2005, 02:41:18 PM »
Thanks.. :)

3
Chit Chat / Keywords
« on: August 13, 2005, 06:29:27 AM »
Maybe this is a very stupid question to some of you, but I've been searching for a very long but couldn't find the answer to.  How to enter keywords into multiple number of images at one time instead of one by one? 

I've been entering keywords in the image one by one, and it takes forever because I usually upload more than 100 at times.  Any help would be appreciated very much...thanks...

4
yeah...i saw it try to save it but couldn't.  So I had to draw it, took me a while..lol

5
mawenzi:  How were you able to add the number of images and number of hits to your sitemap?  Would you mind sharing the code?

Thanks

6
I changed the details.php page, but I'm still getting the db_mysql error and the double posting. 


7
Hey, I'm not sure this falls under but I'm guessing most of the trouble shooting are here.  Anyhow, I'm running 1.71 and I'm having problem with the comment system.  I don't really know when this error started since someone just told me about two days ago.

If you go to my gallery: LINK TO GALLERY

and comment on any of the images in the gallery

You'll get this error:

Code: [Select]
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /home/idolsunl/public_html/includes/db_mysql.php on line 92

Where line 92 is this:
Code: [Select]
  function fetch_array($query_id = -1, $assoc = 0) {
    if ($query_id != -1) {
      $this->query_id = $query_id;
    }
    if ($this->query_id) {
      // BOTTOM IS THE LINE 92
      return ($assoc) ? mysql_fetch_assoc($this->query_id) : mysql_fetch_array($this->query_id);
    }
  }

Also, if you scroll down to the comment, you will see that there are two post instead of one.

Thanks for reading and any help would be appreciated..

8
Discussion & Troubleshooting / Re: error messege. Server problem.
« on: June 15, 2005, 05:43:48 AM »
I had this problem when I moved server.  It has to do with your .htaccess file.  Check to see if you try to turn session id off, if you do have it there.  Remove that line and it should work...

hope that helps

9
I could not get this to work.  Its really weird some how.  I have the latest paging.php, and i installed everything as directions.  But somehow, when you click on page 2, it just doesn't go to page 2.

you can visit: http://idols-unlimited.com to see this. 

it didn't give me any error either, but the page doesn't load page 2, 3, 4..etc

10
rename to what exacly, please ;)
otherwise the answer to your question is: yes, there is a way, its possible.

I would say rename it to its session id or just a random name. 

11
Is there a way to automatically rename the image name when someone download it using the download button? 

Let me give you an example:

lets say the orginal image name is: Original_Image.jpg

what I want is:  when the user pressed the download button the file will be renamed to something else.

So it goes from Original_Image.jpg to Automatic_Rename.jpg when downloaded..

Thanks a bunch..

12
Yup, you were right Veno!!

It turned out that I have one extra line of code floating around with no purpose.  Deteled that line, and it works like a charm..thx for all the help guys!!

13
I know, it doesn't do that even when i clicked on the number.

When I clicked on the number, it showed me every new pictures that i've added.  I know its not suppose to work like that.  I tested on the link provided on the first post, and it only shows the new images added to that specific catogory.

14
I have this mod installed, everything showed up fine!!  But I have a problem when clicking on the new images.  It doesn't take me directly to the cat_id, but instead it takes me to every new images that I have on my site.

I've try redoing the steps 4 or 5 times now...still can't figure out!!

My site is here, its on the right located under user login panel
http://www.idols-unlimited.com


Any help would be appreciated!

15
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: May 03, 2005, 04:22:34 AM »
this happens because of the version differences of 1.7 and 1.71

I tested the installation on both versions, and in 1.71 the guestbook will not work.  It works in 1.7 though.

Pages: [1] 2