Sub Menu
Links Menu
Online Users

In total there are 654 users online :: 2 registered, 0 hidden and 652 guests

Most users ever online was 1091 on Wed Aug 16, 2023 5:27 pm

Registered users: Bing [Bot], Majestic-12 [Bot] based on users active over the past 60 minutes

Integramod2 now KisMod!

General discussion of anything. Discuss a topic in and out of IntegraMOD

Moderator: Integra Moderator

Re: Integramod2 now KisMod!

PostAuthor: Rixn » Wed Oct 18, 2006 12:45 pm

Maybe this image can be useful?

[flash=,:33wnxd2g]http://www.dagame.nu/Test/KisMod.gif[/flash:33wnxd2g]
Last edited by Rixn on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr]Lars Eriksson
Information Designer
lars@rixn.se
[url=http]The DaGame Project[/url]
User avatar
Rixn
Members
Members
 
Posts: 44
Likes: 0 post
Liked in: 0 post
Joined: Sun May 07, 2006 5:33 am
Cash on hand: 0.00
Location: Stockholm

PostAuthor: Michaelo » Wed Oct 18, 2006 1:49 pm

Nice one Lars... What do you think H? <img>
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

PostAuthor: Solomon » Wed Oct 18, 2006 2:32 pm

Simple? Can someone give me an example of some CMS software that is considered not-so simple?
Last edited by Solomon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr]

Solomon
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 8:22 am
Cash on hand: 0.00

PostAuthor: evolver » Wed Oct 18, 2006 2:37 pm

"Dioncecht";p="16734" wrote:By the way, someone closed a <table> tag somewhere on the Post page so if you hit Post A Reply, it's all jacked up...

It's because of the [web]-bbcode...
This can solve it:
http://integramod.com/forum/viewtopic.php?p=13783#13783
It's my solution for a flexible webtag, but here is how to fix it without flexible webtag for the posting-display only:
Code: Select all
##-----[ OPEN ]------------------------------------------#  includes/topic_review.php  ##-----[ FIND ]------------------------------------------#            $bbcode_uid = $row['bbcode_uid'];  ##-----[ AFTER, ADD ]------------------------------------------#            $message = preg_replace("#[web]#si", '[align=center:'.$bbcode_uid.'][size=99px]( ', $message);          $message = preg_replace("#[/web:$bbcode_uid]#si", ' )[/size][/align:'.$bbcode_uid.']', $message);  ##-----[ SAVE/CLOSE/UPLOAD ALL FILES ]------------------------------------------## EoM

Webtags are Iframes
Topic Review is also an Iframe
An Iframe within an Iframe can cause this kind of trouble...
Last edited by evolver on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
ImageAlways remember you're unique, just like everyone else.
We are born naked, wet and hungry. Then things get worse.
Don't take life too seriously, you won't get out alive.
User avatar
evolver
Sr Integra Member
Sr Integra Member
 
Posts: 420
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 12:46 pm
Cash on hand: 0.00
Location: Oostende

PostAuthor: evolver » Wed Oct 18, 2006 2:49 pm

Keep It Simple MODification
"Solomon";p="16752" wrote:Simple? Can someone give me an example of some CMS software that is considered not-so simple?

Then maybe better:
Keep it simple MODified ?

or maybe even better:
Keep it simply MODified ?

Because that's what it's about...
It is simple, because modifications have already been done for you.

Or maybe GISMOD ...lol <img>
Get It Simply MODified
Last edited by evolver on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
ImageAlways remember you're unique, just like everyone else.
We are born naked, wet and hungry. Then things get worse.
Don't take life too seriously, you won't get out alive.
User avatar
evolver
Sr Integra Member
Sr Integra Member
 
Posts: 420
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 12:46 pm
Cash on hand: 0.00
Location: Oostende

Re: Integramod2 now KisMod!

PostAuthor: Solomon » Wed Oct 18, 2006 4:45 pm

Simple until the next hacking spree.

Simple until you want to install custom mods.

Simple until the next phpBB update and you cant use the pre-modded files because you have custom mods installed.

Keep it Stock Modified or its not going to be Keep it Simply Modified anymore.

I dunno, maybe I am just a noob <img> but I dont find all this stuff that simple all the time.
Last edited by Solomon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr]

Solomon
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 8:22 am
Cash on hand: 0.00

PostAuthor: Helter » Wed Oct 18, 2006 6:04 pm

"thatjoeguy";p="16747" wrote:
"Dioncecht";p="16734" wrote:By the way, someone closed a <table> tag somewhere on the Post page so if you hit Post A Reply, it's all jacked up...


Doing that when you hit QUOTE, too.

"Dioncecht";p="16734" wrote:Would there be a possibility of a 'pre-release' for those of us like myself who are not upgrading but starting all over again from scratch? Just the install without the upgrade script?


I'd really like this as well, as I'm converting over from Nuke...


it is not a missing tag, it is a bug in the [web] bbcode display. evolver has already added the fix to the .svn. I just havent added it here yet
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

Re: Integramod2 now KisMod!

PostAuthor: Fubie » Wed Oct 18, 2006 8:22 pm

"Solomon";p="16756" wrote:Simple until the next hacking spree.

Simple until you want to install custom mods.

Simple until the next phpBB update and you cant use the pre-modded files because you have custom mods installed.

Keep it Stock Modified or its not going to be Keep it Simply Modified anymore.

I dunno, maybe I am just a noob <img> but I dont find all this stuff that simple all the time.



Thanks for the optimism.
Last edited by Fubie on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://www.myhorrorstories.com/files/bannerexchange.gif[/img][/url]

[url=http][img=left]http://www.fubie.net/images/geekstufflarge.jpg[/img][/url]

Fubie
Dev Team
Dev Team
 
Posts: 742
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 6:52 pm
Cash on hand: 0.00

Re: Integramod2 now KisMod!

PostAuthor: Michaelo » Wed Oct 18, 2006 8:39 pm

What I mean by simple, this should provide some clarification... [url=http]It can be simple[/url]

AND

The 'Keep It Simple' MOD method which allows for editing of the core files (php or theme htm) while allowing updates to go smoothly (fairly smoothly) is... (taken from another post)

Ideas for the future... phpBB3 and New Portal


How can I add code to the core without affecting the core?

Simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ examine the following php codeà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

Code: Select all
 ÃƒÆ’ ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦  if ( mod_installed(mod_name) ){     this section will contain the original code with mod edits}else{     à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦     this section will contain the original code no edits     à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦}à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦  

No need for the usual line of explanation hereà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ its really simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦


Ah! But I have edited the core here! Not reallyà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ you have added to it without affecting it. If you run an update script on this file such as SVN update your code will remain and only the original code will be updatedà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ If you need to update the file itself use something like winmerge to do the edits...


In a html file
Simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ examine the following html codeà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

Code: Select all
 <IF>     code plus your mod edits<ELSE>     code without your mod edits i.e. original code untouched <ENDIF>  

No need for the usual line of explanation hereà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ its really simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦


This is only for mods that must edit the core... The majority of well written mods will not require core editing... (I hope)

A real example... Actual edit to the index.php using kiss portal (kismod). Note this is the only edit to the file...
Code: Select all
 define ('KISS_INSTALLED', true);define('IN_PHPBB', true);$phpbb_root_path = './';$phpEx = substr(strrchr(__FILE__, '.'), 1);include($phpbb_root_path . 'common.' . $phpEx);include($phpbb_root_path . 'includes/functions_display.' . $phpEx);  if(KISS_INSTALLED)     include_once($phpbb_root_path . 'includes/blocks_main.' . $phpEx);    

Mike
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

Re: Integramod2 now KisMod!

PostAuthor: Solomon » Thu Oct 19, 2006 5:31 am

"Fubie";p="16759" wrote:
"Solomon";p="16756" wrote:Simple until the next hacking spree.

Simple until you want to install custom mods.

Simple until the next phpBB update and you cant use the pre-modded files because you have custom mods installed.

Keep it Stock Modified or its not going to be Keep it Simply Modified anymore.

I dunno, maybe I am just a noob :roll:


"Michaelo";p="16760" wrote:What I mean by simple, this should provide some clarification... [url=http]It can be simple[/url]

AND

The 'Keep It Simple' MOD method which allows for editing of the core files (php or theme htm) while allowing updates to go smoothly (fairly smoothly) is... (taken from another post)

Ideas for the future... phpBB3 and New Portal


How can I add code to the core without affecting the core?

Simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ examine the following php codeà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

Code: Select all
 ÃƒÆ’ ¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦  if ( mod_installed(mod_name) ){     this section will contain the original code with mod edits}else{     à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦     this section will contain the original code no edits     à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦}à¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦  

No need for the usual line of explanation hereà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ its really simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦


Ah! But I have edited the core here! Not reallyà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ you have added to it without affecting it. If you run an update script on this file such as SVN update your code will remain and only the original code will be updatedà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ If you need to update the file itself use something like winmerge to do the edits...


In a html file
Simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ examine the following html codeà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦

Code: Select all
 &lt;!-- IF module_name --&gt;     code plus your mod edits&lt;!-- ELSE --&gt;     code without your mod edits i.e. original code untouched &lt;!-- ENDIF --&gt;  

No need for the usual line of explanation hereà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦ its really simpleà¢Ãƒ ¢Ã¢â‚¬Å¡Ã‚ ¬Ãƒâ€šÃ‚ ¦


This is only for mods that must edit the core... The majority of well written mods will not require core editing... (I hope)

A real example... Actual edit to the index.php using kiss portal (kismod). Note this is the only edit to the file...
Code: Select all
 define ('KISS_INSTALLED', true);define('IN_PHPBB', true);$phpbb_root_path = './';$phpEx = substr(strrchr(__FILE__, '.'), 1);include($phpbb_root_path . 'common.' . $phpEx);include($phpbb_root_path . 'includes/functions_display.' . $phpEx);  if(KISS_INSTALLED)     include_once($phpbb_root_path . 'includes/blocks_main.' . $phpEx);    

Mike

I appreciate the time you spent explaining this to me. <img>
Last edited by Solomon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr]

Solomon
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 8:22 am
Cash on hand: 0.00

Re: Integramod2 now KisMod!

PostAuthor: found it » Thu Oct 19, 2006 6:32 am

The name is fine ..the product is fantastic...

enough said....

:mrgreen:
Last edited by found it on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http]themes.[/url]
http://www.founditforum.com :: [url=http]Joining people together[/url]

[url=http][img=left]http://www.bbful.com/bbful_banner2.png[/img][/url]
User avatar
found it
Dev Team
Dev Team
 
Posts: 792
Likes: 0 post
Liked in: 0 post
Joined: Mon Mar 27, 2006 3:29 am
Cash on hand: 0.00

Re: Integramod2 now KisMod!

PostAuthor: Solomon » Thu Oct 19, 2006 2:12 pm

"found it";p="16772" wrote:enough said....

Almost, one last thing :?:

...and if the name KisMod is final, then I think Rixn's logo would be superb for this project.
Last edited by Solomon on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[hr]

Solomon
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat May 20, 2006 8:22 am
Cash on hand: 0.00

PostAuthor: Michaelo » Thu Oct 19, 2006 6:12 pm

Once we have finished 1.4.1 and released it as RC1/Final we will look into releasing a beta of KisMod, of course this will be to Beta Testers... for use only on a test site...

It will be quite a while before KisMod is a functional as IntegraMod 1.4.1...

Mike
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

Re: Integramod2 now KisMod!

PostAuthor: Drop-Forged » Thu Oct 19, 2006 8:05 pm

Ok, so the release weve all been waiting for is going to be called Integramod version 141??? <img>
Last edited by Drop-Forged on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
[url=http][img=left]http://www.christiansoldiers.com/Sig/sig.png[/img][/url]
[url=http]Free IntegraMod 141 Themes at webhutch.net[/url]

Drop-Forged
Integra Member
Integra Member
 
Posts: 167
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 7:07 pm
Cash on hand: 0.00

PostAuthor: Michaelo » Thu Oct 19, 2006 8:56 pm

Different people are waiting on different things... Several providers are updating to php5 forcing people to update to IntegraMod 1.4.1, other require security fixes, updates and bug fixes these are waiting for IntegraMod 1.4.1

Because of the confusion involved in the renaming of our version of IntegraMod people are confused as I am... To my knowledge the code name will be e-Tegra.. Lets wait and see <img>

Some confusion re KisMod must be cleared up at this point... KisMod is the code name for the next release of IntegraMod powered by phpBB3 and the Kiss Portal...
Last edited by Michaelo on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Kiss Portal Engine phpbbireland (status: Released)
User avatar
Michaelo
Administrator
Administrator
 
Posts: 1646
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 5:14 pm
Cash on hand: 0.00
Location: Dublin, Ireland

PreviousNext

Return to General Discussion

Who is online

Registered users: Bing [Bot], Majestic-12 [Bot]

cron