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
76
Perfect! Thank you!

Terry

77
Since upgrading to 1.7.3 I see a problem with my Category descriptions.

If my description contains HTML, 4Images adds extra HTML tags!

For example - here is the description for one category:
Code: [Select]
<b>Fake Category Title</b><br>For more info visit the official website:<br><a href="http://fake_category.com/" target="_blank">http://fake_category.com/</a>
And here's how the code appears on the page:
Code: [Select]
<b>Fake Category Title</b><br>For more info visit the official website:<br><a href="http://fake_category.com/" target="_blank"><a href="http://fake_category.com/" target="_blank" rel="nofollow">http://fake_category.com/</a></a>
See how it *doubled* my a href link and closing "a" tag, plus added the "nofollow" to the link?

Is there a fix for this?
T

78
1) what if you use not modifyed captcha_utils.php?

If I do not use words.txt, then all is fine (I'm not using it right now but can switch back for you to see).
I'll PM you the link. :)

Terry

79
Will a version of this come out for 1.7.3?
This was the best mod I had before upgrading.

Curious,
T

80
FAQ, Tips / Re: Remove the right-click disabler
« on: September 12, 2006, 06:35:10 PM »
So *this* stays in?
In my header it comes right below the section you said to delete.

Code: [Select]
}

document.oncontextmenu = new Function("alert('? Copyright by {site_name}');return false");

?
T

81
words.txt was uploaded in as ascii, and there are no "blank spaces" at the end of the words in the file.
But I get an extra "v/t" character at the end of the CAPTCHA when I set the congif file to $captcha_wordfile = 1;

My custom config includes these settings:
$captcha_height = 50;
$captcha_text_size = 20;
$captcha_text_transparency = 85;

Attached are two samples of this extra character.

T

82
Discussion & Troubleshooting / Re: How do I make CAPTCHA easy to read?
« on: September 12, 2006, 03:23:05 PM »
did you scale the attached image? why is it so pixelated? or your server only has GD1 and not GD2?

No, I didn't scale the image, but I did change the size of the graphic and size of the fonts (as noted above). The CAPTCHA image was just too huge on the page.
I'm using GD2.

T

83
Discussion & Troubleshooting / Re: How do I make CAPTCHA easy to read?
« on: September 12, 2006, 03:21:20 PM »
Thank you!! Changed to 3 and 6 and it looks much smoother.
You're the best V@no.

84
Discussion & Troubleshooting / Re: How do I make CAPTCHA easy to read?
« on: September 12, 2006, 03:08:48 PM »
it would be equal to no captcha at all...

Ok - how about "easier" to read (instead of "easy"). Just a little? :)
Is that not an option?

Attached is a sample of the kind of distortion which is too hard to read...

85
Discussion & Troubleshooting / How do I make CAPTCHA easy to read?
« on: September 12, 2006, 02:59:38 PM »
I have changed the $captcha_height = 70; and the $captcha_text_size to 20 and $captcha_text_transparency = 85;

But how do I make the CAPTCHA easier to read? Not as wavey and distorted?

Terry

86
V@no, would it be possible to hire you for a mod like this?
I would share it with the community.

There are some alternatives...
Limit number of Users on the site at one time? (Instead of server load).

This thread has something similar but it looks like all users would have to be registered users:
http://www.4homepages.de/forum/index.php?topic=9170.0

Terry

87
I have triple checked everything.

Works for me. Restore your original files and try again.

T

88
I know this is an old thread but this is almost what I'm looking for.

I would LOVE a mod that will limit the number of *non-registered* users when loads are heavy.
For example, 200 total users allowed with (already logged in) *Registered* users given first priority, and a "we're too busy right now" message for non-registered users exceeding the 200 users mark.

Possible?

Terry

89
I added this mod to show categories and details just fine.
However - now my home page says "HOME / Home Page Title"
How do I get rid of "HOME" on the index page? (not Home Page Title)

Through trial and error I found this is the answer my own question:
Comment out in index.php:
//  $page_title = $lang['home'].$config['category_separator'];

I hope that was right. Seems to work! :)

T

90
I made changes by bentleykf and now it should be e.g.

Picture Name / Sub-Category / Main-Category / HP-Title but it is

Picture Name / Main-Category / Sub-Category / Home / HP-Title


Does someone knows how to get rid of the "/ Home /" - part in the title ?
( you only see this if you go to a picture, no "home" part in title when you go to categories )
thx


I added this mod to show categories and details just fine.
However - now my home page says "HOME / Home Page Title"

How do I get rid of "HOME" on the index page? (not Home Page Title)

Curious,
Terry

Pages: 1 2 3 4 5 [6] 7