111
AngeloRocha
Re: Oledrion 2.33 Beta 1 ready for testing on XOOPS 2.5.5

I downloaded and installed, error in the administration:

Error:
Fatal error: Cannot redeclare class oledrion_parameters in Z:\www\x255\modules\oledrion\class\oledrion_parameters.php on line 57

XOOPS 2.5.5
Server:
Versão do Xoops XOOPS 2.5.5
Versão do PHP 5.3.8
Versão do Mysql 5.5.17
API do Servidor apache2handler
OS WINNT
safe_mode Off
register_globals Off
magic_quotes_gpc On
allow_url_fopen On
fsockopen On
post_max_size 10M
max_input_time 60
output_buffering
max_execution_time 300
memory_limit 1024M
file_uploads On
upload_max_filesize 10M



112
AngeloRocha
Re: Starting a Content/News Module Development Team

- Many Editors
- Social Icons (I love the effect of share holic)
- Extended Search
- RSS feed (For all content or only for categories)
- possibility to add many new fields (if possible)
- nice and modern templates and blocks.

--------------
- Friendly URL

- Comments template as the wordpress (could have the option to use IntenseDebate :P)

- More options for wysiwyg editor (http://bit.ly/f5As7j nicEditors is very good, could be an option (if possible))

- Management for static content

- Manage content featured (A simple slide (if possible))

- Block with categories list (Using the same id of main menu (if possible))

These are my suggestions



113
AngeloRocha
Re: Website major redesign, please comment

The site is perfect! Good job.
www.xoopsfire.com



114
AngeloRocha
Re: Temporary Password

This hack will force to change the password on first access.
Go to include/checklogin.php

In the line 63:
$user->setVar('last_login'time());


Change to:
$last_login=$user->getVar('last_login');
$user->setVar('last_login'time());


Go to line 85:
// Set cookie for rememberme
    
if (!empty($xoopsConfig['usercookie'])) {
        if (!empty(
$_POST["rememberme"])) {
            
setcookie($xoopsConfig['usercookie'], $_SESSION['xoopsUserId'] . '-' md5($user->getVar('pass') . XOOPS_DB_NAME XOOPS_DB_PASS XOOPS_DB_PREFIX), time() + 31536000'/'XOOPS_COOKIE_DOMAIN0);
        } else {
            
setcookie($xoopsConfig['usercookie'], 0, -1'/'XOOPS_COOKIE_DOMAIN0);
        }
    }


Chage to:
// Set cookie for rememberme
    
if (!empty($xoopsConfig['usercookie'])) {
        if (!empty(
$_POST["rememberme"])) {
            
setcookie($xoopsConfig['usercookie'], $_SESSION['xoopsUserId'] . '-' md5($user->getVar('pass') . XOOPS_DB_NAME XOOPS_DB_PASS XOOPS_DB_PREFIX), time() + 31536000'/'XOOPS_COOKIE_DOMAIN0);
        } else {
            
setcookie($xoopsConfig['usercookie'], 0, -1'/'XOOPS_COOKIE_DOMAIN0);
        }
    }
    if (
$last_login == 0) {
        
redirect_header(XOOPS_URL.'/modules/profile/changepass.php'5'Please, change your password!');
    }


Note:
It makes the User is redirected to change password on first login, if he quit without changing the screen no longer appears.
I hope you understand my bad English.

Font.:http://bit.ly/NRwJR7
www.xoopsfire.com



115
AngeloRocha
Re: How do I customize my Theme in xoops?

What theme?
To edit the XOOPS themes, open the folder "themes" of your installation.
The structure varies of theme to theme. The main file is "theme.html".

Here in Brazil I am writing a documentation for theme creation, not yet concluded for lack of time. If any member is interested in translating into English the following link:http://bit.ly/NDNkaT
www.xoopsfire.com



116
AngeloRocha
Re: tdmsound !

Now is possible to buy this module?
It seems a good module, i have a friend interested
on their module.
www.xoopsfire.com



117
AngeloRocha
Re: New rmcommon theme

Perfect!
This coupled with a new version of rmcommon?
Great Work.
www.xoopsfire.com



118
AngeloRocha
Re: Default theme modified

Theme competition be interesting \o/
www.xoopsfire.com



119
AngeloRocha
Re: Problem with module Birthday 2.3

The module works well.
Thanks for the help friends.
www.xoopsfire.com



120
AngeloRocha
Re: Problem with module Birthday 2.3

Hi chefry, download here:http://bit.ly/xtRnEw

I'm testing now :)
www.xoopsfire.com




TopTop
« 1 ... 9 10 11 (12) 13 14 »



Login

Who's Online

169 user(s) are online (95 user(s) are browsing Support Forums)


Members: 0


Guests: 169


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits