Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/Code)
 Split Topic Mod
 New Topic  Reply to Topic
 Printer Friendly
Previous Page | Next Page
Author Previous Topic Topic Next Topic
Page: of 6

Classicmotorcycling
Development Team Leader

Australia
2084 Posts

Posted - 14 December 2004 :  16:19:14  Show Profile  Reply with Quote
I know it is a great mod and agree it should be in the base code. After all how many idio.., sorry users go off on a tangent of their own and it had nothing to do with the topic.
quote:
Originally posted by marcelgoertz

This one looks like one for the basecode!

Just put it on one of my sites and tested it. Fantastic job there Davio. Only took me abut 2 minutes to install and that was taking the time (for me anyway) to get it right.<

Cheers,

David Greening
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 December 2004 :  16:47:11  Show Profile  Reply with Quote
Thanks guys. My original design was to modify the post.asp page. But my beta testers suggested to use a seperate page which would make the mod easier to install and maintain. Because modifying the post.asp to add the code needed for this mod, was really a tedious task.

There are some small things that need to be taken care of in this mod:
- When there are no replies in a topic, don't want to display the split topic option. Or probably put a graceful error message when trying to split a topic with mod replies.
- When trying to split a topic in an archive, to give a more meaningful error message, since that is not allowed in the archives.

Minor stuff. <

Support Snitz Forums

Edited by - Davio on 14 December 2004 16:52:21
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 14 December 2004 :  17:08:52  Show Profile  Visit MarcelG's Homepage  Reply with Quote
You could put a check before the piece where you display the Split Topic icon:
if NOT (Request.QueryString("ARCHIVE") = true OR rsTopic(T_REPLIES) = 0) then
' display the icon
end if

Mmmm...I think I am talking jibberish now...don't have any Snitz code available, and have been working for 14 hours straight now....<

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 14 December 2004 17:10:20
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 14 December 2004 :  18:00:25  Show Profile  Reply with Quote
I'll find the easier solution. I would rather edit the split.asp page, since all users would need to do is overwrite the file with the new one. Unless they start to make changes to split.asp page.<

Support Snitz Forums
Go to Top of Page

Gargoyle
Junior Member

USA
280 Posts

Posted - 14 December 2004 :  18:52:48  Show Profile  Visit Gargoyle's Homepage  Reply with Quote
Who would make changes to the split.asp page ???? <

Here is a link to my Snitz powered Drag Racing site.
Go to Top of Page

modifichicci
Average Member

Italy
787 Posts

Posted - 15 December 2004 :  03:22:29  Show Profile  Visit modifichicci's Homepage  Reply with Quote
Hi, I would like to know, before tryng this mod (very interesting!) what modifications need when there are some mods installed, such as events, poll, message icons etc.
It's enought to modify the routine write reply as new topic adding in the MySql string the fields required?
Or more changes are needed?
<

Ernia e Laparocele
Forum di Ernia e Laparocele
Acces - MySql Migration Tutorial
Adamantine forum
Go to Top of Page

hellind
Junior Member

Singapore
123 Posts

Posted - 15 December 2004 :  05:36:42  Show Profile  Reply with Quote
Well done @Davio. Nice Mod

Wondering how easy would it be to implement the MERGE THREAD function with this mod. I am not requesting, just asking. I've seen this MERGE feature in vbulletin.<
Go to Top of Page

rasure
Junior Member

289 Posts

Posted - 15 December 2004 :  05:46:58  Show Profile  Visit rasure's Homepage  Reply with Quote
quote:
Originally posted by modifichicci

Hi, I would like to know, before tryng this mod (very interesting!) what modifications need when there are some mods installed, such as events, poll, message icons etc.

My forum is heavily moded and I didn't have any problems at all installing the mod, the mod is well documented<

Psychic & Spiritual Development Resources
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 December 2004 :  05:53:06  Show Profile  Reply with Quote
A merge topic mod wouldn't be too hard either. But that's not a discussion to be discussed here. Please start a new topic about that in the appropriate forum.

Modifichicci, I don't know what modifications would be needed to make the mod work with the different mods. You will need to test the mod, see what problems occur and deal with them. If you run into problems ask your question in the Help: MOD Implementation forum. There are users that will help you get the mod working with other mods.<

Support Snitz Forums
Go to Top of Page

Ranko
Junior Member

400 Posts

Posted - 15 December 2004 :  09:47:02  Show Profile  Reply with Quote
Well I just tested it on a clean 3,4,05 and when I split a topic it turns all the forum code into html for the first post only. Which is kinda irritating, because the <> get converted to html.

Anyone? What did I do?<
Go to Top of Page

Davio
Development Team Member

Jamaica
12217 Posts

Posted - 15 December 2004 :  17:45:33  Show Profile  Reply with Quote
Ranko, Support --> Help: MOD Implentation forum.<

Support Snitz Forums
Go to Top of Page

Ranko
Junior Member

400 Posts

Posted - 15 December 2004 :  21:21:52  Show Profile  Reply with Quote
Sorry, for some reason I thought this was it.

Now why didn't you just split it ?<
Go to Top of Page

OneWayMule
Dev. Team Member & Support Moderator

Austria
4969 Posts

Posted - 16 December 2004 :  00:35:32  Show Profile  Visit OneWayMule's Homepage  Send OneWayMule an ICQ Message  Reply with Quote
Davio, one suggestion: I'd like to see a option where you can choose how the replies are ordered, while using this MOD I found out that especially for topics with lots of replies it would be less confusing with posts sorted by "oldest post first".

Anyway, nice MOD! <

My MODs:
Birthdays - Custom Policy - F.A.Q. Administration - Forum Rules - Guestbook
Links Manager - MyOwnGoogle - Profile Views - Search Log - WebSearch

Useful stuff:
Forum and MOD Installation - MOD Installation Guide - Snitz v3.4.05 Readme - Free ASP Hosts - Support Snitz
Go to Top of Page

GarethMoore1979
Junior Member

United Kingdom
220 Posts

Posted - 16 December 2004 :  09:13:19  Show Profile  Reply with Quote
nice work Davio....just off hand how easy would it be to do the reverse to what you have done here?? 'merging topics'?<
Go to Top of Page

MarcelG
Retired Support Moderator

Netherlands
2625 Posts

Posted - 16 December 2004 :  10:55:58  Show Profile  Visit MarcelG's Homepage  Reply with Quote
quote:
Originally posted by rasure

quote:
Originally posted by marcelgoertz
gonna have to search for a more appropriate icon though

I used one of the icons from the other thread about this mod...
quote:
Originally posted by Da_Stimulator

This is what I came up with... I like # 2 & 3 better
1.
2.
3.


then obviously just change the icon size in inc_iconfiles.asp to |15|15


I took this one to fit with my other icons:
It's from the Korilla skin for Maxthon <

portfolio - linkshrinker - oxle - twitter

Edited by - MarcelG on 16 December 2004 10:56:51
Go to Top of Page
Page: of 6 Previous Topic Topic Next Topic  
Previous Page | Next Page
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.12 seconds. Powered By: Snitz Forums 2000 Version 3.4.07