1
parnian
how i can show my calendar module in block ?
  • 2007/1/9 7:17

  • parnian

  • Just popping in

  • Posts: 10

  • Since: 2004/12/20


hello
i have one problem . i write a calander module for my XOOPS

site and i want show this calender in block.
but i cant
i red faq (this address])and forum about this but that cant help me.
so i decided write this .
can you help me please .how i can write the block for my

module step by step???



if not do you know how i can contact with XOOPS programmer team?



thanks for your attention

parnian_r@yahoo.com

2
chippyash
Re: how i can show my calendar module in block ?

Not a step by step, but a point in the right direction

From the thread, notice the lines in xoops_version.php

$modversion['blocks'][4]['file'] = "news_top.php";
$modversion['blocks'][4]['show_func'] = "b_news_top_show";
$modversion['blocks'][4]['edit_func'] = "b_news_top_edit";

Go read the news_top.php file (and others like it,) to see how a block is coded.

It's not just a case of putting a few entries in the config file. You actually have to code a couple of functions in a file - a 'show' function (which displays the block on screen) and a an edit function (that allows you to edit the block details in the admin section)

You'll probably find yourself creating a smarty template file as well and making some entries in the language files.

3
parnian
Re: how i can show my calendar module in block ?
  • 2007/1/11 9:10

  • parnian

  • Just popping in

  • Posts: 10

  • Since: 2004/12/20


hi
thanks i did that but it didnt work.it just show the header block like 'user menue' .i create show function and template like search block but it didnt work .
what can i do now?
is this site have any complete document for this?

4
parnian
Re: how i can show my calendar module in block ?
  • 2007/1/14 4:46

  • parnian

  • Just popping in

  • Posts: 10

  • Since: 2004/12/20


would you help me please?

Login

Who's Online

207 user(s) are online (131 user(s) are browsing Support Forums)


Members: 0


Guests: 207


more...

Donat-O-Meter

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

Latest GitHub Commits