291
McNaz
Re: syntax help.
  • 2005/7/21 13:47

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Hi pessi.

Have you tried the HTML equivalent?

<img src="http://www.mydomain.com/images/image.gif" alt="some description"/>



292
McNaz
Re: Which internet-grands use XOOPS?
  • 2005/7/21 9:54

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Quote:
the sites in your signature?


oh yes... very good.



293
McNaz
Re: Which internet-grands use XOOPS?
  • 2005/7/21 9:48

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


If there is one thing I would wish for in phpBB or CBB forums is a feature that would let me ignore posts from certain people.

LazyBadger's "amusing" posts would be my top most on that list. I am sure many others would also share this sentiment and I look forward to the day you move on to "badger" another community such as Drupal's. I am sure they would love to have you there... who wouldn't.



294
McNaz
Re: brand new to the site!
  • 2005/7/20 15:16

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Check out this XOOPS FAQ page. The XOOPS FAQ is your friend.

I cannot stress this more to new XOOPS users as you will 9/10 times find all your questioned asked and answered there already.



295
McNaz
Re: turning on logging, or debug?
  • 2005/7/19 16:00

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


XOOPS Faq is your friend. Check out this FAQ.



296
McNaz
Re: WhiteSpace issue
  • 2005/7/19 8:46

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Quote:
Btw. I have tried looking at dotnetnuke


Shudders.... sounds like an abomination to me!!



297
McNaz
Re: Edituser.php problem!!Please! it is urgent!
  • 2005/7/18 14:58

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Without supplying any detailed information on error codes etc there is not much that can be done. No we can't read the server's mind and spamming this forum doesn't help either.



298
McNaz
Re: Change my Xoops page look?
  • 2005/7/18 12:31

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Also read Xoops Faq Section. Generally it is a good idea to go there as the FAQ answers many questions that have been asked before.



299
McNaz
Re: WF-downloads problem - headers already sent
  • 2005/7/15 8:34

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


I have found that this usually occurs when there is a blank space or extra lines outside of the <?php?> tags. Sometimes this is impossible to find and the best way is to use PHP's

headers_sent($filename$linenum));


function. Look through you wf-downloads code to where the download is initiated and add the following just before that:

if (headers_sent($filename$linenum)) {
   echo 
"Headers already sent in $filename on line $linenum";
}


This should pinpoint exactly where you whitespace is.

HTH.



300
McNaz
Re: I found some bugs in xoopssecurity class
  • 2005/7/14 16:48

  • McNaz

  • Just can't stay away

  • Posts: 574

  • Since: 2003/4/21


Quote:
test === and I learn that === has the same meaning with ==.


I dont think == is the same as ===

AFAIK :

== : equals to
=== : identical to




TopTop
« 1 ... 27 28 29 (30) 31 32 33 ... 37 »



Login

Who's Online

82 user(s) are online (47 user(s) are browsing Support Forums)


Members: 0


Guests: 82


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