Search found 36 matches
- Sun Aug 26, 2012 12:34 pm
- Forum: Modules/Add-Ons
- Topic: NMS (Newsletter Made Simple) changing subscribe form templ
- Replies: 0
- Views: 907
NMS (Newsletter Made Simple) changing subscribe form templ
Cant find how to change Subscribe form HTML On the output I can see this code of NMS subscribtion: <form id="md4e46moduleform_1" method="post" action="http://mydomain" class="cms_form"> <div class="hidden"> <input type="hidden" name="m...
- Wed Apr 13, 2011 11:08 am
- Forum: CMSMS Core
- Topic: Self registering into CMSM admin
- Replies: 1
- Views: 961
Self registering into CMSM admin
I know about selfergistration for FrontEndUsers.
What I need, is let new users to register directly to group of CMSMS, lets say Editors group. Also Id like let those user to modify only several pages, lets say personal.
Also Id like let users login by using OpenID.
Is it possible somehow?
What I need, is let new users to register directly to group of CMSMS, lets say Editors group. Also Id like let those user to modify only several pages, lets say personal.
Also Id like let users login by using OpenID.
Is it possible somehow?
- Tue Oct 05, 2010 5:27 pm
- Forum: CMSMS Core
- Topic: News module + mod_rewrite = Duplicate content issues :((
- Replies: 5
- Views: 2524
News module + mod_rewrite = Duplicate content issues :((
If you have {news} in sidebar, with every different web page you get different URL, also how to ger URL lower case only. Look at google webmaster tools info: {sitename} - video - Jogos pratimai pradedantiesiems /tekstas/103/51/Jogos-pratimai-pradedantiesiems/ /tekstas/103/54/Jogos-pratimai-pradedant...
- Thu Feb 25, 2010 12:08 pm
- Forum: Developers Discussion
- Topic: Improving Polls, replacing session to cookie
- Replies: 0
- Views: 1231
Improving Polls, replacing session to cookie
Hi, Its time to improve our polls system. So I guess everyting what we need is in Polls.module.php file. Im not stong programmer of cmsms, but I think It would be much easier when we have the code. Make them eat the cookie: line 274: if (session_id()=="") session_start(); $q="INSERT ...
- Wed Oct 28, 2009 9:25 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedMaker doesn't work
- Replies: 11
- Views: 5289
Re: CGFeedMaker doesn't work
Im sorry, but I still have this problem in version 1.0.9. Maby Im doing wrong: So in my page where news are: I just pasted it: {news category='mynews number='10'} {CGFeedMaker action='autodiscovery' feed='news'} My browser auto detects URL http://url/feeds/news.rss but Internet Explorer cannot displ...
- Tue Oct 27, 2009 8:52 pm
- Forum: Modules/Add-Ons
- Topic: 1.6.6 News module + Mod_rewrite = missed parent in morelink
- Replies: 6
- Views: 2425
Re: 1.6.6 News module + Mod_rewrite = missed parent in morelink
finally Id find out what to do: in modules/news/action.default.php there is line: $prettyurl = 'news/'.$row['news_id'].'/'.($detailpage!=''?$detailpage:$returnid)."/$aliased_title"; so after little edit: $prettyurl = 'LT/news/'.$row['news_id'].'/'.($detailpage!=''?$detailpage:$retu...
- Tue Oct 27, 2009 8:15 am
- Forum: Modules/Add-Ons
- Topic: 1.6.6 News module + Mod_rewrite = missed parent in morelink
- Replies: 6
- Views: 2425
Re: 1.6.6 News module + Mod_rewrite = missed parent in morelink
no there are no folders, it is becouse of language menu tree /LT/ and /EN/
LT
-submeniu
-submeniu
EN
-submeniu
-submeniu
LT
-submeniu
-submeniu
EN
-submeniu
-submeniu
- Tue Oct 27, 2009 6:48 am
- Forum: Modules/Add-Ons
- Topic: 1.6.6 News module + Mod_rewrite = missed parent in morelink
- Replies: 6
- Views: 2425
Re: 1.6.6 News module + Mod_rewrite = missed parent in morelink
its ok, here is my config:
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
I guess I have to modify my .htaccess :/
$config['url_rewriting'] = 'mod_rewrite';
$config['page_extension'] = '';
$config['use_hierarchy'] = true;
$config['query_var'] = 'page';
I guess I have to modify my .htaccess :/
- Mon Oct 26, 2009 9:12 pm
- Forum: Modules/Add-Ons
- Topic: 1.6.6 News module + Mod_rewrite = missed parent in morelink
- Replies: 6
- Views: 2425
1.6.6 News module + Mod_rewrite = missed parent in morelink
With "none" and "internal" url rewriting everything fine. But with mod_rewrite: All my pages are: mydomain.com/LT/page-name but on news morelink: mydomain.com/news/251/60/Post-title /LT/ just gone? and The page was not found... I can manually edit URL into mydomain.com/LT/news/25...
- Thu Sep 24, 2009 4:39 pm
- Forum: Modules/Add-Ons
- Topic: 1.6.4 "Moindou" NEWS module date issue
- Replies: 4
- Views: 1236
- Thu Sep 24, 2009 3:12 pm
- Forum: Modules/Add-Ons
- Topic: 1.6.4 "Moindou" NEWS module date issue
- Replies: 4
- Views: 1236
Re: 1.6.4 "Moindou" NEWS module date issue
It helps, thank you.
Now date format is: 2009-09-23 23:20:14
How to remove time, just leave 2009-09-23
Now date format is: 2009-09-23 23:20:14
How to remove time, just leave 2009-09-23
- Thu Sep 24, 2009 5:43 am
- Forum: Modules/Add-Ons
- Topic: 1.6.4 "Moindou" NEWS module date issue
- Replies: 4
- Views: 1236
1.6.4 "Moindou" NEWS module date issue
I cant see dates after upgrading, I can see it dates in admin area news module. Template: ... <div class="news_title"> {$entry->titlelink} </div> {if $entry->formatpostdate} <span class="news_date">{$entry->formatpostdate}</span> {/if} {if $entry->summary} ... view source: <div c...
- Tue Sep 15, 2009 9:04 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: unsuccessful upgrade from 1.6.4 to .5
- Replies: 1
- Views: 1336
unsuccessful upgrade from 1.6.4 to .5
I just tryed to make an upgrade uploadding diff files, but all levels of menu just gone, in "view source" just empty places left. All database was accessible, News module worked fine, in ADMIN I can administer all content. After that I restored my backup. Later I tried to upload all files ...
- Thu Dec 11, 2008 2:31 pm
- Forum: Lithuanian - Lietuviškai
- Topic: simbolių repleisinimas Entities
- Replies: 0
- Views: 1889
simbolių repleisinimas Entities
Gal žinote kaip išjungti šitą dalyką, nes aš negaliu naudoti simbolių pvz {news moretext=">>>"} man repleisina ir rodo > arba modulio naudojimas templeite įrašau taip : {cms_module module=DewPlayer id='2'} o per view source rodo: repleisina į & simbolį ir neveikia.
- Thu Nov 13, 2008 2:34 pm
- Forum: Lithuanian - Lietuviškai
- Topic: Kaip į {$entry->printlink} įterpti rel="nofollow"
- Replies: 0
- Views: 1845
Kaip į {$entry->printlink} įterpti rel="nofollow"
Dabar matau kad google rezultatuose sudubliuoja puslapius. Norėčiau padaryti kad google nesektų "spausdinti" nuoroda.