are all languagefiles there (if mods has langfiles, make sure they are there for all languages)?
176 2006-07-23 18:07
Re: Every page is a blank (empty) page (11 replies, posted in PunBB 1.2 troubleshooting)
177 2006-07-23 17:39
Re: 10 Domain Name Bloopers (8 replies, posted in General discussion)
just thought of a funny thing here in Sweden... kind of related ... a blooper with their name...
A property management company called Locum, figured they would wish all of Sweden a Merry Christmas and a happy new year. So they placed an ad in a national paper where they spiced it up a bit, afterall it's Christmas! What they did was replace the o with a big red heart, and then the sad part is that they use a small L as the first letter in their logotype ... so it could be read as 'I love cum' ... OH my god how I laughed when I saw the ad
(the question is if it was intentional or not )
image found here: http://www.skrattnet.se/media/bild.php? … mp;id=1316
178 2006-07-23 05:51
Re: 10 Domain Name Bloopers (8 replies, posted in General discussion)
hehe ... whorepresent ... priceless
180 2006-07-22 19:45
Re: 'last_poster' to use 'realname' (14 replies, posted in PunBB 1.2 modifications, plugins and integrations)
I had the same phenomen when making the attachment mod ... I think it's the query cache ... disabling it will affect performance ... but otoh it might work ... (or just mod the query to suit your needs)
either way, you can easily check it by changing true to false at the end of the queries ...
these kind of queries:
// Print the categories and forums
$result = $db->query('SELECT c.id AS cid, ****REMOVED STUFF**** f.disp_position', true) or error('Unable to fetch category/forum list', __FILE__, __LINE__, $db->error());
181 2006-07-21 21:00
Re: Cookie problem (13 replies, posted in PunBB 1.2 bug reports)
I still get it ...
hmm.. might be worth to download the zip again, and re-upload fresh files ... as I edited above, sometimes they get corrupt during filetransfer and 'almost' work perfect
182 2006-07-21 20:55
Re: Cookie problem (13 replies, posted in PunBB 1.2 bug reports)
I don't have www in my url ...
http://sinkhead.net/forum/viewforum.php?id=7 is what my browser say
183 2006-07-21 20:52
Re: Cookie problem (13 replies, posted in PunBB 1.2 bug reports)
the guest account also gets it ...
what have you set your "Base url" in the admin-options to?
Edit: but it feels more like there's something wrong with the phpfiles themselves ... have you tried re-download from punbb.org and re-upload fresh files?
(sometimes files get corrupt and 'almost' work fine)
184 2006-07-21 20:27
Re: Cookie problem (13 replies, posted in PunBB 1.2 bug reports)
is it a stock post.php?
186 2006-07-16 20:52
Re: Free PHP/HTML editor (99 replies, posted in Programming)
yup ... think you need to have the directory as include path to get it to 'feel' all variables and such ... (the files are clickable so one can see what function is in what file )
187 2006-07-15 21:49
Re: Free PHP/HTML editor (99 replies, posted in Programming)
I've now started to test out Eclipse, it feels pretty solid and it does what I searched for, and as a bonus I can use Consolas in cleartype
Feels like it could be a keeper
(I just saw that Xumix mentions it on page 2 ... I wonder if I missed it or just didn't figure out how it worked when I first went through this thread?)
188 2006-07-14 15:02
Re: [Q]attachment mode (1 replies, posted in PunBB 1.2 discussion)
Wow, you should really try to upgrade the forum, 1.2.5 is old, and there has been several security patches to 1.2.12...
Have you tried to follow the installation guide I have made on http://cms.frankh.shacknet.nu/ about setting rules etc?
189 2006-07-12 15:39
Re: hosting a punbb forum (4 replies, posted in PunBB 1.2 discussion)
here you find the requirements needed to run the forum: http://punbb.org/docs/install.html
no idea of any hosts though
190 2006-07-07 22:48
Re: Config.php woe (5 replies, posted in PunBB 1.2 troubleshooting)
perhaps he's using a tool like dreamweaver or such? (hopefully those has stopped adding junk into the files, but I'm not so sure)
Notepad (or wordpad) usually works best for the inexperienced
191 2006-07-05 20:37
Re: Forum width (4 replies, posted in PunBB 1.2 discussion)
in the .css for the theme, locate 5.1 and alter #punwrap to your needs
I have this in mine
#punwrap {text-align: left; width: 942px; margin: 0px auto;}
192 2006-07-05 16:01
Re: Punbo: New Module for Joomla 1.0.10? (3 replies, posted in PunBB 1.2 modifications, plugins and integrations)
doesn't the people that have released punbo an email you can contact them through?
193 2006-07-03 17:01
Re: file attachments - would be great! (3 replies, posted in Feature requests)
I'm going to modify my attachment mod to use as many hooks as possible
194 2006-07-02 07:27
Re: Anyway to view all changes for one release? (1 replies, posted in PunBB 1.2 troubleshooting)
195 2006-07-01 16:44
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
ah ... if you get it to work I really like to get the fixes so I can incorporate it to the mod.
(the documentation should have a decent description on what the tables should look like)
196 2006-07-01 11:19
Re: Attachment Mod 2.0.1 by Frank H (500 replies, posted in PunBB 1.2 modifications, plugins and integrations)
Hi, Im setting up a punbb for the first time, and am having a very hard time installing the attachment mod (2.0.1). It wants 1.2.5, and im using 1.2.12. I did all the modifications to $punbb_versions, plus fixed some path related errors that it was complaining about, but now at the point where it tries to add a new table to my db, I am stuck.
To deal with this, the documentation
(http://cms.frankh.shacknet.nu/index.php … ;Itemid=32)
suggests "Secondly, step 43 & 44 is altered. Just change the true to false after the query (and add the comment behind , so you have a mark that the attachment mod has altered that line)"I am not really sure what that means, but the error I get when I try to run the install is this:
File: /var/www/localhost/htdocs/attachmod/install_mod.php Line: 42
PunBB reported: Unable to add table "attach_2_files" to database
Database reported: SQL logic error or missing database (Errno: 1)here is the code for the query that is failing.
$db->query("CREATE TABLE IF NOT EXISTS `".$db->prefix."attach_2_files` (
`id` int(10) unsigned NOT NULL auto_increment,
`owner` int(10) unsigned NOT NULL default '0',
`post_id` int(10) unsigned NOT NULL default '0',
`filename` varchar(255) NOT NULL default 'error.file',
`extension` varchar(64) NOT NULL default 'error.file',
`mime` varchar(64) NOT NULL default '',
`location` text NOT NULL,
`size` int(10) unsigned NOT NULL default '0',
`downloads` int(10) unsigned NOT NULL default '0',
UNIQUE KEY `id` (`id`))") or error('Unable to add table "attach_2_files" to database', __FILE__, __LINE__, $db->error());Does anyone have any suggestions for how to fix this?
Hmm, never seen that before. Did the forum work before you tried to install the mod?
Are you trying to install it on a sqlite? (if so I've written in the first post in this thread that it probably don't work, and noone have come forward to try to help with that either (I don't use it))
197 2006-07-01 11:14
Re: problems installing attachment mod :-( (1 replies, posted in PunBB 1.2 modifications, plugins and integrations)
(there is a topic about the attachment mod )
I've answered you in that thread
198 2006-06-28 16:20
Re: How leave GoogelBot reads forums as a member? (32 replies, posted in Feature requests)
google has a little link that says "Cached" ... clicking on that will let users see what's written without registering
199 2006-06-27 21:10
Re: PunBB vs PHPBB (49 replies, posted in General discussion)
it's also about the specs on the server running ...
200 2006-06-26 18:37
Re: PUL folk vill anmälla mig (11 replies, posted in Archive)
på nyheterna sade någon från datorinspektionen att om en person har ett fast ip så kan detta tolkas som en personuppgift och skulle då vara olagligt att registrera utan att ha tillåtelse om det. (Därefter sade de att de skulle göra en utredning om apb hade brutit mot bestämmelserna). Kommer dock inte ihåg vad nissen hette, eller vilken kanal det var på (troligtvis 4an)
(men visst håller jag med, trafikloggar etc är ju livsviktigt och bryter ju garanterat mot det enligt vad han sade ... men lagen känns lite diffus och framtvingad)