| Re: RMCommon Utilities 2 and MyWords 2 (Alpha) |
| by Shiva on 2011/2/10 15:36:45 Hi bjuti, I recently had the same problem. I had to make a change to this file: modules/rmcommon/events/rmcommon.php And comment the following code: if(substr($p['path'], -11)=='backend.php'){ include_once RMCPATH.'/rss.php'; die(); } |
| Re: RMCommon Utilities 2 and MyWords 2 (Alpha) |
| by bjuti on 2010/9/30 18:34:03 Does anybody know how to disable RMCommon RSS function, coz It doesn't work. When I go to xx.com/backend.php it shows RSS Center of RMCommon Utilities. |
| Re: RMCommon Utilities 2 and MyWords 2 (Alpha) |
| by playsome on 2010/7/15 13:38:57 Hi, just a quick question about quickpages, ive installed it its looking great however I cant seem to get the caegories to display in order by ID on the index page, im using it for a whats on guide so I need the categories to display in day order, I tried editing some code in home.php changing sort by ASC to DESC but I think that changes the pages order and not the caegories and there is no function in the module (what i can see) to weight categories or sort them by ID, I have created them in day order so Mon is ID=1 and Fri is ID=5, anyone got any ideas? Thanks |
| Re: RMCommon Utilities 2 and MyWords 2 (Alpha) |
| by red_Slider on 2010/7/8 19:53:07 any news? Maybe for theme we should use: Get Images Attached to a Post for WP - it's awesome smarty solution ;) |
| Re: RMCommon Utilities 2 and MyWords 2 (Alpha) |
| by red_Slider on 2010/6/28 14:12:05 in EXM module in posts.php was: le="color: #000000"><?php $form->addElement(new RMFile(_AS_MW_BLOCKIMG,'blockimg',45, 50 * 1024)); if ($edit && $post->getBlockImage()) $form->addElement(new RMLabel('', '<img src="'.XOOPS_URL.'/uploads/mywords/'.$post->getBlockImage().'" border="0" alt="" />')); Can we get it here? |