Search found 62 matches

by nikkio
Wed Jul 15, 2015 8:03 am
Forum: Layout and Design (CSS & HTML)
Topic: <SOLVED> Bootstrap 3 Menu Conversion problem
Replies: 4
Views: 4430

Re: Bootstrap 3 Menu Conversion problem

Maybe something like this? {strip} {if $count > 0} <ul class="nav navbar-nav navbar-right"> {foreach from=$nodelist item=node} {if $node->depth > $node->prevdepth} {repeat string="<ul class="dropdown">" times=$node->depth-$node->prevdepth} {elseif $node->depth < $node->...
by nikkio
Thu Jul 02, 2015 12:25 pm
Forum: CMS Show Off
Topic: Responsive news magazine website
Replies: 0
Views: 2312

Responsive news magazine website

Hi, i've published a restyling of a news website. http://www.bitontotv.it Of course is an italian website. Of course it's like Vice :) but it's a customer request. Modules I've used: CGBlog, CGSmartImage, CGSympleSmarty, ECB, GBFilepicker, Gallery, CustomGS and HitCounter. And Foundation5 as respons...
by nikkio
Mon Jun 01, 2015 12:38 pm
Forum: Modules/Add-Ons
Topic: [SOLVED] mix post type in news page
Replies: 14
Views: 3020

Re: mix post type in news page

I think you should put the if after the foreach..

Code: Select all

{foreach from=$items item=entry}
{if $entry->fields.$youtube->value != ""}
---youtube code
{else}
--- non youtube
{/if}
{/foreach}
by nikkio
Wed May 27, 2015 3:19 pm
Forum: Modules/Add-Ons
Topic: Get HitCounter to show CGBlog images in results?
Replies: 4
Views: 1609

Re: Get HitCounter to show CGBlog images in results?

Thank you Velden for the suggestion!
I'm new to this and I'm here to learn :)

.nikkio
by nikkio
Wed May 27, 2015 11:23 am
Forum: Modules/Add-Ons
Topic: Get HitCounter to show CGBlog images in results?
Replies: 4
Views: 1609

Re: Get HitCounter to show CGBlog images in results?

Hi! i've made a popular template in Hitcounter like this: {foreach $popular as $linkdefn} {capture append="ids"} {$linkdefn->id} {/capture} {/foreach} {foreach $ids as $idblog} {CGBlog action="detail" detailtemplate="btv_popolari" articleid="{$idblog}"} {/fore...
by nikkio
Fri Mar 06, 2015 3:10 pm
Forum: Help Wanted (commercial)
Topic: Need entry level CMSMS developer
Replies: 1
Views: 2553

Re: Need entry level CMSMS developer

pm sent :)
by nikkio
Sat Nov 15, 2014 3:57 pm
Forum: Dutch - Nederlands
Topic: [solved]Upgrade naar Jquery 1.3.4 hangt CMSMS op!
Replies: 2
Views: 1817

Re: Upgrade naar Jquery 1.3.4 hangt CMSMS op!

Well... if I understood:) (I start to live in Netherlands from few months)

I've had the same issue, and i solved deleting the cache/cookies of the browser (Firefox)

.nikkio
by nikkio
Wed Oct 29, 2014 12:18 pm
Forum: Modules/Add-Ons
Topic: CGBlog categories make case insensitive
Replies: 8
Views: 2563

Re: CGBlog categories make case insensitive

I've made the same thing using this: {CGBlog number="16" summarytemplate="ptv_category_list" category="{title}" detailpage="dettaglio-notizia"} on this website http://www.puntotvonline.it/ and it works quite well, you can see the pages in "notizie" a...
by nikkio
Thu Jul 17, 2014 9:06 am
Forum: Italian - Italiano
Topic: creare area riservata
Replies: 4
Views: 7266

Re: creare area riservata

Ciao Giapippo,

quando installi FEU, si attiva un nuovo tipo di contenuto chiamato "contenuto protetto", che ti da la possibilità di limitare l'accesso ad un gruppo specifico tramite il tab "permessi"

.nicola
by nikkio
Fri Jul 04, 2014 11:08 am
Forum: CMS Show Off
Topic: New event website
Replies: 0
Views: 2166

New event website

Hi! I've just published a new event website. The site is developed with foundation, so fully responsive. I used mainly the CGCalendar module and Listit2 for the sections "dove dormire" , "dove mangiare" and the homepage slideshow. You cas have a look here: http://www.parcodellear...
by nikkio
Fri Jul 04, 2014 9:52 am
Forum: Italian - Italiano
Topic: Ordinamento cronologico news
Replies: 2
Views: 4161

Re: Ordinamento cronologico news

hai provato a chiamare il modulo delle news aggiungendo il parametro sortby="..."?

nelle istruzioni del modulo ci sono i vari tipi di ordinamento
by nikkio
Mon Jun 30, 2014 8:36 am
Forum: Modules/Add-Ons
Topic: CGCalendar 1.14.3 how show category in detail template
Replies: 2
Views: 1640

Re: CGCalendar 1.14.3 how show category in detail template

Thank you Calguy!

It works!
calguy1000 wrote:In the event template:

{$event.categories} is an array of integer category id's.
{$event.category_names} is a string with a , separated list of category names.
by nikkio
Mon Jun 30, 2014 1:14 am
Forum: Modules/Add-Ons
Topic: CGCalendar 1.14.3 how show category in detail template
Replies: 2
Views: 1640

CGCalendar 1.14.3 how show category in detail template

Hi all,

as the subject... how can I show the list of associated category in detail view of the event?

I've tried this but do not work

Code: Select all

{if isset($event.categories)}
{foreach from=$event.categories item='category'}
{$category->name}
{/foreach}
{/if}
Any help is appreciated

thank you!
by nikkio
Sat Jun 28, 2014 3:41 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Internal links do not work
Replies: 8
Views: 3870

Re: Internal links do not work

Maybe something wrong with the .htaccess?

Have you copied the new htaccess from the doc directory in the root?

Go to advanced search