Welcome, Guest. Please Login or Register.
May 09, 2025, 11:30:58 PM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  mod ID « previous next »
Pages: 1 [2] Reply Ignore Print
Author Topic: mod ID  (Read 937 times)
Dude
Guest
Re:mod ID
« Reply #15 on: January 12, 2003, 10:18:45 PM »
Reply with quote

Quote from: [Unknown] on January 12, 2003, 09:44:53 PMWhich, at least in those projects I work on, eventually leads to bugless, or NEARLY bugless code.

I admit you are right, but sometimes it's hard to decide what discretion to use to properly release a new version.  Perhaps you should note some bugs that you think should be taken care of.... if, that is, you think it is ever so buggy.

-[Unknown]

I really don't care how buggy or bug free 1.5.x is. I am using 1.4.1* and will for the time being. The major bug in 1.4.1 in my opinion is the cookies. All the rest are cosmetic or os related. And on my board I have fixed or forgot about most of them.

As far as knowing when to release a new version whoever is in charge should know that a week or less of testing just ain't gonna make it.  btw, glad you're taking your time with the bugfix.
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:mod ID
« Reply #16 on: January 12, 2003, 10:44:41 PM »
Reply with quote

Actually cookies are more broken in 1.5.0 then in 1.4.1 in my opinion. :D
Logged
[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:mod ID
« Reply #17 on: January 12, 2003, 11:24:10 PM »
Reply with quote

Quote from: Gobalopper on January 12, 2003, 10:44:41 PMActually cookies are more broken in 1.5.0 then in 1.4.1 in my opinion. :D

I agree.  Now, to fix that.....

-[Unknown]
Logged
Gobalopper
Mod Team
YaBB God
*****
Posts: 993


Cookie Monster

WWW
Re:mod ID
« Reply #18 on: January 12, 2003, 11:49:22 PM »
Reply with quote

Well I would hope it is in 1.5.1. Although I just now found out that ever since 1.3 or earlier the code that sets the password after modifying the profile has been wrong. :)

So I would say cookies in general suck.
Logged
bart
Guest
Re:mod ID
« Reply #19 on: January 13, 2003, 12:20:20 PM »
Reply with quote

Quote from: old dan on January 12, 2003, 09:13:57 PMSorry about the wrist. :( Bet it kinda makes it hard to type. ;) Personally I try to stay away from any sport that has snow involved. ;D

And thanks for the nice words about my site. And yes, it does make me more likely to make the mod. ;D

It is realy hard to type, but i'll get use to it.. ;)

And don't make you feel more likely to make the mod just because I said nice things about your site. I just likt the combination of colours and how you modified your forum.

In my opinion: Why upgrade your board while your old board works fine and fast :D
Logged
irbrian
Sr. Member
****
Posts: 489


I create. Therefore I am.

brian@inverse-reality.com WWW
Re:mod ID
« Reply #20 on: January 13, 2003, 05:31:01 PM »
Reply with quote

In the world of technology, there are two schools of thought: The "If it Ain't Broke Don't Fix It" people and the "Need More Power!" people.

Bart and Dan seem to be of the first, whereas I most definitely fall into the second category. ;D
Logged

Imparting great wisdom daily to those who will mistake my words as such.
Dude
Guest
Re:mod ID
« Reply #21 on: January 13, 2003, 06:11:48 PM »
Reply with quote

Quote from: irbrian on January 13, 2003, 05:31:01 PMIn the world of technology, there are two schools of thought: The "If it Ain't Broke Don't Fix It" people and the "Need More Power!" people.

There are more than two :) I'll use cars as an analogy. Some folks buy a new car every year. Others take theirs to the mechanic and keep it for a few years. Others like me, spend a lot of time adding improvements and even take the features from the new car, improve them and add them to their 'old' car.

There are also a lot of folks who don't want or need the 'more' power of the latest version.

There are also those who think they have to have to upgrade, just because it's the latest and greatest. That whole idea was perfected by Microsoft and others. It's one of the reasons a word processor takes 20mb of space on your hard drive. ::) More features do not always equate to more power.

Two of my favorite examples, 'new' coke and anything that's 'new and improved'. 'new' coke needs no explanation. But my question is how can anything be new and improved? Isn't that an oxymoron, like military intelligence or jumbo shrimp?
Logged
Dude
Guest
Re:mod ID
« Reply #22 on: January 13, 2003, 06:21:33 PM »
Reply with quote

Quote from: Bart on January 13, 2003, 12:20:20 PMAnd don't make you feel more likely to make the mod just because I said nice things about your site. I just likt the combination of colours and how you modified your forum.

I was joking. ;D

Quote from: Bart on January 13, 2003, 12:20:20 PMIn my opinion: Why upgrade your board while your old board works fine and fast :D




to get back on topic, had an idea about the quotes. How about two quote buttons, one would quote the entire message, the other only quote the original? Is that clear and/or desired?
Logged
bart
Guest
Re:mod ID
« Reply #23 on: January 14, 2003, 09:49:16 AM »
Reply with quote

Compuart said:

Look for these lines in post.php:


     $form_message = "[quote author=$mname link=board=$currentboard;threadid=$threadid;start=$start#$quotemsg date=$mdate]\n$form_message\n[/quote]";
Add before:

     $form_message = preg_replace("-\n*\[quote([^\\]]*)\]((.|\n)*?)\[/quote\]([\n]*)-", '', $form_message);
      $form_message = preg_replace("/\n*\[\/quote\]\n*/", '', $form_message);


There is not yet a way to turn it on and off but it is a begin i think. (old dan? ;))
Logged
bart
Guest
Re:mod ID
« Reply #24 on: January 14, 2003, 10:23:32 AM »
Reply with quote

The code works, i tested it so thats great! :D
Logged
Dude
Guest
Re:mod ID
« Reply #25 on: January 15, 2003, 09:53:43 AM »
Reply with quote

Quote from: Bart on January 14, 2003, 09:49:16 AMCompuart said:

Look for these lines in post.php:


     $form_message = "[quote author=$mname link=board=$currentboard;threadid=$threadid;start=$start#$quotemsg date=$mdate]\n$form_message\n[/quote]";
Add before:

     $form_message = preg_replace("-\n*\[quote([^\\]]*)\]((.|\n)*?)\[/quote\]([\n]*)-", '', $form_message);
      $form_message = preg_replace("/\n*\[\/quote\]\n*/", '', $form_message);


There is not yet a way to turn it on and off but it is a begin i think. (old dan? ;))

this should work. In display.php look for
      print "$menusep<a href=\"$cgi;action=post;threadid=$viewnum;quote=$mid;title=" . URLencode($txt[116]) . ";start=$start\">" . $img[replyquote] . '</a>';

and add after
      print "$menusep<a href=\"$cgi;action=post;threadid=$viewnum;quote=$mid;title=" . URLencode($txt[116]) . ";start=$start;quotetype=\"1\"\">" . $img[replyquote2] . '</a>';

Then in post.php change
global $sourcedir;
to
global $sourcedir, $quotetype;

then change

     $form_message = preg_replace("-\n*\[quote([^\\]]*)\]((.|\n)*?)\[/quote\]([\n]*)-", '', $form_message);
      $form_message = preg_replace("/\n*\[\/quote\]\n*/", '', $form_message);

to

     if ($quotetype == 1)
      {
        $form_message = preg_replace("-\n*\[quote([^\\]]*)\]((.|\n)*?)\[/quote\]([\n]*)-", '', $form_message);
        $form_message = preg_replace("/\n*\[\/quote\]\n*/", '', $form_message);      
      }

you will also have to add
$img['replyquote2']
to english.lng (translate to your language if you have to)
with the corresponding text (selective quote) and/or graphic. Said graphic you will have to make yourself. You really don't want me to do it :)

And that should do it. Keep in mind, none of this has been tested.
Logged
bart
Guest
Re:mod ID
« Reply #26 on: January 15, 2003, 03:50:20 PM »
Reply with quote

Think it will work, sorry can't test it, my host is now defenitly down (for ever!) So I'm searching for a new host :)
Logged
Dude
Guest
Re:mod ID
« Reply #27 on: January 16, 2003, 08:18:37 AM »
Reply with quote

Bumper :(
If you're looking for a good host I've been on Rochen Host for awhile now and haven't had any problems at all.

I'll try the code out myself, hopefully this weekend. I'm cutting some lead guitar tracks right now. 8)
Logged
Pages: 1 [2] Reply Ignore Print 
YaBB SE Community  |  Development  |  Mod Ideas and Creation  |  mod ID « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.016 seconds with 20 queries.