1
bitkid
Re: How to show things only if the user is admin, registered or webmaster?
  • 2005/3/23 15:28

  • bitkid

  • Just popping in

  • Posts: 4

  • Since: 2003/9/12


Put it into a block that is only visible by webmasters.



2
bitkid
Re: i need some fresh eyes and/or a guru :)
  • 2005/3/23 13:53

  • bitkid

  • Just popping in

  • Posts: 4

  • Since: 2003/9/12


You need to pass it to the function like this:

function saveEvent($eid = null) {

then inside the function check if it set to something else than null like this:

if (eid != null) {

last you need to send $eid to the saveEvent function when you have it. Something like this:

isset($_POST['eid'])?saveEvent(intval($_POST['eid'])):saveEvent();

Something like that :)



3
bitkid
Re: 3 Full-time developers
  • 2003/9/23 6:40

  • bitkid

  • Just popping in

  • Posts: 4

  • Since: 2003/9/12


Hi there.

Just wanted to say hi. I'm one of the 3 developers who are doing a lot of XOOPS work over the next couple of years.

I'm looking forward to working with you all.




TopTop



Login

Who's Online

188 user(s) are online (90 user(s) are browsing Support Forums)


Members: 0


Guests: 188


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