Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: News Manager
Post: News Manager

patriotmedia Wrote: -- Has anyone been able to have 2 versions of this plugin run simultaneously on one site? I've got two sections of a website that need different news - one in a public area and on...
allienato Plugins 632 1,973,518 2011-11-10, 07:21:10
    Thread: News Manager
Post: News Manager

mvlcek Wrote: -- allienato Wrote: -- no luck even if I increase memory limit up to 64/128M, maximum execution time always exceed :\ -- Just tried it myself - this produced an infinite recursion :-(...
allienato Plugins 632 1,973,518 2011-11-10, 07:16:56
    Thread: News Manager
Post: News Manager

no luck even if I increase memory limit up to 64/128M, maximum execution time always exceed :\
allienato Plugins 632 1,973,518 2011-11-10, 03:42:09
    Thread: News Manager
Post: News Manager

mvlcek Wrote: -- allienato Wrote: -- (% GALLERY NAME=GALLERY-SOMETHING %) -- The substitution is case sensitive: it should be (% gallery name=something %) I was assuming that the news manager call...
allienato Plugins 632 1,973,518 2011-11-08, 21:10:28
    Thread: News Manager
Post: News Manager

mvlcek Wrote: -- vasitellapahki Wrote: -- mvlcek Wrote: -- I18N Gallery only works, if included in the content of normal pages, because I18N Gallery needs to know already in the header, which galle...
allienato Plugins 632 1,973,518 2011-11-08, 07:45:06
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

I define GSEDITORTOOL as advanced in gsconfig.php. My admin/template/js/ckeditor/config.js is modified including: config.stylesSet = [{name : 'Marker (yellow)', element : 'span', styles : { 'backgrou...
allienato General Questions and Problems 11 41,333 2011-09-28, 00:39:22
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

I'm now able to use one span for styling, but there's another problem.. I've added style code in config.stylesSet. On my localhost works fine, but in the live version now seems that ckeditor loses al...
allienato General Questions and Problems 11 41,333 2011-09-28, 00:09:59
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

y, sure. I'll try to make it with a single tag/class, seems easier indeed.. thank you for your help, really appreciated
allienato General Questions and Problems 11 41,333 2011-09-27, 19:34:39
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

that code will show a particular marked text, like the yellow one in this page http://www.gruppoc14.com/gs/index.php?id=about so it's not a normal marker the other option is to use a single span, wit...
allienato General Questions and Problems 11 41,333 2011-09-27, 18:44:05
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

I know that method, but can you define a style with more than one tag? (e.g. )
allienato General Questions and Problems 11 41,333 2011-09-27, 18:10:00
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

Hi Connie, I know that this isn't the right place for this issue. I tried to ask in ckeditor forum but I can't get a single word from anyone. And there's a lack of documentation for it, quite terrible...
allienato General Questions and Problems 11 41,333 2011-09-26, 02:55:48
    Thread: CKeditor: Wrap a selection with tags
Post: CKeditor: Wrap a selection with tags

Hi, I'm trying to add a custom button in my editor that put html tags around a user selection, for styling purposes (just like bold, italic.. buttons do). I have to wrap the text with two span tags, w...
allienato General Questions and Problems 11 41,333 2011-09-25, 23:26:20
    Thread: News Manager
Post: News Manager

I've just commented these lines of code, for now: Code: -- if (file_exists($file)) { $count = 1; $file = NMPOSTPATH . "$slug-$count.xml"; while (file_exists($file)) $file = NMPOST...
allienato Plugins 632 1,973,518 2011-08-02, 19:46:37
    Thread: Errors while transferring to a new server
Post: Errors while transferring to a new server

Connie Wrote: -- I remember Yojoe being unhappy with WIN OS Server lately ;=) I would suggest a linux server (they are mostly even cheaper ...) Cheers, Connie -- y.. I think I've solved the permi...
allienato General Questions and Problems 10 24,424 2011-08-01, 23:12:39
    Thread: News Manager
Post: News Manager

Hi, the site I'm working on is hosted on Windows shared server. after migration from localhost, when I edit an entry in News Manager, it re-create (almost all the times) a new one with a different nam...
allienato Plugins 632 1,973,518 2011-08-01, 23:10:14
    Thread: Errors while transferring to a new server
Post: Errors while transferring to a new server

oops, I found that the hosting is on windows (f**k!) is possible to run GS on windows shared hosting or should I ask to move to linux?
allienato General Questions and Problems 10 24,424 2011-08-01, 20:04:21
    Thread: Errors while transferring to a new server
Post: Errors while transferring to a new server

similar problem here, I guess it's because of the server configuration (shared hosting). I try to edit pages, etc, in the backend but does not work. also tried to make a fresh installation, but I get ...
allienato General Questions and Problems 10 24,424 2011-08-01, 19:28:41
    Thread: News Manager
Post: News Manager

hi, whenever I add/edit a news, the plugin give me the chmod error even if I set data/backups to 0777. I've tried to remove nm_update_cache() in this passage (plugins/news_manager/inc/posts.php): Co...
allienato Plugins 632 1,973,518 2011-07-08, 03:10:56
    Thread: I18N Gallery
Post: I18N Gallery

cool, thank you mvicek
allienato Plugins 1,504 4,256,104 2011-07-01, 06:20:50
    Thread: I18N Gallery
Post: I18N Gallery

cyklades Wrote: -- Alienate, can you show us new updated code? ( pic.php with crop function) -- starting from line 30... Code: -- $dwidth = 150; // width I want to use $dheight = 100; // height I...
allienato Plugins 1,504 4,256,104 2011-07-01, 03:51:55
    Thread: I18N Gallery
Post: I18N Gallery

ok, the problem above was caused by $width and $height values in function imagecopyresampled($dst, $src, 0, 0, $cx, $cy, $dwidth, $dheight, $width, $height) it needs image source dimensions, not dest...
allienato Plugins 1,504 4,256,104 2011-06-30, 18:50:51
    Thread: I18N Gallery
Post: I18N Gallery

mvlcek Wrote: -- The thumbnails are created in plugins/i18n_gallery/browser/pic.php. Only proportional resizing is supported, cropping is not supported (where should we crop anyway?). If you specify ...
allienato Plugins 1,504 4,256,104 2011-06-30, 18:01:39
    Thread: I18N Gallery
Post: I18N Gallery

hi, are the thumbnails generated by plugin? I want my thumbnails have fixed dimensions (150x100) without stretching the img. so I want an automatic crop within the script. my actual situation is like...
allienato Plugins 1,504 4,256,104 2011-06-30, 03:41:01
    Thread: 'Multi User 1.4' Plugin
Post: 'Multi User 1.4' Plugin

hi, really nice plugin! found a problem, both on local and live installation.. I try to change permissions for a user (block Pages, etc..), click on "save changes" but nothing happens. my workaround...
allienato Plugins 255 843,409 2011-06-21, 06:45:00
    Thread: Dominion jCart Beta
Post: Dominion jCart Beta

hi, how can I edit the sizes of thumbnails showed in the frontend list of products? I guess there's a function that create them with certain dimensions (I always see width of 65px)
allienato Plugins 203 547,254 2011-01-20, 20:51:42