1
LindaAtl
Agenda-X Mini Calendar
  • 2006/6/17 14:00

  • LindaAtl

  • Just popping in

  • Posts: 17

  • Since: 2006/4/23


I've seen a few postings about some of these issues but haven't found a solution that worked for me. I'm looking to edit the mini calendar in Agenda-X.

I need to completely remove the Agenda-X logo with link and eliminate the space it takes up.

I'd also like to rename the block to read calendar rather than minical.

The last thing I need to change is how the date is formatted. I'd like to use dashes instead of periods and list the year after the month and day.

Site: www.townloafer.com

All help is soooo much appreciated!

Thanks,
Linda

2
iHackCode
Re: Agenda-X Mini Calendar

i think the image for that block can be changed in the properites of that block and in there you can also change the name of the block. (blocksadmin-- (find the block.... and click edit.))

for changing the periods to dashes in the date, will require modifying (agendax/blocks/minical.php)

look for $date , depending on where the date is shown or how the formatting is the script formats the date.. like

$date = $m.'.'.$d.'.'.$y;

just change the . to -
like

$date = $m.'-'.$d.'-'.$y;

only change the . in the ' '

*#A Note#*
-I Havent Used Agenda-X In A While So. I Might Be Wrong.
CBB / LatestNews / Publisher / XM-Spotlight

(ノ◕ヮ◕)ノ*:・゚✧

3
LindaAtl
Re: Agenda-X Mini Calendar
  • 2006/6/17 15:15

  • LindaAtl

  • Just popping in

  • Posts: 17

  • Since: 2006/4/23


I entered into minical block - modify - and was able to disable the Agenda-X logo in the minical as well as change the name. (Not sure why I didn't see that before!)

I will work on changing the date formats tomorrow and will post my results.

Thanks a million for your help, Bandit-X!

Linda

4
LindaAtl
Re: Agenda-X Mini Calendar
  • 2006/7/23 14:11

  • LindaAtl

  • Just popping in

  • Posts: 17

  • Since: 2006/4/23


I finally got a chance to work on the date format and the directions you provided worked like a charm. Thanks, Thanks, Thanks!

5
LindaAtl
Re: Agenda-X Mini Calendar
  • 2006/7/23 14:21

  • LindaAtl

  • Just popping in

  • Posts: 17

  • Since: 2006/4/23


I finally got a chance to work on the date format and the directions you provided worked like a charm. Thanks, Thanks, Thanks!

Login

Who's Online

117 user(s) are online (69 user(s) are browsing Support Forums)


Members: 0


Guests: 117


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits