LOL @ the chronicles of george haha. I've run into a few people like that before.
2 2006-05-09 19:14
Re: PunUploadExtra 1.1 (32 replies, posted in PunBB 1.2 modifications, plugins and integrations)
This mod is really nice, but whenever someone uploads a picture.. they have to save the file locally then open it in order to view it.. and I have a few computer novices that use the forum.. that makes that part difficult.. if you choose open.. you just get a blank screen.. anyone know whats wrong? is it my php.ini? apache? or is it something in this file I could change?
3 2005-11-11 19:12
Re: Knowledge Base.. (5 replies, posted in General discussion)
trying to get kbpublisher to work.. not sure if supports php 5? when I run index.php or instal.php I just get a white page
4 2005-11-08 18:55
Re: Knowledge Base.. (5 replies, posted in General discussion)
Great thanks for the tip, olate seemed pretty nice. Hopefully they will get the features im looking for eventually
5 2005-11-08 00:09
Topic: Knowledge Base.. (5 replies, posted in General discussion)
Anyone know of a opensource knowledge base?
Or anything similiar? like some sort of issue tracker type thing? one thats opensource of course
6 2005-10-27 23:14
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
any thoughts??
7 2005-10-27 17:26
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
well heres what my chat/lang folder looks like:
8 2005-10-27 16:15
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ok its up if you want to try it now
9 2005-10-26 20:56
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ah crap.. yes.. I apologize.. stupid wireless interent service is being.. "serviced" for the 10th time this month.. should be back up within the hour hopefully
10 2005-10-26 19:59
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Just sent ya the link via email
11 2005-10-26 17:46
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Yeah I did.. i've redownloaded it and reuploaded all the files in the chat folder.. but I get the same thing..
12 2005-10-26 06:03
Re: Chat Mod (84 replies, posted in PunBB 1.2 modifications, plugins and integrations)
anyone know why I am getting undefined string on the chat mod?? did I do some part of the install incorrect??
14 2005-09-15 02:52
Re: Merging Question (5 replies, posted in PunBB 1.2 troubleshooting)
yes thats what I want to do.. I put in a bran new install of 1.2.7.... pointed it to the same database.. it had all the topcis and forums but when you clicked on the messages they would be blank.....?
15 2005-09-14 22:01
Re: Merging Question (5 replies, posted in PunBB 1.2 troubleshooting)
because I have a buncha mods installed and.. rather then going back and restoring the old files I wanna just start fresh.. and only install a few mods..
any way I can just point the new directory to the old db?? or just dump the db and move it over to the new database..?
16 2005-09-14 02:20
Re: Merging Question (5 replies, posted in PunBB 1.2 troubleshooting)
whoops.. meant to post in troubleshooting
17 2005-09-14 02:09
Topic: Merging Question (5 replies, posted in PunBB 1.2 troubleshooting)
ok.. I want to start fresh.. so I have made a seperate directory for my new 1.2.7 punbb forum..
is there a way I can merge the database information from my old forum over to this new one??
I tried using connor's databasemod to backup the database.. and then restore it in the new one but it didn't work. Told me it was unable to upload the file.
Whats the proper procedure to do this??
I would appreciate your help
18 2005-09-13 04:26
Re: Image Post (41 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Any thoughts on this??
Error: Unable to write configuration cache file to cache directory. Please make sure PHP has write access to the directory 'cache'.
I get this when trying to set the rules for the image post...
alot of these things im trying to add do not exist..
like in viewtopic (readme.txt says viewtopics.php.. not viewtopic.php)
#---------[ 13. FIND (line:329) ]---------------------------------------------------
#
<?php echo $cur_post['message']."\n" ?>
#
#---------[ 14. AFTER, ADD ]---------------------------------------------------
#
<!-- MOD IMAGE POST -->
<?php if ($cur_post['userimage'] != '') echo "<br /><img src=\"".PUN_ROOT."img/users/" . $cur_post['userimage'] ."\" alt=\"" . $cur_post['userimage'] ."\">\n"; ?>
<!-- // MOD IMAGE POST -->
#
the line didn't exist in my viewtopic..
there were a couple that I couldn't find... but I think its because of the attachment mod??
19 2005-09-12 00:21
Re: Image Post (41 replies, posted in PunBB 1.2 modifications, plugins and integrations)
What did you set the maximum size to?
where do you set that?? does this mod put that in admin options some where? or did I miss a step.
20 2005-09-11 08:44
Re: Image Post (41 replies, posted in PunBB 1.2 modifications, plugins and integrations)
any thoughts on this error message that Im getting when I upload a pic??
An error was encountered
Error: Your file exceeds the maximum size of 0.
21 2005-07-30 21:18
Re: Blue Lagon available (23 replies, posted in PunBB 1.2 discussion)
wow I love these styles.. very good job!!
22 2005-05-16 05:33
Re: OLD TOPIC TO DELETE (36 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I uncommented php_gd2.dll from php.ini and made sure the extension dir was pointed to the right spot.. and then rebooted my W2K3 Server (IIS6) and the image gallery started working!
hope that helps, great work on the mod pokemon_jojo
23 2005-05-12 06:26
Re: PBB Gallery 1.1 (19 replies, posted in PunBB 1.2 modifications, plugins and integrations)
hum... have create the sql table named pun_gallery ? in your mysql db ?
if yes, test it : http://theiron-curtain.com/forum/gallery.php?info=new
Edit : I have read your post about the 1.0.
I have kept all the settings on default, and only changed the table name to not include the pun_ prefix. (My PunBB installation does not use the pun_ prefix either.)
Don't change the name of pun_gallery. If you made it, rename all the sql pun_gallery référence in gallery.php with the new name.
I tried the same thing with ?info=new and i was able to display the page, however when I go to gallery.php I get:..
An error was encountered
Error: Unable to select all image in DB Gallery.
am I missing something? do i need to have gd library installed? (i can't remember if the latest version of php comes with it intergrated or not..)
24 2005-05-03 22:02
Re: OLD TOPIC TO DELETE (45 replies, posted in PunBB 1.2 modifications, plugins and integrations)
and.. what were the changes??
25 2005-05-03 16:09
Re: OLD TOPIC TO DELETE (45 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Has anyone besides jojo gotten this to work?