31
yyvonne
Problem with many modules
  • 2008/10/23 9:07

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


I have problem with many modules.

A few of the modules, when I install locally, there's no problem at all. So after I tested, I upload to my site and install. Then I encountered problem when I tried to create category or add items. It simply goes back to the same page without doing anything. It will not load the page that I want. Below is an example of my problem.

Reviews Module (same problem happen to a few other modules as well):

1. I go to the adminhttp://www.mysite.com/modules/myReviews/admin/

2. I click on "Manage Categories", and it goes back to the admin page (http://www.mysite.com/modules/myReviews/admin/) without doing anything.

Does anyone know what cause this problem? Is it due to chmod?

Thanks.



32
yyvonne
Reviews module
  • 2008/10/23 8:59

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


Any good Reviews module to recommend? Thanks.



33
yyvonne
Re: Problems with my default editor and newbbex
  • 2008/10/17 12:34

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


Yes, I have the same problem too.

Can't edit a post! Please help.



34
yyvonne
Not loading edit form!
  • 2008/10/13 6:22

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


Help please.

There are a lot of my modules, including wfchannel, do not load the editor form.

For wfchannel, after installation, everything looks fine. But when I click on create page, it does not load the editor form! There's no box for me to key in my content at all.



35
yyvonne
Youtube and Flash plugin for newbbex
  • 2008/9/26 5:12

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


Can someone help me to add youtube and flash plugin for newbbex? Thanks.



36
yyvonne
Mail problem in 2.30
  • 2008/4/11 15:13

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


I am usuing XOOPS 2.3.0.

I cannot receive mail notification by email.
And for all the contact modules, I am not able to send email too.
After I hit enter, it just go back to the same contact form.

I tried both sendmail and php mail(), both don't work.

So I tried going to Admin Area and use the function Mail Users, I send it to Webmaster (which is myself), and I am able to receive it!!!

So what is the problem here?

Please help.

Thank you.



37
yyvonne
Re: How to change order of display in extgallery?
  • 2008/4/10 11:37

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


Thank you so much, that's exactly what I need!

But I think you need to change the photo_weight to photo_id or photo_date to work.
function getAlbumPhotoPage($catId$start) {
        
$criteria = new CriteriaCompo();
        
$criteria->add(new Criteria('cat_id',$catId));
        
$criteria->add(new Criteria('photo_approved',1));
        
$criteria->setStart($start);
        
$criteria->setLimit($GLOBALS['xoopsModuleConfig']['nb_column']*$GLOBALS['xoopsModuleConfig']['nb_line']);
        
$criteria->setSort('photo_date');
        
$criteria->setOrder('DESC');

        return 
$this->getObjects($criteria);
    }



38
yyvonne
How to change order of display in extgallery?
  • 2008/4/10 2:07

  • yyvonne

  • Just popping in

  • Posts: 38

  • Since: 2008/4/4 2


How to change order of display in extgallery?

I want to change it to display newest uploaded photo first, instead of the oldest first.




TopTop
« 1 2 3 (4)



Login

Who's Online

143 user(s) are online (85 user(s) are browsing Support Forums)


Members: 0


Guests: 143


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