Calendar 147 Get it here.
Homepage 147 Get it here.
Locations 147 Get it here.
News 147 Get it here.
These are not merely "updates", they have been rebuilt from the ground up. Now include a "Plug 'n' Play" design. This means you no longer have to edit any core files to get them working, everything is controlled through the module.
The "Latest Products", "Special Offers" and "Featured Products" modules included with the "Homepage" package are replacements for the those that are included with the standard OC 1.4.7. They work the same way, and merely add an extra position of "Homepage" to the choice of positions.
These modules are for use with OpenCart 1.4.7 and are NOT compatible with earlier versions of OpenCart.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I downloaded the calendar and it seems to work fine. Only the language of the calendar stays in Eng.
In English is always Y-m-d but in Dutch it is d-m-Y. Where can I change this so it will support every language?
I try to install news 147 but get this error when i insert a news
Can you help me to solve this problem?Forbidden
You don't have permission to access /shop/admin/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Thank you!
And did some changes in the codes to make it work for me.
You'll note the permissions error is on your "admin/index.php" file, that is nothing to do with the news module. Check permissions on your "admin/index.php", they should be 664.inspiredbyiris wrote:Hi fido-x
I try to install news 147 but get this error when i insert a news
Can you help me to solve this problem?Forbidden
You don't have permission to access /shop/admin/index.php on this server.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Thank you!
It is NOT necessary to set permissions on the modules for 1.4.7, everything is controlled through the module. All you have to do is "install" the module and this automatically sets the permissions, the same as any other module.OCyvon2 wrote:You have to activate your permissions via admin - usergroups
And did some changes in the codes to make it work for me.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Thank you for your support!
I just reinstall and it works very well.
Just another question, how can i add the title and date added?
However, having said that - to add a "title" (or headline) to the column module, insert the following into "catalog/view/theme/YOUR_TEMPLATE/template/module/news.tpl" at line 18:-
Code: Select all
<h4><?php echo $news_story['title']; ?></h4>
Code: Select all
<p><?php echo $text_date_added; ?> <?php echo $news_story['date_added']; ?></p>
Code: Select all
$this->load->language('information/news');
$this->data['text_date_added'] = $this->language->get('text_date_added');
Code: Select all
'date_added' => date($this->language->get('date_format_short'), strtotime($result['date_added'])),
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Is there a way to change the dates into another language?
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
mydomain/myadmin/index.php?route=module/news
my admin directory is no longer "/admin/" but I uploaded all the files correctly.
OpenCart user since 4/27/10
If you've uploaded the files to the correct locations, you shouldn't have any problems. It would appear that you haven't uploaded the files to the correct locations.linuxaisle wrote:I get a 404 error when I click edit in the module manager
mydomain/myadmin/index.php?route=module/news
my admin directory is no longer "/admin/" but I uploaded all the files correctly.
I'm not talking out my backside here, I have tested this on my local machine by making the same change you made (ie. changing the name of the admin folder to something else), and I had no problems.
It is not sufficient to just change the name of the admin directory, you also need to reflect the changed name in the admin configuration file (admin/config.php).
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
All I've done so far is upload the files and click install. It installs but when I click edit, I get the 404 error. I've double checked all the files are on my server where they should be.
OpenCart user since 4/27/10
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
I'll work on this for a while and let you know if I find anything useful. Any help is appreciated. This mod looks great.
I would just switch hosts but they already have my money

OpenCart user since 4/27/10
I commented out line 8 in /admin/controller/module/news.php
// $this->load->language('module/news');
and it loads now.
Had to comment out line 20 and 32 to be able to add news and update news.
The only language I see missing are the page titles and text_success upon adding news.
THANK YOU for the module!! I love it

I will use it to develop an article manager and release it for free

OpenCart user since 4/27/10
OpenCart user since 4/27/10
If commenting out references to the language file fixes your problem, then there is something wrong with how you've got your system set up that goes a lot deeper than the news module.linuxaisle wrote:I commented out line 8 in /admin/controller/module/news.php
// $this->load->language('module/news');
and it loads now.
Had to comment out line 20 and 32 to be able to add news and update news.
Since this is a free module, I have no idea what you're talking about.... I don't think it's right for devs to charge for add-ons to open source software.
Yes it does! Did you follow the instructions in the readme file on how to get it to display on the home page?One more thing, the news.tpl does not detect whether it is on the home page or on the side.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
No doubt about that. I'll be looking for a new server as soon as I start making some money.fido-x wrote:If commenting out references to the language file fixes your problem, then there is something wrong with how you've got your system set up that goes a lot deeper than the news module.
Right, I wasn't talking about your module, just in general. Thank you!Since this is a free module, I have no idea what you're talking about.
Yes, I followed the instructions. isset($homepage) was not returning true for some reason. I had no problem fixing it, so if I'm the only one then don't worry about it.Yes it does! Did you follow the instructions in the readme file on how to get it to display on the home page?
Peace
Check it out

OpenCart user since 4/27/10
If isset($homepage) is not returning a value, your problems lie outside the news module. You've put something in the wrong place. And yes, you are the only one complaining about it. Perhaps the problem lies in the fact that you are using a customised layout and this is most likely the cause of ALL your problems. The standard template uses a 3 column layout, you only have 2.linuxaisle wrote:Yes, I followed the instructions. isset($homepage) was not returning true for some reason. I had no problem fixing it, so if I'm the only one then don't worry about it.
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool
If you're not living on the edge ... you're taking up too much space!
Users browsing this forum: No registered users and 1 guest