Search found 14 matches

by tpsvca
Sun Sep 25, 2011 7:41 am
Forum: Modules/Add-Ons
Topic: [solved] CGFeedback template question
Replies: 3
Views: 1530

Re: [solved] CGFeedback template question

try this:

Code: Select all

{$input_comment|replace:'80':'55'}
by tpsvca
Fri Sep 23, 2011 5:20 am
Forum: Modules/Add-Ons
Topic: [SOLVED]CGFeedBack - recent comments
Replies: 8
Views: 3696

Re: [SOLVED]CGFeedBack - recent comments

It doesn't work, it is a bug. I had to write a UDT to get around it in order for comments to be able to appear on any page not just the page they are posted on. Call the UDT below with {testimonials num=3} num is obviously the number of comments you want to return and if(isset($params['num'])) { $n...
by tpsvca
Thu Sep 22, 2011 4:45 am
Forum: Modules/Add-Ons
Topic: [SOLVED]CGFeedBack - recent comments
Replies: 8
Views: 3696

Re: [SOLVED]CGFeedBack - recent comments

Actually, I don't understand how to show recent comments (I want to do so for all pages (left-side block)). I've tried action="summary" with key1="__page__" - no effect. I've set up key3 to comm and call module like {CGFeedback key3="comm" action="summary"} -...
by tpsvca
Thu Jun 30, 2011 4:56 am
Forum: Modules/Add-Ons
Topic: CGBlog/news display category name in category view?
Replies: 4
Views: 1929

Re: CGBlog/news display category name in category view?

kalozura wrote:Thanks for the info tpsvca, tho this didnt work for me, tried and double checked the steps 3 times and no dice, not sure why.
post here your templates codes, i'll take a look
by tpsvca
Tue Jun 28, 2011 11:56 am
Forum: CMSMS Core
Topic: [SOLVED] News module: show title of category at top of summary template?
Replies: 5
Views: 3265

Re: [SOLVED] News module: show title of category at top of s

My solution: first you must to do everything about post title instead {title}: http://forum.cmsmadesimple.org/viewtopic.php?t=30475 or http://www.dootch.com/2010/04/seo-friendly-titles-for-modules-in-cmsms/ (content stealer? :D ) After that: put in to your summary template following code: {foreach f...
by tpsvca
Tue Jun 28, 2011 11:55 am
Forum: Modules/Add-Ons
Topic: CGBlog/news display category name in category view?
Replies: 4
Views: 1929

Re: CGBlog/news display category name in category view?

I need the same thing... I have solution :) Take it: first you must to do everything about post title instead {title}: http://forum.cmsmadesimple.org/viewtopic.php?t=30475 or http://www.dootch.com/2010/04/seo-friendly-titles-for-modules-in-cmsms/ (content stealer? :D ) After that: put in to your su...
by tpsvca
Tue Jun 28, 2011 6:55 am
Forum: Modules/Add-Ons
Topic: CGBlog/news display category name in category view?
Replies: 4
Views: 1929

Re: CGBlog/news display category name in category view?

I need the same thing...
by tpsvca
Tue Jun 14, 2011 5:24 am
Forum: Modules/Add-Ons
Topic: [Products] Sorting by field definitions does not work
Replies: 9
Views: 2944

Re: [Products] Sorting by field definitions does not work

Try to switch of cache and delete everything in cache directory (this trick didn't help for me...)
by tpsvca
Mon Jun 13, 2011 9:50 am
Forum: Modules/Add-Ons
Topic: [Products] Sorting by field definitions does not work
Replies: 9
Views: 2944

Re: [Products] Sorting by field definitions does not work

I have solved my problem... Looks like problem becomes when you editing existing {Products} tag. Try to delete {Product} tag, save your page, and then enter new and full (with all options) {products} tag. After that modify every field in your products, you need to sort and save products. I think thi...
by tpsvca
Mon Jun 13, 2011 5:48 am
Forum: Modules/Add-Ons
Topic: [Products] Sorting by field definitions does not work
Replies: 9
Views: 2944

Re: [Products] Sorting by field definitions does not work

Hello there, i have problem even stranger then this one... In the same site: {Products category="cat1" summarytemplate="transport" sortby="f:sorting"} works {Products category="cat3" summarytemplate="transport" sortby="f:sorting"} works {Pr...
by tpsvca
Sun Apr 10, 2011 8:10 pm
Forum: CMS Show Off
Topic: Bouncy Castle Company Website
Replies: 3
Views: 2217

Re: Bouncy Castle Company Website

Very beautiful, original and playful
by tpsvca
Thu Aug 12, 2010 2:10 pm
Forum: Darbo / bendradarbiavimo pasiūlymai ir paieška
Topic: Darbo pasiūlymas labai gerai išmanančiam CMSMS
Replies: 0
Views: 8350

Darbo pasiūlymas labai gerai išmanančiam CMSMS

Sveiki, likimo broliai, Siūlau darbą žmogui, kuris puikiai išmano CMSMS (bent jau ne blogiau nei aš pats) :). Turiu projektų, kurius reikia pagaminti "ant CMSMS" ir pats nebespėju tvarkytis. Darbas būtų pastovus, tačiau ne pilną darbo dieną. Apmokėjimas priklausytų nuo projektų kiekio ir s...
by tpsvca
Mon Feb 08, 2010 8:50 am
Forum: Modules/Add-Ons
Topic: An issue with setting up FormBuilder
Replies: 2
Views: 1000

Re: An issue with setting up FormBuilder

Solved! Use {$mail->input} instead {$fld_36->input}!
by tpsvca
Mon Feb 08, 2010 8:27 am
Forum: Modules/Add-Ons
Topic: An issue with setting up FormBuilder
Replies: 2
Views: 1000

Re: An issue with setting up FormBuilder

Having the same problem:

the method

Code: Select all

<div>my field {$fld_36->input}</div>
don't work in the formbuilder template...

Go to advanced search