11
skippern
Re: If xoops is admin?
  • 2006/1/25 12:08

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


I tried and failed...

I want this string to be visible only for admins, how?

<a href='".XOOPS_URL."/modules/tinyevent/submit.php'><img src='".XOOPS_URL."/images/rubriker/kalender2.gif'></a>



12
skippern
Re: If xoops is admin?
  • 2006/1/25 12:02

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


Absolutely incredible! The support and help can´t be better then in the XOOPS community!! Thanks!



13
skippern
If xoops is admin?
  • 2006/1/25 11:50

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


Hi!

I have a problem I hope someone can help me with. In an modules template (html) I can write this line <{if $xoops_isadmin == 1}> etc. My question is, can I write the same in an php page if I only want the admin to see (for an example) a link, or do I have to write something else? Or is it impossible?



14
skippern
A simple question
  • 2006/1/23 22:54

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


This Who´s online block (I think it´s a hack or a new block), where can I find it?

Resized Image



15
skippern
Re: Invalid Session using SPAW
  • 2005/12/28 20:39

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


I have the exact same problem, invalid session when using tinyD and spaw. Can anyone help me/us? Have looked for an answer on Peak XOOPS (the man behind tinyD) but without any luck.

Please!



16
skippern
Re: More than one module on start page?
  • 2005/12/20 7:35

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


Instead of using two modules you can use two blocks. Both the weblog and news module has blocks who can show the recent news/logs.



17
skippern
Re: Blog style commenting in xoops.
  • 2005/12/15 7:31

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


A good question, I´m also wondering if this is possible? Don´t really like the comments function as it is today. You can deside if the comments should be active or not, why don´t have an option to deside how the comment layout should look - as it is today or the comments fields direct under the news, the blog etc.



18
skippern
Re: What is wrong?
  • 2005/12/7 12:34

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


Impressing support!

Okej, here comes some more...
Apache 1.3.33
PHP 4.3.11
MySql 4.0.25
Xoops 2.0.13.2
Module (Uploader) 1.1

From line 221 index.php


$fp = fopen("$uploads_path/$$$.dlcnt","w+"); // write counter file
fwrite($fp, $time, 100); // write back
fclose($fp);
}
}

function DeleteFilesByList($list)
{
global $uploads_path;
$list=str_replace("\x0D","",$list);
$list=str_replace("\x0A",";",$list);
$filenames=explode(";",$list);
$i = 0;
while ($i < count($filenames))
{
if ($filenames[$i] != "")
{
DeleteFile("$uploads_path/" . $filenames[$i]);
}
$i++;

Need more???? THANKS AGAIN!!!



19
skippern
What is wrong?
  • 2005/12/7 10:16

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


Hi again

I have a problem with the Uploader module. Have tried to contact the person behind this module without any luck. Hope someone can help me instead.

When I go to the module, click on the link, this text apears in top of the page.

Warning: fopen(/home/mmpronu/public_html/pbk/modules/uploader/filer/$$$.dlcnt): failed to open stream: Permission denied in /home/mmpronu/public_html/pbk/modules/uploader/index.php on line 221

Warning: fwrite(): supplied argument is not a valid stream resource in /home/mmpronu/public_html/pbk/modules/uploader/index.php on line 222

Warning: fclose(): supplied argument is not a valid stream resource in /home/mmpronu/public_html/pbk/modules/uploader/index.php on line 223

What is wrong? Do you need more info to help me?



20
skippern
Correct me if I´m wrong!
  • 2005/12/7 0:19

  • skippern

  • Just popping in

  • Posts: 27

  • Since: 2005/12/5


I think I have read, somewhere, that the Content module can be cloned easy (like TinyD). Correct me if I´m wrong.




TopTop
« 1 (2) 3 »



Login

Who's Online

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


Members: 0


Guests: 183


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