Author |
Topic |
Classicmotorcycling
Development Team Leader
Australia
2084 Posts |
Posted - 14 December 2004 : 16:19:14
|
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 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 14 December 2004 : 16:47:11
|
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 |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 14 December 2004 : 17:08:52
|
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 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 14 December 2004 : 18:00:25
|
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
|
|
|
Gargoyle
Junior Member
USA
280 Posts |
|
modifichicci
Average Member
Italy
787 Posts |
|
hellind
Junior Member
Singapore
123 Posts |
Posted - 15 December 2004 : 05:36:42
|
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.< |
|
|
rasure
Junior Member
289 Posts |
Posted - 15 December 2004 : 05:46:58
|
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 |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 15 December 2004 : 05:53:06
|
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
|
|
|
Ranko
Junior Member
400 Posts |
Posted - 15 December 2004 : 09:47:02
|
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?< |
|
|
Davio
Development Team Member
Jamaica
12217 Posts |
Posted - 15 December 2004 : 17:45:33
|
Ranko, Support --> Help: MOD Implentation forum.< |
Support Snitz Forums
|
|
|
Ranko
Junior Member
400 Posts |
Posted - 15 December 2004 : 21:21:52
|
Sorry, for some reason I thought this was it.
Now why didn't you just split it ?< |
|
|
OneWayMule
Dev. Team Member & Support Moderator
Austria
4969 Posts |
|
GarethMoore1979
Junior Member
United Kingdom
220 Posts |
Posted - 16 December 2004 : 09:13:19
|
nice work Davio....just off hand how easy would it be to do the reverse to what you have done here?? 'merging topics'?< |
|
|
MarcelG
Retired Support Moderator
Netherlands
2625 Posts |
Posted - 16 December 2004 : 10:55:58
|
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 |
|
|
Topic |
|