You are working on this module for free? Man, actually I am touched.
|

|
|
|||
|
Regular
![]() ![]() Messages :
Inscrit: 2009-07-03 |
You are working on this module for free? Man, actually I am touched. |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2009-11-25 |
Hi again Well !! we shall wait A+ Phil Did |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2008-12-01 |
Ok, here it is: Core moduleDeprecated, use these Comments moduleDeprecated, use these Separate sitemap moduleDeprecated, use these. (experimental (test and tell if the sitemap it generates is correct, I’m kind of noob here)) These two modules are dependant: install core module first, then install comments module (if you need comments, that is, if you don’t, just install the Core module). It should work fine, tested it with 1.3.1 and 1.2.5. I will create a few more modules to extend it’s functionality. All those fields are multilingual. You can also change entry’s status — active/inactive (inactive entries will not be listed in the frontend).
It’s not yet completely finished, I will be adding features, but you can use it now.
/* CMS specifics meta tags */Under these lines add:
elseif ($id_entry = self::getValue('id_entry'))Save and close. Modifications needed if you use SEF (Search Engine Friendly URLs): open your .htaccess file and add two lines:
RewriteRule ^blog/$ /modules/blocknews/news.php [QSA,L,E]A better way is to open yout admin/tabs/AdminGenerator.php, find
$tab['RewriteRule']['comment'] = '# URL rewriting rules';And add under it:
$tab['RewriteRule']['content']['^blog/$'] = '/modules/blocknews/news.php [QSA,L,E]';To those who already installed the previous version: you’re going to have to undo all the changes you’ve made, sorry. Basically, check the instructions in the first post and do the opposite |
|
|
|
|
|
|||
|
V.I.P.
![]() ![]() ![]() ![]() Messages :
Inscrit: 2009-01-01 |
To Eihwaz, You need to take some donation as this module is a hard module to write. Getting a donation does not obligate you to give support. It only means we are appreciated your work. I have given donations to all of the free modules that I am using. I have never received extra support or intend to demand for extra support because of the fund that I have contributed. I know this module is not an easy module to write. I will not use this module as I am using wordpress and I don’t want o re-set up my blog again. But I am more than willing to make a donation as I will study your codes from top to bottom, and inside and out. I want to say thank you again for all your help. |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2009-11-25 |
Re, I will do a reinstall as soon as i can and tell you so A+ |
|
|
|
|
|
|||
|
Apprentice
![]() ![]() Messages :
Inscrit: 2009-11-06 |
Hi Eihwaz, First, thanks a ton for your module. It’s very useful. Thanks Images jointes
|
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2008-12-01 |
Hi, venintech! |
|
|
|
|
|
|||
|
Apprentice
![]() ![]() Messages :
Inscrit: 2009-11-06 |
Hi Eihwaz, Thanks for your quick support. Thanks |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2008-12-01 |
This is strange… Try reinstalling the module, if this doesn’t help, run this query on your database — it will create the necessary tables:
CREATE TABLE `ps_news` ( |
|
|
|
|
|
|||
|
Apprentice
![]() ![]() Messages :
Inscrit: 2009-11-06 |
Hi Eihwaz, Big thanks again Thank you, |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2008-12-01 |
Thank you! |
|
|
|
|
|
|||
|
Apprentice
![]() ![]() Messages :
Inscrit: 2009-11-06 |
Hi Eihwaz, I run your 2 query sql you guided. Not reinstallation. Thanks, |
|
|
|
|
|
|||
|
Club Member
![]() ![]() ![]() Messages :
Inscrit: 2008-12-01 |
For now, yes, it’s restricted to left or right columns. But you can easily extend it and hook to homepage content:
public function hookRightColumn($params) {Copy this bit, paste it below and change function name:
public function hookHome($params) {Save and close. You can now transplant this module to homepage content. It will us the same template, though, which may not be what you want, so I’d suggest to wait for a new version of the module. |
|
|
|
|
|
|||
|
Newcomer
![]() Messages :
Inscrit: 2009-11-14 |
Hi Eihwaz, Thanks alot for this great module! It’s very well written. |
|
|
|
|
|
|||
|
Regular
![]() ![]() Messages :
Inscrit: 2009-07-03 |
This module is a lot better than commercial modules. Very easy to install, and works great. I had purchased few commercial modules and they don’t work. And the sellers didn’t care if the modules work as long as I paid for it, no support. You are giving these modules out for free. Star is right, you are more than just great. Can this news module has twitter feature? What I mean is the posts will upload to twitter automatically? And can this has it’s own sitemap.php so that we can list our posts? And it’s own sitemap.xml so that we can submit it to Google as a blog? Thanks a zillion |
|
|
|
|