Search found 8 matches

by titleistfour
Sat Aug 09, 2003 5:26 pm
Forum: General discussions
Topic: Date Display Format
Replies: 2
Views: 8406

worked great, thanks!
by titleistfour
Sat Aug 09, 2003 3:45 pm
Forum: General discussions
Topic: Date Display Format
Replies: 2
Views: 8406

Date Display Format

I'm looking to change the date format that phpMyFAQ displays the news messages and other items. Is there a quick way to do this? Would be nice if this was made into a language option, so that there is a single place to make the change. Thanks
by titleistfour
Sun Aug 03, 2003 4:29 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

I found some more of these in the following files:

admin/backup.main.php line 48
admin/record.delquestion.php line 45
admin/config.edit.php line 24
admin/stat.browser.php line 44
admin/user.edit.php line 72

a simple grep "<? " * found those. Don't seem to see anymore anywhere else though. Hope ...
by titleistfour
Sun Aug 03, 2003 4:20 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

Oh! I just figured it out!

in admin/menue.php, line 39

<?php print $arrow."\"".$menue; ?>&aktion=editentry"><? print $ad_entry_add ?></a></td>

I changed it to

<?php print $arrow."\"".$menue; ?>&aktion=editentry"><?php print $ad_entry_add ?></a></td>

and it worked! Lines 87 and 91 are the same ...
by titleistfour
Sun Aug 03, 2003 4:16 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

Well, this is a new install, so there are no records. And since the "Create Records" item is not there, I can't make any. I was going to import my database, but that menu item is missing as well. :) I tried do import from the command line using the dump file, but got some errors.

Looking at the php ...
by titleistfour
Sun Aug 03, 2003 4:07 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

Well, I suppose I could. However, I just tried it on my machine at home, and it does the same thing. And this machine is RedHat 9.

phpMyFAQ Version phpMyFAQ 1.3.4
Server Software Apache/2.0.40 (Red Hat Linux)
PHP Version PHP 4.2.2
PHP Memory Limit 8M
Register Globals off
Safe Mode off
MySQL ...
by titleistfour
Sun Aug 03, 2003 3:56 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

System Information
phpMyFAQ Version phpMyFAQ 1.3.3
Server Software Apache/1.3.27 (Unix) (Red-Hat/Linux) PHP/4.1.2
PHP Version PHP 4.1.2
PHP Memory Limit
Register Globals off
Safe Mode off
MySQL Version MySQL 3.23.56
Webserver Interface APACHE

I just noticed that the PHP Memory Limit is ...
by titleistfour
Sun Aug 03, 2003 3:35 pm
Forum: General discussions
Topic: Admin Menu Items Missing
Replies: 11
Views: 21964

Admin Menu Items Missing

Hello,
I'd like to say that phpmyfaq is great! I currently have a development box with it running. My problem is that when I tried to move it to its production home, I'm seeing some items missing in the Admin Menu Section. Specifically, Create Record, Backup and Export your FAQ are just not showing ...