Welcome, Guest. Please Login or Register.
April 26, 2024, 11:26:06 AM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done] Calendar Mod [Ver 1.4] « previous next »
Pages: 1 ... 6 7 [8] 9 10 ... 23 Reply Ignore Print
Author Topic: [Done] Calendar Mod [Ver 1.4]  (Read 148256 times)
The Engineer
Sr. Member
****
Posts: 313


I'm the Dude, man!

ICQ - 156273462 WWW
Re:[Beta] Calendar Mod [New Ver 1.2]
« Reply #105 on: May 08, 2002, 11:59:53 AM »
Reply with quote

Quote from: Myiasis on May 08, 2002, 10:50:13 AMI didn't get this in yet because I'm still not sure how I want to implement it. However, with the feature to create an event based off an already existing message, you can link the same message to multiple days on the calendar. It's not as easy as just entering the span, but you can do this to get by until I get something in if you need it.

Yes, I was going to mention this. Works great, keep up the good work  ;)

* The Engineer .
Logged

Who is the more foolish.. The fool or the fool who follows it...
Help cure Cancer, Join the YaBB SE UD Team !
PHX
Noobie
*
Posts: 47


Bad Ass Mothercrappity smacker!

ICQ - 63918674Phyrexia@hotmail.com WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #106 on: May 09, 2002, 01:07:39 AM »
Reply with quote

I made another mod , this time is for put an image on each day , like teh image from the guy who is of birthday or any other picture :)

screenshot


Modiffy Calendar.php

search-----
   global $ID_MEMBER, $txt, $yytitle, $mbname;
replace------
   global $ID_MEMBER, $txt, $yytitle, $mbname, $dia;

search-----
      print "<td class=\"windowbg\" width=\"14%\" align=\"center\">$day</td>";
   }
   print "</tr>";
add after-----
$dia=1;
$dia=($nRow*7)+$nCol-$nShift+1;
search-----
         print "<td class=\"windowbg\" valign=\"top\" height=\"100\">";

replace--
         print "<td class=\"windowbg\" valign=\"top\" height=\"100\"".'background="http://www.domain.com/'.$dia.$monthp1.$year.'.jpg">';


The pics are daymonthyear.jpg like 852002.jpg for today


Hope u enjoy my second mod :)
Logged

. : : Phyrexia : : .
Jedi Master

ICQ#: 63918674
MSN: [email protected]

Email: [email protected]
Hypocrite
YaBB God
*****
Posts: 692


For To End Yet Again

dimmuh@gmx.net WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #107 on: May 10, 2002, 10:15:48 AM »
Reply with quote

Is there an estimate when the final version of this mod will be out? I would like to install the mod when its done and not install the beta version :)
Logged
Myiasis
Full Member
***
Posts: 178


I'm a llama!

Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #108 on: May 10, 2002, 11:07:18 AM »
Reply with quote

Quote from: Hypocrite on May 10, 2002, 10:15:48 AMIs there an estimate when the final version of this mod will be out? I would like to install the mod when its done and not install the beta version :)

I'm not really sure.  The only thing I really have left on my "todo" list is to let you post events that span multiple days, but that you can even do currently by linking existing messages to new calendar events.

There aren't any bugs in it that I'm aware of if you want to give it a shot. I haven't had any reports of bugs from the first version, although I did find one while doing some other stuff. If you are just worried about the stability of it I don't think there is reason for concern.

I mostly just called it beta to start with because I was the only person who had tested it at that point. I'd been running it on my site for several weeks prior to that without mishap.

That's not to say there aren't any bugs, just none that have been brought to my attention. ;)

As for upgrading to the different versions I try to keep that as detailed as possible in the readme file listing the steps you need to take to go from one version to the next. The .mod file has comments of what has been added from the various versions to make life a little easier when updating.

I'm not sure when I'll get to the making of the events span multiple days. I haven't had a lot of free time lately and since there is a viable work around for doing that it hasn't been a real high concern. I will get it in, but it may be a 3 or 4 days before I get the time to take care of it.
Logged
Ironman
Guest
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #109 on: May 11, 2002, 05:08:23 PM »
Reply with quote

Hey, I just installed the Smiley Mod on my BOARD.
Before Installation it was a Fresh Board.
After I installed the Smiley Thing, I installed the calendar mod with Board ModSE and there came up no problems.

My Result: Yo can combinate those 2 Mods wonderful.  ;)
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #110 on: May 11, 2002, 05:58:08 PM »
Reply with quote

Quote from: PHX on May 09, 2002, 01:07:39 AMI made another mod , this time is for put an image on each day , like teh image from the guy who is of birthday or any other picture :)

screenshot


Modiffy Calendar.php

search-----
   global $ID_MEMBER, $txt, $yytitle, $mbname;
replace------
   global $ID_MEMBER, $txt, $yytitle, $mbname, $dia;

search-----
      print "<td class=\"windowbg\" width=\"14%\" align=\"center\">$day</td>";
   }
   print "</tr>";
add after-----
$dia=1;
$dia=($nRow*7)+$nCol-$nShift+1;
search-----
         print "<td class=\"windowbg\" valign=\"top\" height=\"100\">";

replace--
         print "<td class=\"windowbg\" valign=\"top\" height=\"100\"".'background="http://www.domain.com/'.$dia.$monthp1.$year.'.jpg">';


The pics are daymonthyear.jpg like 852002.jpg for today


Hope u enjoy my second mod :)

Tried this, but the strings are not from the latest Calendar.php I guess....they are different......so what to do ?!
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
BloodThirsty229
Guest
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #111 on: May 11, 2002, 06:12:10 PM »
Reply with quote

I tried installing Calendar mod but it won't show up at all. I did everything that had to be done in MySQL. I guess I must of done something wrong. Is there suppose to be options in the settings? because if so then I must of screwed up because it isn't there. I also have the Add Smilies Mod and the Global Moderator Centre mod installed, could those be causing the problem?
Logged
Myiasis
Full Member
***
Posts: 178


I'm a llama!

Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #112 on: May 11, 2002, 06:39:57 PM »
Reply with quote

Quote from: BloodThirsty229 on May 11, 2002, 06:12:10 PMI tried installing Calendar mod but it won't show up at all. I did everything that had to be done in MySQL. I guess I must of done something wrong. Is there suppose to be options in the settings? because if so then I must of screwed up because it isn't there. I also have the Add Smilies Mod and the Global Moderator Centre mod installed, could those be causing the problem?

Yes, there are a bunch of options that should show up in the "Installed Mods Settings" area. If you aren't seeing the options, you must have missed the changes in ModSettings.php. If you aren't seeing the prompts, maybe you forgot the language file changes? If the settings are not saving/loading, the "cal_" rows are probably missing from the settings table. If the options ARE there, is it enabled?

How did you install the mod? By hand or let Boardmod do it? If you have those other mods installed, you may have to do some of it by hand if it can't match all the text.
Logged
BloodThirsty229
Guest
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #113 on: May 11, 2002, 07:25:17 PM »
Reply with quote

no I don't mean the installed mod settings isnt' showing up, I was talking about if there were suppose to be options inside of the installed mods settings relating to the calendar.

I installed it with BoardMOD and it didn't give me any problems except one which had to do with the english.lng file and it was looking for

if( $MenuType == 1 ) {
   $menusep = ' | ';
   $img['admin'] = $txt[2];
   $img['delete'] = $txt[31];

when it turns out I had this

if( $MenuType == 1 ) {
   $menusep = ' | ';
   $img['admin'] = $txt[2];
   $img['global'] = "Global Moderator";
                $img['delete'] = $txt[31];

which was from the Global Mod Centre mod. So I change it to this

if( $MenuType == 1 ) {
   $menusep = ' | ';
   $img['admin'] = $txt[2];
   $img['delete'] = $txt[31];
   $img['global'] = "Global Moderator";

and BoardMOD found it and installed it.
It didn't seem to screw up anything and all of the Global Moderators on my boards haven't reported any errors and they said everything was working fine.
Logged
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #114 on: May 11, 2002, 07:29:15 PM »
Reply with quote

Mine has an add after, it adds it after admin image, I am guessing yours probably has search and replace and can't find all of those lines because I added my img in there. I would fix this if I where you.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #115 on: May 11, 2002, 08:08:10 PM »
Reply with quote

now, how can I add those table-background-pictures ??
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Myiasis
Full Member
***
Posts: 178


I'm a llama!

Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #116 on: May 11, 2002, 09:18:17 PM »
Reply with quote

I changed the mod file to not conflict with that other mod.
Logged
Webby
Beta Tester
YaBB God
*****
Posts: 829


Some mistakes are too funny to make only once.

ICQ - 9814812webby@salesplaza.nl WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #117 on: May 11, 2002, 09:21:15 PM »
Reply with quote

And what about my question ?
Logged

Webby of salesplaza.nl
The YaBBSE buttongenerator : Click HERE !
Chris Cromer
The Strange One
Mod Team
YaBB God
*****
Posts: 3152


I am just a figment of your imagination.

WWW
Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #118 on: May 11, 2002, 09:29:57 PM »
Reply with quote

Arlight that is good, all of us need to work together and try not to make confilcts with eachother's mods.
Logged

Chris Cromer

I am not suffering from insanity, I am enjoying every minute of it.
lenaP
Jr. Member
**
Posts: 97


Well well...

Re:[Beta] Calendar Mod [New Ver 1.3]
« Reply #119 on: May 12, 2002, 10:41:10 AM »
Reply with quote

I installed the calender mod on a new SE board, and after a smaller problem it works just fine.

Now I have converted an old board from SP 1.1 and triad to install the calender there as well. It works, but I can't allow all members to post. I check the box, but it doesn't save, nest time I look at it it's unchecked.
I've gone through every single line in all the files that are involved, and cant find anything wrong...

Any suggestions?
Logged
Pages: 1 ... 6 7 [8] 9 10 ... 23 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done] Calendar Mod [Ver 1.4] « 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.035 seconds with 20 queries.