Search found 62 matches

by Sendlingur
Mon Nov 19, 2018 2:14 pm
Forum: Modules/Add-Ons
Topic: News module "See more" link to External Webpage?
Replies: 1
Views: 806

News module "See more" link to External Webpage?

Hi all I've one question.

Is it possible to somehow use the "See more" link to go to an external webpage instead of going to the detailpage?

And off course without making a new template for each news item.

thanks in advance.
by Sendlingur
Thu Oct 18, 2018 3:46 pm
Forum: Layout and Design (CSS & HTML)
Topic: <h3> and <p> tags inside <a></a> tags not showing
Replies: 2
Views: 2208

<h3> and <p> tags inside <a></a> tags not showing

I'm trying to use this code in the content editor <div class="col-lg-4 col-md-5 col-sm-6 flex-box floor-descr"> <a href="{cms_selflink href ="seemorepage"}" class="service-box"> <h3>Text</h3> <p>More text text text text </p> <footer> <span class="see-more...
by Sendlingur
Tue Oct 16, 2018 3:41 pm
Forum: Modules/Add-Ons
Topic: Problem with News Module Custom fields
Replies: 1
Views: 846

Re: Problem with News Module Custom fields

Nevermind.....I posted for help too soon...

the problem was bad naming :)

I named the custom fields Image2 and Image3 instead of image2 and image3.

my bad....
by Sendlingur
Tue Oct 16, 2018 3:38 pm
Forum: Modules/Add-Ons
Topic: Problem with News Module Custom fields
Replies: 1
Views: 846

Problem with News Module Custom fields

I have three custom fields in my news module. They are called image, image2 and image3. I'm not able to call any of them individually except the 'image' one the other don´t show up if I call them. this is the code I'm using to call the custom fields <img src="{$entry->file_location}/{$entry->fi...
by Sendlingur
Tue Oct 16, 2018 12:18 pm
Forum: Layout and Design (CSS & HTML)
Topic: <textarea> tag not showing in browser
Replies: 3
Views: 2618

Re: <textarea> tag not showing in browser

Thank you both for the info. I have everything working as it should now
by Sendlingur
Fri Oct 12, 2018 11:41 am
Forum: Layout and Design (CSS & HTML)
Topic: <textarea> tag not showing in browser
Replies: 3
Views: 2618

<textarea> tag not showing in browser

I pasted a form to the <source code> in the content manager. But the <input> tags are only showing but not the <textarea> tag. It is almost like the editor is somehow skipping the tag after I paste it to the <source code>. (please see attachment) notextarea.PNG Can someone explain to me why this is ...
by Sendlingur
Tue Sep 25, 2018 4:19 pm
Forum: Modules/Add-Ons
Topic: the Bookmarks module
Replies: 6
Views: 1616

Re: the Bookmarks module

http://dev.cmsmadesimple.org/projects/linkmgr Hi Rolf, thanks again for pointing this module out to me. I've started using the module and this is exactly what I was looking for, but in the link description I would in some occasions need to add email addressess and links to other sites inside the li...
by Sendlingur
Thu Sep 06, 2018 8:43 am
Forum: CMSMS Core
Topic: Adding {$entry->content} to search results.
Replies: 15
Views: 5125

Re: Adding {$entry->content} to search results.

From default Search result template: Quote: {* You can also instantiate custom behaviour on a module by module basis by looking at the $entry->module and $entry->modulerecord fields in $entry ie: {if $entry->module == 'News'}{News action='detail' article_id=$entry->modulerecord detailpage='News'} *...
by Sendlingur
Wed Sep 05, 2018 5:11 pm
Forum: CMSMS Core
Topic: Adding {$entry->content} to search results.
Replies: 15
Views: 5125

Re: Adding {$entry->content} to search results.

I will try the javascript approach, but honestly I think it's a bit strange that the Search Module is so unflexible. Somehow I thought it would be rather easy to just implement $entry -> content to the foreach loop and then the magic would happen :)
by Sendlingur
Wed Sep 05, 2018 4:48 pm
Forum: Modules/Add-Ons
Topic: the Bookmarks module
Replies: 6
Views: 1616

Re: the Bookmarks module

Thank you for the tip Rolf, this module looks like it is exactly what I need.
by Sendlingur
Wed Sep 05, 2018 2:56 pm
Forum: Modules/Add-Ons
Topic: the Bookmarks module
Replies: 6
Views: 1616

Re: the Bookmarks module

Great, thank you.. I'll check it out
by Sendlingur
Wed Sep 05, 2018 2:54 pm
Forum: CMSMS Core
Topic: Adding {$entry->content} to search results.
Replies: 15
Views: 5125

Re: Adding {$entry->content} to search results.

I tried <pre>{$entry|print_r}</pre> content is not one of the options.

I'm to much of a newbie to know how to play with the {page_attr} tag :)
by Sendlingur
Wed Sep 05, 2018 2:43 pm
Forum: Modules/Add-Ons
Topic: the Bookmarks module
Replies: 6
Views: 1616

the Bookmarks module

Hi everyone

I'm trying to search for the Bookmarks module, it seems like it is not available anymore, at least not for CMS MS 2.x.

Is there another similar Module that I can use that has the same or similar function?

All the best
Sendlingur
by Sendlingur
Wed Sep 05, 2018 2:36 pm
Forum: CMSMS Core
Topic: Adding {$entry->content} to search results.
Replies: 15
Views: 5125

Adding {$entry->content} to search results.

Im trying to add {$entry->content} to the search results of my page but with out any luck. <li><a href="{$entry->url}">{$entry->urltxt}</a> ({$entry->weight}%) </li> {$entry->content} I know there is a 7 years old post here about the the same issue. The solution presented in that post does...
by Sendlingur
Thu Aug 30, 2018 10:13 am
Forum: Modules/Add-Ons
Topic: Displaying Categories in Summary Template
Replies: 1
Views: 790

Displaying Categories in Summary Template

I'm trying to display Categories in the Summary template for Company Directory Module. I'm using this code snippet, but it is not working and I can't see why it is not. {if isset($entry->canonical)}{$canonical=$entry->canonical}{/if} {if isset($categories)} {$CompanyDirectory->Lang('categories')}:&a...

Go to advanced search