228411
ackbarr
Re:xJokes

I don't think this module ever got released. If someone knows differently, please prove me wrong but how about using a general purpose document mdoule like wf-sections for this?



228412
ackbarr
Re:Session Timeout?

There is another thread (also started today and in the Recent Threads on the front page) that discusses a similar issue. I recommend you look into the auto-login hack

https://xoops.org/modules/newbb/viewtopic.php?topic_id=26400&forum=20&post_id=115225



228413
ackbarr
Re:xoops banner system into a block?

most definitely. Create a custom block with the following info:

Content:
global $xoopsConfig;
if (
$xoopsConfig['banners'] == 1) {
    
//Display Banner
    
echo (xoops_getbanner());
} else {
    return 
false;
}

Content Type: PHP Script
Cache lifetime: No Cache

This block honors the 'Use Banner Ads?' setting in System -> Preferences -> General Settings.



228414
Mithrandir
Re: xoops banner system into a block?

What did you try?

Try making a new custom block of the PHP type and as the contents, write this:
echo xoops_getbanner();



228415
Demah
Session Timeout?
  • 2004/10/28 15:38

  • Demah

  • Just popping in

  • Posts: 4

  • Since: 2004/3/24


I need some help currently on my site anyone logged in not doing anything for lets say 30min gets logged out. This is causing problems because I have some flash games on my site that people play longer then 30min and when they go to submit there scores the site has logged them out so they lose there score. I want to make the session last for lets say a few days . Here are my settings now

Use custom session - YES
Session name - xoops_session
Session expiration - 1440000

I also have a list of my php settings if that would help.



228416
googul
xJokes
  • 2004/10/28 15:33

  • googul

  • Just popping in

  • Posts: 33

  • Since: 2004/10/16


When I searched for a possible jokes module, i only saw an old post made in 2003 about someone releasing a module for jokes named xJokes...

I just want to know if it has been released, or is there any existing modules which can be used for this.? I'm a newbie :">

Thanks in advance!



228417
Rickb
Re: xoops banner system into a block?
  • 2004/10/28 15:23

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


Quote:

Is it possible to more the xoosp banner system code into a custom block? i tried this and it didn't seem to work. has anyone else done this?


Good question left unanswered. Can this be done?

Rick



228418
Rickb
Re:One Button Backup for the whole site
  • 2004/10/28 15:19

  • Rickb

  • Not too shy to talk

  • Posts: 118

  • Since: 2004/10/24


phpBB does have a one button restore and a one button save. You have the option to save structure with data or any combination.

Our organization is using phpBB for project management and I wonder what are some of the drawbacks of the forum module and XOOPS with regards to maintenance and management issues. The ease of backing up and restoring are very important functions

Rick



228419
sgshell
Re:How to get rid of News sections?
  • 2004/10/28 15:13

  • sgshell

  • Just popping in

  • Posts: 94

  • Since: 2004/10/4


modify the template in the template file



228420
cydud3
Re:Change default group
  • 2004/10/28 14:56

  • cydud3

  • Just popping in

  • Posts: 50

  • Since: 2004/6/10


Quote:

ejuden01 wrote:
You might check out the Registration Keys module. It sounds like it might help you out some. I haven't used it, but I was surfing through the module repository and found it.


This looks like a great solution but it seems like the module is more complicated than just changing a line on one file. Besides, it looks like the author used version 2.0.6 when making this module. Anybody have success using this module on current version of xoops?







Login

Who's Online

249 user(s) are online (157 user(s) are browsing Support Forums)


Members: 0


Guests: 249


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