71
brash
Re: AMS isnt working.
  • 2005/11/15 23:37

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


You don't need to close the extend tag, and you only need one. All the extend tag does is define what AMS should use as the article introduction. I.E, what ever is before the [extend] tag is used as the article introduction, and whatever is after it is the main body of the article.

If you are using Koivi, then you should not be using the extend tag at all as you should have two seperate text windows when submitting articles. The first one is for the article introduction, and the bottom one is for the main body of the article. You will still need to use the [pagebreak] tag using Koivi if you wish to paginate your article.

How do I submit and article?
IT Headquarters
Innovative IT Solutions



72
brash
Re: (Miths/JKPs) Survey Module Help
  • 2005/11/13 7:39

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


I'm getting the same issue as your here animas with the "You have already replied to this survey" message appearing above the header, but this is not the only one. If I try and access the survey module without any active surveys, then a "Errors
Form inactive" message appears above the header in the same way. Also, if I reorder a survey's questions then a "Survey Reordered" message appears above the system admin icon in the XOOPS admin panel. I've tested this on two different systems, both of which are IIS 6, but one running PHP 4.3.11 and the other is PHP 4.4.0. The behaviour is the same on both.
IT Headquarters
Innovative IT Solutions



73
brash
Re: The problem with xoops is the lack of support
  • 2005/11/12 0:04

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


I think that is probably some pretty good feedback kalpax, and I hope the docs that the others pointed out to you help you out. Having been here for quite a while now I can see that forum based support for the beginner does not seem to be as accessable as when I first joined. In saying that though there are a LOT more tutorials available thanks to people like jdseymour, and carnuke & co have done a great job with the FAQ's. As an old timer I find that I just get really bored with answering the same old questions over and over, so in the ned I just don't do it. This would be helped with your suggestion of more comprehensive documentation, but creating that is dependant on available man power. Over the last few years it seems that there aren't as many people coming up through the ranks who then stick around to help others out either which is probably compounding the issue. Perhaps if it is a point of concern for you could make it your pet project and create some documentation from a beginner for a beginner as you go along. One thing that is hard for more experienced users when creating documentation is being able to view XOOPS through a beginners eyes.


@Fastian

You can't require someone to create documentation, you can only encourage it. This was what was the driving force behind the QA team was...
IT Headquarters
Innovative IT Solutions



74
brash
Re: Comparative Study: Drupal, XOOPS, Joomla, Tikiwiki/Bitweaver, Xaraya, Moodle
  • 2005/11/8 22:08

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Compatibility woth PHP 5.1 will be another thing you'll need to look at lasergazer. With XOOPS it's general not a large wait until the core is brought up to spec, but some of the modules submitted can lag behind a bit, and sometimes never get updated at all. What I am trying to say is that unless you are a coder, or have a budget to burn on hiring a coder, then I would be looking to get the functionality you need as one of your primary selection criteria. If your server is even only of moderate specs and is configured correctly, then speed shouldn't be a huge issue for you unless you are serving 10's of thousands of visitors an hour. I wrote a guide on performance tuning XOOPS on IIS where I got up to a 1000% increase in performance in some cases, with over a 300% increase in successfully served HTTP requests over the default values. All these gains were made without touching a single line of XOOPS code.
IT Headquarters
Innovative IT Solutions



75
brash
Re: Adding banners
  • 2005/11/8 21:49

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Once you get a bit more familiar with XOOPS and being a webmaster mlb160, you may also find this article I wrote to be of interest to you;

Implementing PhpAdsNew into your XOOPS site

PhpAdsNew is the best open source PHP based ads management server there is, and if you wish to start using advertising in any kind of serious way is definitely worth a look.
IT Headquarters
Innovative IT Solutions



76
brash
Re: google adsese
  • 2005/11/8 21:44

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Also, you might like to have a look at the guide I wrote here;

Maximising your Google Ads revenue with Xoops
IT Headquarters
Innovative IT Solutions



77
brash
Re: Running xoops on my XP Pro IIS Server...
  • 2005/11/3 9:52

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


No problem . I see you've discovered IIS-Resources (I am part owner) so you'll always be able to get PHP/IIS help there. If your interested in performance tuning PHP on IIS I have also written a bit of an article on it which can be found here.

Have fun
IT Headquarters
Innovative IT Solutions



78
brash
Re: Running xoops on my XP Pro IIS Server...
  • 2005/11/3 8:51

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Glad you got it . When looking for php.ini PHP will first look in the directory specified in the %PHPRC% variable, and then if nothing is there it will look in the directory specified by the %windir% variable.
IT Headquarters
Innovative IT Solutions



79
brash
Re: Running xoops on my XP Pro IIS Server...
  • 2005/11/3 7:53

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


Have you verified that the MySQL extion is loading? Removing the ";" should be enough, but if there is some other issue with your PHP.ini config (such as extensions path) then it still might not be loading. Type the following into a file and call it something like phpinfo.php and then place it into your XOOPS root.
<?php
phpinfo
();
?>

When you access this file does it say MySQL support is enabled?
IT Headquarters
Innovative IT Solutions



80
brash
Re: Running xoops on my XP Pro IIS Server...
  • 2005/11/3 4:12

  • brash

  • Friend of XOOPS

  • Posts: 2206

  • Since: 2003/4/10


There is nothing wrong with running PHP on IIS, I've been doing it for years and it has been both very fast and very stable. I'm also a Microsoft IIS MVP, so I won't be switching to apache in a hurry .

@ Zaphod

You will be getting that error because you are running PHP5 where the MySQL extension is not loaded by default. Open up your PHP.ini file and find this:
;extension=php_mysql.dll

Once you find that remove the ";" from infront of it and restart IIS.
IT Headquarters
Innovative IT Solutions




TopTop
« 1 ... 5 6 7 (8) 9 10 11 ... 177 »



Login

Who's Online

128 user(s) are online (99 user(s) are browsing Support Forums)


Members: 0


Guests: 128


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