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

Pages: [1] 2 3
1
Templates & Styles (Requests & Discussions) / 0-Gravity.Com
« on: June 29, 2003, 10:01:59 PM »
The borders are all broken when viewed in Opera. Internet Explorer and Mozilla are fine though. I don't know if alternate browser support is a concern for you.

It does take a minute to load over broadband.

In the Clothing and MOTW blocks, the text is a wee bit too close to the thumbnails, and there is a bit too much empty space in between everything.

Your choice of colors is excellent, though. I like the menu buttons at the top.

2
Ok, I don't understand this one.

When I run the test script to see if the MOD will work, I get this:

Quote

Warning: Cannot modify header information - headers already sent by (output started at /home/virtual/site143/fst/var/www/html/gdtest.php:2) in /home/virtual/site143/fst/var/www/html/gdtest.php on line 3
‰PNG 


What I quoted isn't actually what iI see. There are about three lines of gibberish that the font of this forum can't display, but Arial can.

I'm on a Linux machine running PHP 4.3.0. Here is my GD info:

GD Support enabled
GD Version bundled (2.0 compatible)
FreeType Support enabled
FreeType Linkage with freetype
GIF Read Support enabled
JPG Support enabled
PNG Support enabled
WBMP Support enabled[/code]

3
Discussion & Troubleshooting / GD Thumbnails coming out terrible!
« on: April 17, 2003, 08:07:18 AM »
Quote from: wrestlingwiredotnet
How do I know if I am using GD2?


Contact your webhost.

Or to do it on your own, open up a text editor and put in the folling code:

Code: [Select]
<?php
phpinfo
&#40;&#41; 
?>


Save this as "phpinfo.php" and FTP it to your server. Then browse to it. It'll give a whole bunch of info about your server including what version of PHP your running and what version of GD.

I recomment either deleting this after your done, or moving it out of you web public folders, unless you want everyone to know this information.

4
Mods & Plugins (Requests & Discussions) / Comments on catagories.
« on: April 17, 2003, 07:54:33 AM »
I would like to let users post comments on catagories and subcatagories as well as images. Like if I had a subcatagory called "Vacation 2003" people could comment on that, not just the individual images within that subcatagory.

How would this be done?

5
Mods & Plugins (Releases & Support) / [Mod] Latest News and Archive
« on: April 17, 2003, 07:49:22 AM »
Instead of time limit on how long they stay up, a post limit would be better. Like set it to only show 10 news posts displacing older ones. Then the older news would move to an archive paging system.

I've been looking for a better way to post news in 4images. Right now I have a hacked up b2 from cafelog running on my site. Don't ask me how I did it. You may not want to do it since it is really chopped up.

6
Templates & Styles (Requests & Discussions) / Paging.php
« on: March 02, 2003, 10:28:02 AM »
Whoops, missed that setting :)

I spend too much time digging around in the code, I forgot about the Settings in the CP.

Thanks

7
Templates & Styles (Requests & Discussions) / Paging.php
« on: March 01, 2003, 09:58:47 AM »
How do you set the max paging links for {paging}?

For example:

In main.php, I changed this:

Code: [Select]
$lang['paging_next'] = "&raquo;";
$lang['paging_previous'] = "&laquo;";


to this:
Code: [Select]
$lang['paging_next'] = "Next Page";
$lang['paging_previous'] = "Previous Page";


Now, when I do a search with a common keyword in my gallery, I get this:

Quote
« First page  Previous Page  12  13  14  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  30  31  32  Next Page  Last page »


Which I want, but, I would like to lower that range of numbered page links from ten, to six, so it would appear as:

Quote
« First page  Previous Page  15  16  17  18  19  20  21  22  23  24  25  26  27  28  29  Next Page  Last page »


The contents of {paging}, the way it is now, is longer than the width of my table, and it word wraps inside the cell. I tried using nowrap="nowrap", but this just makes my table bigger.

Any suggestions?

8
Discussion & Troubleshooting / last commented image listing
« on: February 24, 2003, 09:41:44 AM »
Ok, I got everything working correctly. I am using this to display the latest comments in the left sidebar (underneath the random picture) and I got my comment_short_bit.html looking decent.

Here is the code if anyone's interested:
Code: [Select]
<table valign="top" width="140" border="0" cellspacing="0" cellpadding="1">
<td class="head1">
<table width="138" border="0" cellspacing="0" cellpadding="1">
<tr><td width="45%" align="center" class="row3">{comment_image_thumb}</td><td width="55%" align="center" class="row3">{comment_image_name}</td></tr>
<tr><td colspan="2" align="center" class="row3">{comment_cat_name}<P></td></tr>
<tr><td colspan="2" align="center" class="row3"><strong>{comment_headline}</strong></td></tr>
<tr><td colspan="2" align="center" class="row3">{comment_text}<p></td></tr>
<tr><td colspan="2" align="center" class="row3">Posted By: {comment_user_name}</td></tr>
<tr><td colspan="2" align="center" class="row3">User Rank: {comment_user_info}</td></tr>
<tr><td colspan="2" align="center" class="row3">Date: {comment_date}</td></tr>
</table>
</td>
<br>
</table>


I set the thumbnail to 60 pixels (instead of 40) and put this into home.html underneath the random picture table:
Code: [Select]
<table width="150" border="0" cellspacing="0" cellpadding="0">
  <tr><td class="head2" height="20" align="left"><img src="{template_url}/images/spacer.gif" alt="" width="4" height="4" />Latest Comments</td></tr>
  <tr><td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td></tr>
  <tr><td align="center" class="row1"><br />{comments_short}<br /><br>
  <tr><td class="tablebgcolor"><img src="{template_url}/images/spacer.gif" alt="" width="1" height="1" /></td></tr>
</table>

9
Mods & Plugins (Requests & Discussions) / Latest Comment on Home Page
« on: February 24, 2003, 04:55:33 AM »
I did a search when I orginally started this thread, but I got lazy and didn't do a second search.

Thanks for pointing me in the right direction  :) .

10
Discussion & Troubleshooting / last commented image listing
« on: February 24, 2003, 04:52:39 AM »
Great Mod.

This should get moved to the Mods & Plugins (Publishing & Support) forum, and made sticky.

It might be a little easier to find  :wink: .

11
Mods & Plugins (Requests & Discussions) / Latest Comment on Home Page
« on: February 24, 2003, 02:47:22 AM »
No replies?

Would this be too complicated?

12
Mods & Plugins (Requests & Discussions) / Latest Comment on Home Page
« on: February 17, 2003, 07:05:43 AM »
How would I go about making a mod to display the very latest image comment on the sidebar of home page, top page, details etc.? It would have the image thumb and underneath have the comment with the user name of the commenter.

Do a query to the DB for the latest comment, in a last_comment.php file?
Then use a last_comment_bit.html template file?

13
Mods & Plugins (Releases & Support) / [Mod] Photo Of The Day
« on: February 17, 2003, 06:56:21 AM »
Thanks! Great mod!

14
Mods & Plugins (Releases & Support) / [Mod] Photo Of The Day
« on: February 16, 2003, 09:18:44 AM »
How do I keep the "404 File Not Found" icon from appearing when I am logged off?

I have 4images set to not allow guests viewing rights at all. Only registered users can view pictures. When I am at the site as a guest, I get the "404 File Not Found" icon in the spot where the POTD is supposed to be.

I would rather it be like the Random Image, and not show anything to when I am not logged in.

15
Is there a way to add a title to the top of the generated comment page? I know I have to modify member_comment_bit.html, but which html variable tag do I use? {user_name}?

What I'm saying is, after you click the link to view all that user's comments, the generated page does not contain that user's name at all. How would I be able to put "Comments Posted By {user_name}"  at the top of the page?

Pages: [1] 2 3