1
dragonfl
Re: Not installation, but migration
  • 2004/3/10 13:04

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


well that seems easy enough..

but the question is, will it really go that easy..

also will my custom modules still operate correctly(whar are the working differences between apache and IIS, and the differences between the linux version of php vs the windows version?

thanks
Drag



2
dragonfl
Not installation, but migration
  • 2004/3/10 12:52

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


Question,

I am planning to migrate my XOOPS site from a windows box to a linux box.. well actually 2 boxes(one for the webserver, and an other for the sql server)

anything i should know about before doing it..

also I want to do the database without loosing any data.

can I just do a data dump, and it will be compatible?

I am planning on using Redhat 8.0 on both boxes.

Drag



3
dragonfl
Re: remembering prefrences
  • 2004/3/9 14:40

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


SmOka,
thanks for the reply, and the link to the hack.. however, from what I can gather from it, this hack will only remember the theme that the user has selected, this is handy, and one of the things I asked for. Now I need to find a hack that will remember prefrences for the forums, so if the user chooses to have the forem displayed in a threaded manner it will remember that.


thanks
Dragon



4
dragonfl
remembering prefrences
  • 2004/3/9 12:41

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


ok, I am wondering if anyone has attempted this, as I did not see anything about it in a search..

what I am trying to do is this.

either by a cookie or whatever would work, remember what a user chooses for the site theme, their choice in the message board, as far as messages being flat or threaded.

any help on this one would be appreciated..

for those who want to view
my site is athttp://blades.kd1zi.com
it is pretty specific topic, it is exclusivly for the game everquest, and it may not work well on browsers outside of IE and Netscape.

Dragon



5
dragonfl
Re: can this be done?
  • 2004/3/3 16:19

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


Thanks guys, whe I get home and am able to access my server I will try these to see if they work..

Dragonfl



6
dragonfl
Re: can this be done?
  • 2004/3/3 15:16

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


bump.

-sorry-
does anyone know if this can be done, because all I get is a black page and no debug info when I try


Dragonfl



7
dragonfl
can this be done?
  • 2004/3/1 12:18

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


I am wondering if it is possable to do this..

I am working on a couple of modules for my site, and am wondering if you can make a call to the template file from within a function statement?

ie.

function start()
{
$xoopsOption['template_main'] = "add_raid.html";
}

 if(!isset(
$HTTP_POST_VARS['op'])) {
        
$op = isset($HTTP_GET_VARS['op']) ? $HTTP_GET_VARS['op'] : 'main';
} else {
        
$op $HTTP_POST_VARS['op'];
}
        switch (
$op) {
        case 
'add_editB':
        
add_editbank();
        break;
        case 
'addbank':
        
addbank();
        break;
        case 
'delbank':
        
deletebank();
        default:
        case 
'main':
        default:
        
start();
        break;
}


now this is just a snipit of the code

Thanks Dragon



8
dragonfl
Re: quick question.
  • 2004/2/26 13:54

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


tThanks for your help, that command with the in_array() command I was able to check for the group I was looking for..

Drag



9
dragonfl
Re: quick question.
  • 2004/2/25 21:29

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


I am not looking to see if the intended user is an admin or not, I am only looking to find out if he belongs to a certain group. and if he does belong to the group then display a button or whatever, but only members of that group would see the information..


oh and thanks for your response..

Drag



10
dragonfl
Re: quick question.
  • 2004/2/25 20:50

  • dragonfl

  • Just popping in

  • Posts: 16

  • Since: 2003/10/6


Wow I was hoping I would have got some sort of answer..

I was hoping there was actually a smarty variable that I could test to accomplish this..

if anyone could help it would be appreciated..

Drag




TopTop
(1) 2 »



Login

Who's Online

141 user(s) are online (98 user(s) are browsing Support Forums)


Members: 0


Guests: 141


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