1881
trabis
[delete please]
  • 2007/11/6 19:25

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


duplicate entry



1882
trabis
Re: Xoops 2.0.17.1 | Multilanguage | Multisite | Morphogenesis | Autologin
  • 2007/11/3 16:07

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Quote:

davidl2 wrote:
At the moment you would have to re-install from scratch to add the XMT panel... or alternatively - you may want to have a look at XOOPS Hack module which adds a similar back end


Thanks david, I´ll look into that module also.
I´ve just installed XOOPS 2.2.5-rc2, never done it before, it also seems to be a good aproach.

Edit:
From what I can see I will only need to hack admin.php and include/cp_functions.php for the main changes to happen!
It doesn´t seems that I will have to re-install everything from scratch. Thanks again, your admin painel looks great!



1883
trabis
Xoops 2.0.17.1 | Multilanguage | Multisite | Morphogenesis | Autologin
  • 2007/11/3 15:45

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi,

I have merged XOOPS 2.0.17.1, Multilanguage, Multisite(multix) , Morphogenesis and the Autologin Hack for a new site I´m building.

I would also like to add the XOOPS 2.0.18 XTXM admin panel or the XOOPS EXM admin panel but I´m lost here.

I´d like to know if someone could show me the changelog of this xoops' versions so I don´t have to open all the files looking for changes.

Thanks.



1884
trabis
Re: Htaccess Problem
  • 2007/10/18 20:11

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I think I have an answer:
http://www.webmasterworld.com/apache/3347899.htm

Or maybe not



1885
trabis
Htaccess Problem
  • 2007/10/18 20:02

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi,
I don´t know if this is xoops', server or browser related:

My server interprete *.php with PHP4 and *.php5 with PHP5 so I needed to use htaccess in order to switch this configuration, here is my htaccess lines:

AddHandler x-httpd-php5 .php
AddHandler x-httpd-php .php4

It worked fine. My smartprofile module is now running.

The problem is that, when I use htaccess (whatever lines I use) I have problems with some modules forms ($_POST variables).

Some users can´t comment anymore,
I cant´use the "mail users" form because it wont go to the next step,
Some search foms don´t work fine (is just like if i had hit the refresh button, no results are showed).

Anyone Knows Why this Happens and how to solve it?

I take the htaccess file away and all works fine (except smartprofile that requires PHP5) :(

Thank you!



1886
trabis
Re: System login hacked
  • 2007/9/22 23:32

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


I´m glad I could help!



1887
trabis
Re: System login hacked
  • 2007/9/22 22:45

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hi Jorge,

Are you certain it was hacked?
Please check your SESSION table.
It can be corrupted and needing repair.



1888
trabis
Re: Xoops MultiSite beta Release
  • 2007/9/22 22:22

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hello! I had problems installing multix with php4 because scandir() is not suported.

I recomend you add this function in:
..install/page_pathsettings.php

function scandir$source ) {
    
$dir opendir$source );
    while (
false !== ($filename readdir$dir ))) {
        
$files[] = $filename;
    }
    return 
$files;
}


And search:
foreach ( scandir$source ) as $file ) {


And replace for:
foreach ( $this->scandir$source ) as $file ) {



Also:
Morphogenesis stoped working after replaciong the files.
It would be great to include it in multix!

I´ll keep on testing this... Thank you all!



1889
trabis
Re: News 1.44 duplicatable?
  • 2006/10/18 22:20

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Hello acegamer.
Well. It hapenned to me to. Then problem is in the profile and in the search. If you deactivate the search inclusion in xoopsversion.php you will be able to see the proflie.
Why?
Because it calls news/include/functions.php
For this module to work fine you have to rename all the functions inside functions.php and the other files that call them.

Ok
But it still has a bug that I can´t resolve.
I can´t use an original block together with a cloned block in the same page. In diferent pages they work fine. The problem must be the same but I can´t tell exatly where. My clue is the folder Class. How do I rename a class???
How is a class called??

If I rename
class NewsStory extends XoopsStory

to
class NewsStory_02 extends XoopsStory

then how do I rename the references to it?

is this a reference:
$tmpstory = new NewsStory; ??? maybe a class

or this:
$tmpstory = new NewsStory(); ?? this i think it´s a function

is this a reference:
$storyarray = NewsStory :: getAllSubmitted(0, true, getmoduleoption_02('restrictindex')); ??? maybe a class

anyone??



1890
trabis
Re: Adding avatars to news items??
  • 2006/9/23 21:35

  • trabis

  • Core Developer

  • Posts: 2269

  • Since: 2006/9/1 1


Yes, that is correct. Even if you have done it wrong it should apear a red cross indicating there was no image in the news item.
So I guess the error might be in news_item.html.
See if your thme as it´s own "news_item.html". Mine for example has it and i had to make my changes there.
If it doesn´t then show me what you did there, ok?




TopTop
« 1 ... 186 187 188 (189) 190 »



Login

Who's Online

154 user(s) are online (122 user(s) are browsing Support Forums)


Members: 0


Guests: 154


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