41
DarinAllan
Re: Paypal donations module to include australian dollars

I had a copy on my hard drive, I downloaded it when it first appeared, it did work fine. I have installed it to see if it still installs but have not tested it. Here it is

Download from here!



42
DarinAllan
Re: User Control of Font Size ??

I did what Ghia suggests on this site

http://www.ozms.com.au/



43
DarinAllan
Re: Spacing in the WebLinks Module

Sorry you don't have permission to access this area.

;o)



44
DarinAllan
Re: Lexikon bug error

Lexikon Download

I am not sure if Catz has a version but above is what I use ;o)



45
DarinAllan
Re: HOWTO: xoRewriteModule - Simplified, Short URLs (remove /modules)

Thanks for this Mark

;o)



46
DarinAllan
Re: Contact Plus - Spam

AM Contact latest I think is very good, great captcha options

Original story

Example of one of the Captcha options

;o)



47
DarinAllan
Re: question marks

From this story and possibly in "Readme's" try this

Upgrading a non UTF-8 site:
UTF-8 encoding has been introduced into XOOPS 2.3 as default charset. However, there might be some problems with converting existent websites from non UTF-8 charset to UTF-8.
Before there is a good enough solution for this conversion, following settings are recommended when you upgrade an existent website if you are not an experienced user:
- Select "Do not change" option in "Database character set and collation" step during upgrade process
- Modify /languages/yourlanguage/global.php to use existent _CHARSET value
If it has been changed to UTF-8 in your new global.php file to

define('_CHARSET''UTF-8');


change it back to what it was before, e.g.:

define('_CHARSET''ISO-8859-1');


;o)



48
DarinAllan
Re: extgallery - Problem getting link to a new photo in the notification message

There is a "Last photo" block which you could display in extgallery, but apart from that fairly obvious thing to do, maybe the code used to create that block may help achieve what you want.

From the file extgallery/blocks/extgallery_blocks.php

The code for that particular block is below I think, I am just guessing ;o)

function extgalleryLastShow($options) {
    
    
$photoHandler xoops_getmodulehandler('publicphoto''extgallery');
    
    
$param = array('limit'=>$options[0]);
    
$direction $options[1];
    
$desc $options[2];
    
    
array_shift($options);
    
array_shift($options);
    
array_shift($options);
    
    
$categories = array();
    foreach(
$options as $cat) {
        if(
$cat == 0) {
            
$categories = array();
            break;
        }
        
$categories[] = $cat;
    }
    
$param['cat'] = $categories;
    
    
$photos $photoHandler->objectToArray($photoHandler->getLastPhoto($param));
    
    if(
count($photos) == 0) {
        return array();
    }
    
    
$ret =     array(
                
'photos'=>$photos
                
'direction'=>$direction
                
'desc'=>$desc
            
);
    return 
$ret;
}


Would anything in the above help?



49
DarinAllan
Re: How to use X-Re-aggregator 2.14

Thanks for the "how to" Simon ;o)



50
DarinAllan
Re: X-Reaggregator 2.14 (Testing Required)

Seems to be all fine Simon, I'll post errors from the debug, but as I say it all seems to be working. I will try the "mashables" tonight I will send it to Twitterfeed maybe, to see how it goes.

NoticeUndefined indexid in file /modules/xreaggregator/index.php line 98
Notice
Only variable references should be returned by reference in file /modules/xreaggregator/include/functions.php line 80
Notice
Only variable references should be returned by reference in file /modules/xreaggregator/class/xreaggregatorrenderer.php line 226


About the block mentioned before, yep, be good to be able to limit the amount of characters in the block, that sounds so much better lol. Just handy for blocks other than "centre" blocks.

Will keep having a play with xreaggregator, I will let you know if any problems.

Anyone wants to see it in action Click Here

Thanks ;o)




TopTop
« 1 2 3 4 (5) 6 7 8 ... 38 »



Login

Who's Online

193 user(s) are online (112 user(s) are browsing Support Forums)


Members: 0


Guests: 193


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