2 of 2
2
CM Textarea Resizer [extension]
Posted: 23 January 2008 05:44 AM   [ Ignore ]   [ # 19 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  13771
Joined  04-15-2006

Using it here on 1.6.1 with a whole bunch of other extensions and modules and works fine. There must be something conflicting with it. Also make sure that you have the latest version as I seem to remember there were quite a few changes to the extension. Not sure if the attachment at the top of the post is the latest one or not.

Hope that helps.

Best wishes,

Mark

 Signature 

Shopping Cart Plugin | Full List Of Add-Ons | About Me
——————————————————————————————
2.x Bug Tracker | Upgrade Errors

Profile
 
 
Posted: 14 June 2008 01:05 PM   [ Ignore ]   [ # 20 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  305
Joined  04-12-2008

There’s a bug in the version posted here, the extension does not check for other calls by other extensions when adding the javascript to the publish page headers.

function add_header()
{
    
global $PREFS;

    
$r 

should be (around line 55)

function add_header()
{
    
global $PREFS$EXT;
    
    
// -- Check if we're not the only one using this hook
    
$r = ($EXT->last_call !== FALSE) ? $EXT->last_call '';

    
$r .= 

Without this, Playa extension does not work for example.

 Signature 

gridonic | Twitter


URL Field Extension
Required Category Extension
DC FreeForm GeoIP Extension
DC Template Manager

Profile
 
 
Posted: 14 June 2008 02:06 PM   [ Ignore ]   [ # 21 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  175
Joined  05-25-2002

Thanks peschehimself. I’ve made the update.
Check the first post and get latest version of extension.

 Signature 

+ CM faviconizEE
+ CM Nice URL
+ CM Strange URL Interpreter
+ CM Textarea Resizer
+ CM Template Editor

Profile
 
 
   
2 of 2
2