Safe Mods

MOD Authors: Discuss and post updates on new MODs in development for phpBB3, Receive feedback and Feature requests for MODs in development.

To submit your MOD or style, go to the STG MOD Manager
Forum rules
go to the STG MOD Manager to post your MOD in development.
Discuss and receive feedback for any MOD in development for phpBB3.
Suggest features for MODs in development.

No Support or MOD Requests
-- exceptions for MODs only posted here as Beta or Alpha.
Support requests for a MOD should be requested in the respective MOD topic.

Re: Safe Mods

Postby Michaelo » 04 Jun 2007, 00:26

I have posted it at phpBB... in mods forum... wonder how they will respond... Mike
Stargate Portal (Dev Site) phpBB 3.0.9 version II 99%.
Kiss Portal Engine (Dev Site) phpBB 3.0.10 99%.
User avatar
Michaelo    
Supporter
Supporter
 
Posts: 342
Joined: 17 Sep 2006, 09:02
Location: Dublin, Ireland
Favorite Team: Miami Dolphins
Gender: Male
phpBB Knowledge: 9


Re: Safe Mods

Postby Highway of Life » 04 Jun 2007, 09:18

Do you have a link for us? ;)

BTW, over the next few weeks FountainofApples plans to create his AVS Advanced Version System for phpBB3... that is one recommendation I would have for every MOD.
Watch out! I might do a code wheelie!

User avatar
Highway of Life    
STG Jedi Master
STG Jedi Master
 
Posts: 10458
Joined: 08 May 2006, 05:23
Location: Beware of Programmers carrying screwdrivers
Gender: Male
phpBB Knowledge: 10

Re: Safe Mods

Postby geoffreak » 04 Jun 2007, 09:43

Earthlings, we have been watching you for years, and now we know your primitive language, so listen: All your base are belong to us.
Anime Bite - Your future #1 source for all things anime and manga!My Blog
User avatar
geoffreak    
Supporter
Supporter
 
Posts: 663
Joined: 17 Mar 2007, 21:52
Location: The Internets
Favorite Team: phpBB
Gender: Male
phpBB Knowledge: 9

Re: Safe Mods

Postby Ladysarajane » 14 Jun 2007, 13:53

Michaelo wrote:I have posted it at phpBB... in mods forum... wonder how they will respond... Mike


They responded like normal...negatively that is. What is it with change that people hate? Michaelo, I love the safe mod you had in your earlier version of your portal. I played with it on my local host and I found that it would come in handy if a mod does not agree with your board. I am for this ideal :good:
Warning: Stay away from Deck 15 if you don't have security clearance level 6 or above! Unauthorized access is prohibited.
Image
User avatar
Ladysarajane
STG Moderator
STG Moderator
 
Posts: 1962
Joined: 21 Mar 2007, 23:35
Favorite Team: Bengals
Gender: Female
phpBB Knowledge: 5

Re: Safe Mods

Postby Synaptic Anarchy » 14 Jun 2007, 20:26

If phpBB.com required safety and flexibility in their MODs they'd lose most of the existing 2.0.x roster.
It's winter.
User avatar
Synaptic Anarchy    
Lieutenant Commander
Lieutenant Commander
 
Posts: 351
Joined: 02 Jul 2006, 02:39
Favorite Team: Starfleet Design :P
Gender: Male

Re: Safe Mods

Postby Groovy » 15 Jun 2007, 08:35

Synaptic Anarchy wrote:If phpBB.com required safety and flexibility in their MODs they'd lose most of the existing 2.0.x roster.

most == all -- but maybe a small handful. ;)
Borg Starter Kit: some assimilation required.
We came. We absorbed. We left.
User avatar
Groovy
Lieutenant
Lieutenant
 
Posts: 290
Joined: 12 May 2006, 21:03
Location: Watching my Screen as if it's alive!
Gender: Male

Re: Safe Mods

Postby Synaptic Anarchy » 15 Jun 2007, 14:18

I fear for 3.0.x, personally. Most, if not all, of the members here who are working on modifications are taking the time to do them right. Every one I've seen and worked with myself is very close to what Mike it looking for in its preservation of the original source. And really, why modify a function when you can add a new one with a little logic dictating its use? Why add large blocks of code to a file when you can use an include statement?

imo it makes more sense to code that way. I'm a novice, but still. Doesn't it?

It doesn't seem to for a lot of 2.0.x modders, many of which are just waiting for 3 to go final so they can inundate the DB with conversions of their useless garbage, I'm sure.
It's winter.
User avatar
Synaptic Anarchy    
Lieutenant Commander
Lieutenant Commander
 
Posts: 351
Joined: 02 Jul 2006, 02:39
Favorite Team: Starfleet Design :P
Gender: Male

Re: Safe Mods

Postby A_Jelly_Doughnut » 15 Jun 2007, 20:31

I write my code to tightly integrate into the phpBB source. I don't see the point of adding a new file for anything less than a couple hundred lines of code. Modifying existing functions actually means increased compatibility with other MODs, as opposed to duplicating phpBB3 functions. Consider a MOD which duplicates a phpBB function with an additional argument. Consider further a second MOD which adds another argument to that same function. You've got a mess if duplication is used, and a two simple MODs if not.
A_Jelly_Doughnut
phpBB Team Member
phpBB Team Member
 
Posts: 543
Joined: 10 Feb 2007, 14:58
Location: 1- 800 - In - The - USA
Gender: Male

Re: Safe Mods

Postby Ladysarajane » 16 Jun 2007, 14:09

A_Jelly_Doughnut wrote:I write my code to tightly integrate into the phpBB source. I don't see the point of adding a new file for anything less than a couple hundred lines of code. Modifying existing functions actually means increased compatibility with other MODs, as opposed to duplicating phpBB3 functions. Consider a MOD which duplicates a phpBB function with an additional argument. Consider further a second MOD which adds another argument to that same function. You've got a mess if duplication is used, and a two simple MODs if not.


I am not a mod writer, and I can see your point. I am an end user that at times has killed their board with a incompatible mod. Not all mods will go together. That is a fact whether there is safe mods or not. But the ability to "turn off" a mod if something goes wrong might be a benefit for the inexperience person that needs to get assistance to fix the problem. This way the forum function will be preserved, but the mod functioning disabled. If a mod goes bad now.....there is no ability to turn off a mod and your board is useless until you get help to fix the malfunctioning mod.

As to your statement about :
Consider a MOD which duplicates a phpBB function with an additional argument. Consider further a second MOD which adds another argument to that same function. You've got a mess if duplication is used, and a two simple MODs if not.


I am not a modder, but this might happen with reg mods if a person is adding a second mod to thier board(at least it happened to me on phpbb2 board). They would need to get help to get the mods to work together from one of the mods authors, to get them to work together anyways.

I see the majority of end users of the phpBB3 software as being users that are not knowledgeable in php. That is the group modders should be developing mods for.
Warning: Stay away from Deck 15 if you don't have security clearance level 6 or above! Unauthorized access is prohibited.
Image
User avatar
Ladysarajane
STG Moderator
STG Moderator
 
Posts: 1962
Joined: 21 Mar 2007, 23:35
Favorite Team: Bengals
Gender: Female
phpBB Knowledge: 5

Re: Safe Mods

Postby A_Jelly_Doughnut » 16 Jun 2007, 23:39

I see the majority of end users of the phpBB3 software as being users that are not knowledgeable in php. That is the group modders should be developing mods for.
I agree with that statement.

But writing MODs such that they don't interfere with each other is the primary tool I have to make the user's job easier. This is a fairly easy task. It does take a little more MOD author time, and does complicate the initial install a bit. Still worth it to me, though.

This idea used to be known as "EMC" before the EasyMOD project sorta petered out. [tangent]I don't know what is going on exactly, but EasyMOD doesn't seem to be moving very quickly any longer. :( Neither Nuttzy nor markus_petrux are on the phpBB team any longer, and the two of them were the largest players in EM development.[/tangent]

/me goes to bed :write:
A_Jelly_Doughnut
phpBB Team Member
phpBB Team Member
 
Posts: 543
Joined: 10 Feb 2007, 14:58
Location: 1- 800 - In - The - USA
Gender: Male

PreviousNext

Return to MODs in Development

Who is online

Users browsing this forum: Sogou [Bot] and 16 guests