Search found 40 matches

by farmer580
Sun May 08, 2005 2:56 pm
Forum: 2.0.x Support Forum
Topic: Cannot get into Administration Panel
Replies: 167
Views: 14941

I tried Trevor's suggested change with regard to the login path (../login), and it does make re-login work for me. Thanks! Please do not comment out these lines in pagestart.php. You may only do that as a work-around if nothing else works. For none-admin member, the ACP link is not available. And di...
by farmer580
Sun May 08, 2005 6:32 am
Forum: 2.0.x Support Forum
Topic: Cannot get into Administration Panel
Replies: 167
Views: 14941

I saw your approach from another thread. Tried it and failed to get it to work for my forum.

Commenting out these three lines does not seem to make any difference with regard to admin re-login.
by farmer580
Sun May 08, 2005 3:53 am
Forum: 2.0.x Support Forum
Topic: Cannot get into Administration Panel
Replies: 167
Views: 14941

comment out changes in admin/pagestart.php will work around this problem.

Code: Select all

// if (!$userdata['session_admin'])
// {
// 	redirect(append_sid("login.$phpEx?redirect=admin/&admin=1", true));
// }
by farmer580
Fri Sep 26, 2003 10:19 pm
Forum: [2.0.x] MOD Database Releases
Topic: Forum Clock (flash)
Replies: 201
Views: 167282

Nice clock!

In your clock swf file, can you change the display from 3|19|45 to 3:19:45? I think the ':' is used more often than the '|' in a time format.
by farmer580
Wed Sep 24, 2003 9:31 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: How to get the last post topic title on the index page?
Replies: 3
Views: 334

Great!

Thanks a lot. :D
by farmer580
Wed Sep 24, 2003 9:04 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: How to get the last post topic title on the index page?
Replies: 3
Views: 334

How to get the last post topic title on the index page?

From index.php, last post topic title is set to "view_latest_post". title="' . $lang['View_latest_post'] Does anyone know ways to: 1. Get the actual title of the latest post? 2. Truncate the title to a preset number of chars? Thanks! if ( $forum_data[$j]['forum_last_post_id'] ) { $las...
by farmer580
Tue Sep 23, 2003 10:14 pm
Forum: 2.0.x Support Forum
Topic: Where to find the official phpBB 2.0.5 release?
Replies: 9
Views: 304

flyjetta wrote: what are the benefits of upgrading?


The benifits are:

1. Keep up with phpBB, V2.0.4 is no longer supported
2. Bug fixes and enhancements (the list is long, see change log for details)

Having upgraded from 204 to 205 using MOD, upgrading to 206 (also using MOD) was a piece of cake.
by farmer580
Thu Sep 18, 2003 5:10 am
Forum: 2.0.x Support Forum
Topic: Where to find the official phpBB 2.0.5 release?
Replies: 9
Views: 304

I have successfully upgraded my forum to V2.0.5. Everything was quite smooth except the "Visual Confirmation" part, which is quite involved. I have to manually integrate all files related to VC.

Thank you for your help.

BTW, TextPad turns out to be a handy tool to integrate MODs.
by farmer580
Wed Sep 17, 2003 6:00 am
Forum: 2.0.x Support Forum
Topic: Where to find the official phpBB 2.0.5 release?
Replies: 9
Views: 304

I only have this link for 2.0.4 to 2.0.5.

http://www.phpbbhacks.com/forums/viewtopic.php?t=12747

Not sure where to find 2.0.4 to 2.0.5 MOD file.

BTW, I am about a third way into manually making the changes.
by farmer580
Wed Sep 17, 2003 4:39 am
Forum: 2.0.x Support Forum
Topic: Where to find the official phpBB 2.0.5 release?
Replies: 9
Views: 304

Thank you! :D
by farmer580
Wed Sep 17, 2003 4:10 am
Forum: 2.0.x Support Forum
Topic: Where to find the official phpBB 2.0.5 release?
Replies: 9
Views: 304

Where to find the official phpBB 2.0.5 release?

Hi,

I am trying to upgrade from V2.0.4 to V2.0.6. I was going to use the 2.0.4 to 2.0.5 MOD, then 2.0.5 to 2.0.6 MOD. But I could not find the official V2.0.5 release.

Does anyone know where I can get a copy?
by farmer580
Sun Jun 15, 2003 9:56 pm
Forum: [2.0.x] Styles Development & Discussion
Topic: [Release] Eos, Eos Expanded
Replies: 50
Views: 4606

I had the EOS/EOS expanded for a while with its default color.

I have recently mixed in a little bit color to the style. Let me know what you think of it.
by farmer580
Fri May 09, 2003 9:03 pm
Forum: [2.0.x] MOD Database Releases
Topic: Attachment Mod
Replies: 22118
Views: 2350116

Re: Unable to upload large files ...

Do you run your own server? If so, from what I've read back in this post, I think it's in the php.ini file. If not, you'll need to contact your host... we had to do that on ours to have the filesize upped to 10MB. Hope that helps (and is the right info). Celtland, I have a test server running on my...
by farmer580
Fri May 09, 2003 2:52 am
Forum: [2.0.x] MOD Database Releases
Topic: Attachment Mod
Replies: 22118
Views: 2350116

Unable to upload large files ...

I think my limit is the folowing: "Filesize Maximum filesize for Attachments. A value of 0 means 'unlimited'. This Setting is restricted by your Server Configuration. For example, if your php Configuration only allows a maximum of 2 MB uploads, this cannot be overwritten by the Mod." Does ...
by farmer580
Fri May 09, 2003 1:41 am
Forum: [2.0.x] MOD Database Releases
Topic: Attachment Mod
Replies: 22118
Views: 2350116

Unable to upload large files ...

I put the MOD in today. Everything works, except somehow I won't be able to upload files larger than 2 MB. I did upload a jpg file and a wma file, both less than 1 MB. I checked my settings. My max is set to 5 MB.

Anyone else had this problem before? Any suggestions?

Go to advanced search