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

Pages: 1 2 3 4 [5] 6 7
61
Did you work this out? Did you figure out where the vulnerability is? I had this done to me today.

Running 1.7.3 with all security patches.
Just upgraded the changed files for 1.7.4 and it had no affect.

T

62
Quote from: Momo
How to upgrade, if I have a lot of modules? Is there anywhere a step-by-step-tutorial? It would be very helpful.

Upgrade instructions are in the Download package - docs directory.
Mods would need to be reinstalled. Save your old files and compare if needed or just walk through the steps again through the Mod threads here on this board.

There's more than a few reasons to upgrade. Check the other threads all over this board for more details.

T

63
Could you give me the file please? I have a lot of problems with spam.

This feature is "built in" with version 1.7.3
I recommend you upgrade.

T

64
Thanks for this truly time intensive but well worth it [mod], it works like a charm!

What version of 4images are you using?

T

65
Mods & Plugins (Requests & Discussions) / Re: Auto Thumbnailer
« on: September 21, 2006, 02:32:55 AM »
Thanks V@no - I just reinstalled ImageMagick (5.4.4-18) and that wasn't the problem.

But this was! ---
Somehow, I guess when making the change from "covert" to "sample" in the image_utils.php, I screwed up that file.
I overwrote it with the default image_utils.php and made the change again. - And it's fixed!

I guess if I keep beating my head up against a wall *something* eventually comes out.

Thanks for the tip - it may help someone else in the future. And hopefully my resolution helps someone too.

Cheers,
Terry

66
Mods & Plugins (Requests & Discussions) / Re: Auto Thumbnailer
« on: September 21, 2006, 01:31:54 AM »
Ongoing...

I checked my template "thumbnail_bit.html" against the one in the default folder - nothing different.

I checked categories.html and category_bit.html too just to be sure - nothing different.

As an additional test to make sure it wasn't something on the Categories page, I walked through the process again. The *full sized* thumbnail *also* appears on the index page "new images" preview.

I checked the "4images_settings" table in phpMyAdmin but didn't see any thumbnail size settings like are in the ACP.
Can anyone tell me where those thumbnail size settings are supposed to be?

Terry

67
Mods & Plugins (Requests & Discussions) / Re: Auto Thumbnailer
« on: September 21, 2006, 12:45:40 AM »
To follow up with myself here (until V@no or Jan or someone with more brains than me does), I just wanted to update that I double checked with the hosting company - the path to the convert utility of ImageMagik is still correct.

AND I tried uploading throught the Admin Control Panel and using the "auto-thumbnailer" feature there. Although it *said* the thumbnail was created, it was not shown on the Category page. Instead, a full-sized image was. :/

Terry

68
Mods & Plugins (Requests & Discussions) / Re: Auto Thumbnailer
« on: September 20, 2006, 08:52:46 PM »
I'm not sure V@no.

After upgrading (another) gallery from 1.7.1 to 1.7.3, the automatic thumbnail (using ImageMagick) is not working.

When I upload an image, the *full size image* also appears *as the thumbnail image* on the Category page.

Anyone else having this problem?
Is there a work-around?

Apache/1.3.37 (Unix)
PHP/4.4.4
MySQL 4.1.21

Terry


PS - Maybe this could be moved to Installation/Configuration? Or Bugs?

69
I'm sure this is in the Installation Instructions.
That is where the path to ImageMagick covert utility goes. If you don't know it, ask your hosting company.

T

70
Installation, Update & Configuration / Re: Account expires after inactivity.
« on: September 17, 2006, 07:01:33 PM »
Is there a way to set accounts to automatically expire after a definable amount of inactivity?

Could I make it so user's accounts will expire after, let's say, two months of inactivity?

I would love for Jan or V@no (or anyone!) to revisit this topic.
I've found I have *many* users who register, confirm registration, log in, then disappear forever.

I would like to know a way to do this in 4Images or phpMyAdmin -
Delete Registered Users who's registration date and last activity date are the same, deleting only accounts that aren't newly registered (say in the past two months) and changing those users Uploads and Comments to "guest".

?Possible?

My eyes are blurry from doing this by viewing records by Last Activity in the admin and comparing it to their Registration date to see if they are fly-by-night visitors or true fans.

:)
Terry

71
FAQ, Tips / Re: 4images 1.7.3 Installation [from DOCS Folder]
« on: September 16, 2006, 06:39:29 PM »
there r just too many different versions to download from 4images website

Just ONE that I can see.  :roll:

72
Ok, let me explain how it works.
If you want to use HTML you'll have to use <br> instead of newlines, there is no other way.

In 1.7 to 1.7.2 Categories and Image descriptions were handled differently.
I could put "pretty" HTML in the Category descriptions with no issues *and* use hard returns as breaks and simple URLs for links in the Description.

That's why I asked.

I guess that changed in 1.7.3?

Terry

73
One problem! :)

Doing this seems to have nixed the format of the Image Description on the Details pages also!

Can Categories and Image Description have different url and line break handling (like in earier versions)?

Terry

74
*Perfect* - thanks!

T

75
Any way to get rid of the extra line breaks that show when there is a "return" in the HTML?
I've found that my "pretty" HTML is getting extra line breaks from 4Images.

For example:
Code: [Select]
<p>Some Sample</p>
<ul>
<li type="circle">Item 1</li>
<li type="circle">Item 2</li>
</ul>

Becomes:
Code: [Select]
<p>Some Sample</p><br />
<ul><br />
<li type="circle">Item 1</li><br />
<li type="circle">Item 2</li><br />
</ul>

T

Pages: 1 2 3 4 [5] 6 7