1
lungor
Re: wf-download problem in xoops 2.2
  • 2006/8/28 4:01

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


Mine is apache, mysql, and xoops-2.2.4-tw-big5

Resized Image

Attached here is the screen for your reference.
The problem also exists in smartfaq.

here is the link:
http://www.vincoyiu.com/modules/smartfaq/

You may found that it drives to a blank page. I have no idea how to fix the problem...



2
lungor
Re: wf-download problem in xoops 2.2
  • 2006/8/28 2:04

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


Mine is already 1.2 la.....



3
lungor
Re: wf-download problem in xoops 2.2
  • 2006/8/27 16:40

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


I just tried to fix the problem and it works in the following amendment.

original script in viewcat.php
_------------------------------------------

global $xoopsModuleConfig, $myts, $xoopsModules;

$start = isset($_GET['start']) ? intval($_GET['start']) : 0;
$orderby = isset($_GET['orderby']) ? convertorderbyin($_GET['orderby']) : $xoopsModuleConfig['filexorder'];
$cid = empty( $_GET['cid'] ) ? 0 : intval( $_GET['cid'] ) ;
$uid = empty( $_GET['uid'] ) ? 0 : intval( $_GET['uid'] ) ;
$list = isset($_GET['list']) && $myts->addslashes($_GET['list']) ? $_GET['list'] : 0;
$selectdate = (isset($_GET['selectdate']) ? intval($_GET['selectdate']) : 0);
$xoopsOption['template_main'] = "PDdownloads{$mydirnumber}_viewcat.html";
$groups = (is_object($xoopsUser)) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS;
$gperm_handler = &xoops_gethandler('groupperm');
$time_cur = time();
$module_id = $xoopsModule->getVar('mid');

---------------------------------------------------cut and paste at the top
----------------------------------------------------------
/**
* Begin Main page Heading etc
*/

include XOOPS_ROOT_PATH . '/header.php';
$catarray['imageheader'] = PDd_imageheader();
$catarray['letters'] = PDd_letters();
$catarray['toolbar'] = PDd_toolbar();
$xoopsTpl->assign('catarray', $catarray);

/**
* Breadcrumb
*/
-------------------------------------------
revised script in viewcat.php
_------------------------------------------

/**
* Begin Main page Heading etc
*/

include XOOPS_ROOT_PATH . '/header.php';
$catarray['imageheader'] = PDd_imageheader();
$catarray['letters'] = PDd_letters();
$catarray['toolbar'] = PDd_toolbar();
$xoopsTpl->assign('catarray', $catarray);

/**
* Breadcrumb
*/
global $xoopsModuleConfig, $myts, $xoopsModules;

$start = isset($_GET['start']) ? intval($_GET['start']) : 0;
$orderby = isset($_GET['orderby']) ? convertorderbyin($_GET['orderby']) : $xoopsModuleConfig['filexorder'];
$cid = empty( $_GET['cid'] ) ? 0 : intval( $_GET['cid'] ) ;
$uid = empty( $_GET['uid'] ) ? 0 : intval( $_GET['uid'] ) ;
$list = isset($_GET['list']) && $myts->addslashes($_GET['list']) ? $_GET['list'] : 0;
$selectdate = (isset($_GET['selectdate']) ? intval($_GET['selectdate']) : 0);
$xoopsOption['template_main'] = "PDdownloads{$mydirnumber}_viewcat.html";
$groups = (is_object($xoopsUser)) ? $xoopsUser->getGroups() : XOOPS_GROUP_ANONYMOUS;
$gperm_handler = &xoops_gethandler('groupperm');
$time_cur = time();
$module_id = $xoopsModule->getVar('mid');

---------------------------------------------------
I used to test the file of $cid in the original script. It returns null. Can anyone tell why it happens?



4
lungor
Re: wf-download problem in xoops 2.2
  • 2006/8/27 16:17

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


I have installed both pd-download and wf-download. The pd-download shown in the screen cap is 1.2 version.
I seems that the problem comes from the category management. I have created one category and one sub-category.

testing
--testing1

When I clicked into testing, it shows nothing. The other function is ok, except browsing the content by category. For me, the problem also appears in WF-FAQ.



5
lungor
wf-download problem in xoops 2.2
  • 2006/8/26 16:19

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


I have installed XOOPS 2.2 in my system and installed the wf-download module as usual. However, when I try to go through category. It shows nothing.
You may visit my webhttp://www.vincoyiu.com/modules/PDdownloads/
And click "testing" category. From the index page, you find that there is one file. However, when you click into the category. It shows nothing. When you click the latest listing, rating or popularity. It shows up again. Can anyone help to fix this problem.


Resized Image
to
Resized Image



6
lungor
Blog module
  • 2006/5/3 17:39

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


I am now using Popupblog in my website. It cannot display chinese properly in the title area. It just works in the content area. Here is my website:
www.vincoyiu.com

Can anyone help to fix this problem? Or any other good alternatives of blog module?



7
lungor
Online Booking System
  • 2004/8/6 1:16

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


I am currently developing a webpage for a dental clinic. I would like to add some functionality into the page. Apart from ordinary function. I am wondering if there is any online booking system module available in xoops. The system is simple. It allows registered user to request a specific time slot in preference, maybe 2 or 3 slots. The administrator may review the booking time by time and settle the booking request day by day.
Can anyone help?



8
lungor
Re: Admin page loop
  • 2003/12/30 16:45

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


i got the same problem with xoop running on a linux platform. I have installed xoop for months and having it running smoothly. Suddenly, I am sure what i have done, i can't enter the admin page. It keeps looping to the page "this is the first time you enter the admin page..bababa" Can anyone tell me how to solve this problem?



9
lungor
Re: Questionnaire Module
  • 2003/9/7 12:18

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


Hi All,
Nice to see you all reply.
I want to search such kind of module with the following capabilities:

1) Creat questionniare with items in various formats(Multiple choice, open end question, radio box and etc) with some sorts of validation(check whether the people fill in some items)

2) Give immedidate feedback to the people, like psychological test.

3) Authorization required for specific member participated the test

Would there be any so complicated modules?

dooder wrote:
I installed Brandycoke's liase and I like the expanded feature set. One problem I had is that I couldn't seem to get it to appear to Anonymous user group. I tried all combinations of visible and activate and modfying group access.

I renamed from Contact Us to Make Contact it in the module admin page and then it became a lot easier to find in the lists and I didn't confuse it with the system Contact Us or the Contact Plus module (which i have now replaced in favor of brandycoke's)

So, in the end, I have it working. My advice is... rename it before trying to go in and get it tow show to Anonymous users because the default is for it not to show to Anonymous. [/quote]



10
lungor
Questionnaire Module
  • 2003/9/5 5:41

  • lungor

  • Just popping in

  • Posts: 11

  • Since: 2003/9/4 1


As I wanns conduct some research in the web,Is there any questionnaire like module in xoops?




TopTop



Login

Who's Online

238 user(s) are online (175 user(s) are browsing Support Forums)


Members: 0


Guests: 238


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