All right I got it.
Is there a way to do something similar to SimpleTagging with a module or a plugin?
thank you
Fabiano
Search found 16 matches
- Sun Jan 08, 2012 5:28 pm
- Forum: Modules/Add-Ons
- Topic: Simple Tagging 0.3.1 is still not working
- Replies: 1
- Views: 999
- Fri Dec 30, 2011 9:22 pm
- Forum: The Lounge
- Topic: variable domain something to be explained [SOLVED]
- Replies: 2
- Views: 1188
Re: variable domain something to be explained [SOLVED]
Thank you a ton! I forgot about that!


- Fri Dec 30, 2011 7:22 am
- Forum: The Lounge
- Topic: variable domain something to be explained [SOLVED]
- Replies: 2
- Views: 1188
variable domain something to be explained [SOLVED]
Hello again everybody, I would like to ask you if you can explain why I have a variable assigned in the header of my template: <head> {capture assign='tagname'}{title}{/capture} here it works: {$tagname} </head> </__body> here doesn't: {$tagname} <__body> but I cannot use it in the body. Is there so...
- Fri Dec 30, 2011 7:00 am
- Forum: Modules/Add-Ons
- Topic: Simple Tagging 0.3.1 is still not working
- Replies: 1
- Views: 999
Simple Tagging 0.3.1 is still not working
Hello to everybody,
I am just wondering if the module Simple Tagging will be available soon for the last release or is going to be left unsupported.
I have just update my website and I think having a tag loud or so is such a nice thing. Anyway is there something I can do to reproduce it?
thanks a lot.
I am just wondering if the module Simple Tagging will be available soon for the last release or is going to be left unsupported.
I have just update my website and I think having a tag loud or so is such a nice thing. Anyway is there something I can do to reproduce it?
thanks a lot.
- Thu Mar 03, 2011 6:58 am
- Forum: General Discussion
- Topic: Simpletagging and news feature [AUTO SOLVED]
- Replies: 2
- Views: 2183
Re: Simpletagging and news feature [AUTO SOLVED]
I follow the tip of JeremyBass and I create a UDT in this way: if (substr($_GET["page"],0,4)== "news"){ echo str_replace ( '-' , ' ' , substr(strrchr($_GET["page"], '/'),1)); } after that I checked if in the title there is the news tag or not and I assign it in a variab...
- Thu Mar 03, 2011 6:47 am
- Forum: Modules/Add-Ons
- Topic: CGExtension Error Throwing after Update
- Replies: 2
- Views: 1726
Re: CGExtension Error Throwing after Update
Hi,
I had the same problem, how did you fix it?
thanks
Fabiano
I had the same problem, how did you fix it?
thanks
Fabiano
- Wed Mar 02, 2011 5:08 pm
- Forum: General Discussion
- Topic: Simpletagging and news feature [AUTO SOLVED]
- Replies: 2
- Views: 2183
Re: Simpletagging and news feature [partially solved]
partially solved for the simple tagging cuz I've replaced the 'get' UTD with this code using the URL to get title: if (substr($_GET["page"],0,4)== "tags"){ echo substr(strrchr($_GET["page"], '/'),1); } now I'm going back to think something for the news.... I'll let you ...
- Wed Mar 02, 2011 11:02 am
- Forum: General Discussion
- Topic: Simpletagging and news feature [AUTO SOLVED]
- Replies: 2
- Views: 2183
Simpletagging and news feature [AUTO SOLVED]
Hi everybody, I tried all the old posts about but without finding the right solution. I had this template working fine before the update where I was capturing the tag with the UDT as I've seen in a old post. get_tag $tagname=$_GET['ctag']; echo $_GET['ctag']; and the the template I used this code: <...
- Sat Apr 25, 2009 6:15 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Simpletagging : tag and title name
- Replies: 4
- Views: 1822
Re: [SOLVED] Simpletagging : tag and title name
this is the solution I used: 1) create a new tag called get_tag $tagname=$_GET['ctag']; echo $_GET['ctag']; 2) capture the tag name into the template {capture assign='tagname'}{get}{/capture} {if !empty($tagname)} Tag {$tagname} - {sitename} {else} {sitename} - {title} {metadata} ...
- Wed Apr 22, 2009 6:52 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Simpletagging : tag and title name
- Replies: 4
- Views: 1822
Re: Simpletagging : tag and title name
yes I did but no luck...
I'm missing something...
I'm missing something...
- Wed Apr 22, 2009 11:07 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Simpletagging : tag and title name
- Replies: 4
- Views: 1822
[SOLVED] Simpletagging : tag and title name
Hi to all, I've followed this instructions but http://forum.cmsmadesimple.org/index.php/topic,23379.msg113865.html#msg113865 there is a problem with the page title. I've assigned {assign var='tagname' value=$searchtag} in Content -> SimpleTagging "Template for tag search" the problem is ...
- Wed Jul 11, 2007 4:52 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Stucked on STEP ZERO. Help...
- Replies: 9
- Views: 4216
Re: Stucked on STEP ZERO. Help...
I was trying o find something wrong in the webserver...
but the sessions are enable, if you try to go http://www.edilza.it/phpinfo.php
seems everything's fine... could be only a privilegies problem?
but the sessions are enable, if you try to go http://www.edilza.it/phpinfo.php
seems everything's fine... could be only a privilegies problem?
- Tue Jul 10, 2007 8:44 pm
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Stucked on STEP ZERO. Help...
- Replies: 9
- Views: 4216
Re: Stucked on STEP ZERO. Help...
Thanks for your reply, I didn't fix the problem yet. I tried to call my provider for more details.. I'll let you know whenever they will reply...
By the way IIS SUCKS!!!!
Greetings
Fabiano
By the way IIS SUCKS!!!!
Greetings
Fabiano
- Mon Jul 09, 2007 9:56 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Stucked on STEP ZERO. Help...
- Replies: 9
- Views: 4216
Re: Stucked on STEP ZERO. Help...
So how did you fix it?
I red on that post only
let me know...
Thanks
Fabiano
I red on that post only
How can I fix it?Cyberman found out that there is a problem with the templates
let me know...
Thanks
Fabiano
- Mon Jul 09, 2007 6:57 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Stucked on STEP ZERO. Help...
- Replies: 9
- Views: 4216
Stucked on STEP ZERO. Help...
Hi everybody, I'm trying to install CMSMS to this server but without any success. I uploaded the whole package and I've created the config.php and make the tmp and upload dir writable ( CHMOD 777 ) but without any success. When I write www.edilza.it a blank page came without any message. here you ca...