Search found 13 matches

by NLIS
Thu Oct 24, 2002 6:13 pm
Forum: [2.0.x] MODs in Development
Topic: [beta] Stop Moved Threads From Moving Up
Replies: 4
Views: 2253

To much work maintining them, will look into the shoadow topic tho. but my solution is nice and simple.
by NLIS
Thu Oct 24, 2002 2:11 pm
Forum: [2.0.x] MODs in Development
Topic: [beta] Stop Moved Threads From Moving Up
Replies: 4
Views: 2253

[beta] Stop Moved Threads From Moving Up

Don't know about you, but on my forum, i find when i move a topic, a "moved: topic_name" appears in the forum it was moved from, and when a reply is made it keeps bumping the one from the old forum up. I did this in viewforum.php: Replace : WHERE t.forum_id = $forum_id AND t.topic_poster =...
by NLIS
Sat Oct 05, 2002 9:57 pm
Forum: 2.0.x Support Forum
Topic: Forums taking ages to load, database ends up failing???
Replies: 1
Views: 145

Forums taking ages to load, database ends up failing???

Normally i like to try and solve a problem, got enoguh expierence in php to do it, but this one is above me. I have got 2 forums running off the same database, this is because i have been working on re modding my main one, this can't be the problem because it has nothing to do with the file on the d...
by NLIS
Wed Oct 02, 2002 10:53 am
Forum: [2.0.x] MOD Writers Discussion
Topic: editing profile_add_body.tpl help
Replies: 13
Views: 4928

when profile square is accessed and modified by a user.. the signature box is cleared so everytime the user updates his profile the signature need to be done again.. I just noticed that bug on my forums as i am working on a simular thing. what you will need to do is do some more hidden fields with ...
by NLIS
Tue Oct 01, 2002 1:12 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: editing profile_add_body.tpl help
Replies: 13
Views: 4928

looks good, and is a nice idea.

The "title square" didn't work from the link, but the others loaded up just fine, and i also found that in the Avatar square you are missing the form information, because when you click on submit it does nothing.
by NLIS
Tue Oct 01, 2002 1:08 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: [solved] gZIP issue ?
Replies: 4
Views: 2462

If i am right in thinking, gzip needs a browser that supports it. Ask your friend for what browser he is using, if it is an old one it maybe that it dosen't support gzip 100%. Also try turning gzip off and see if it works for him then. I haven't encountered any problems with it, but i havn't used it...
by NLIS
Mon Sep 30, 2002 10:44 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: [support] User profile MOD
Replies: 8
Views: 4283

if i copy all the HTML out of the "profile_add_body.tpl" into me new .tpl file then when the new .tpl file is accessed everything shows up fine. but as soon as i start deleting some of the cells i get a user_table cannot be updated error.. can anyone help me at all?? That is because you h...
by NLIS
Mon Sep 30, 2002 10:40 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: Need to find some code about cookies in phpBB 2.0.2
Replies: 2
Views: 2922

What you have posted their seems more of a bug than a hack problem. but if you do that, the best way to do it is adding a forwarding command from the index page, but this then can stop the visitors from viewing the main forum. I havn't had a problem with any cookies, but a suggestion here (may take ...
by NLIS
Mon Sep 30, 2002 10:34 pm
Forum: [2.0.x] MOD Writers Discussion
Topic: editing profile_add_body.tpl help
Replies: 13
Views: 4928

I have found certain fields need to be kept. When registering all you need is "username, password x2 and email". But when i found when i split the profile into different section, i found in order to update your sig, you needed the simile info. So try doing a hidden field with the smile val...
by NLIS
Mon Aug 26, 2002 10:25 pm
Forum: [2.0.x] Convertors
Topic: UBB 6.0.4 to PHPBB2 problems
Replies: 3
Views: 856

chmod the import folder to 777.
by NLIS
Sun Aug 25, 2002 8:09 pm
Forum: [2.0.x] Convertors
Topic: UBB.classic (UBB 6.x) Convertor - v0.2.5
Replies: 653
Views: 126489

NLIS: Make sure you have the latest version of this convertor. Don't get the download in the downloads area of phpbb.com. The latest version of the convertor supports UBB 6.3.x boards to my knowledge. Least last time I checked it did. :wink: Glad you got it to work in any case. :) Yeah most likley ...
by NLIS
Sun Aug 18, 2002 12:13 am
Forum: [2.0.x] Convertors
Topic: UBB.classic (UBB 6.x) Convertor - v0.2.5
Replies: 653
Views: 126489

ok, the posting order problem still exists, i have wrote this (crude but you try to do better! :P) script to sort it out, worked fine on my forum, will do some more tests, but seems to be ok: find: for($i = 0; $i <= $convert_limit; $i++) { $thread_line = explode($string_rep_a, doClean1($threads[$i])...
by NLIS
Sat Aug 17, 2002 8:49 pm
Forum: [2.0.x] Convertors
Topic: UBB.classic (UBB 6.x) Convertor - v0.2.5
Replies: 653
Views: 126489

This hack does not work with 6.3. Never tried the phpbb before today, hell never tried a mysql board before today, but got it set up, and found a problem, it would copy over everything apart from posts on the ubb 6.3 If anyone is looking for a quick fix to make it do the posts as well do the followi...

Go to advanced search