Hi Wishbone,
Looks great, nice design.
Would you like to share about news module templates?? I always stuck while designing the news templates.
Thank you.
Search found 17 matches
- Sun Apr 21, 2013 6:49 pm
- Forum: CMS Show Off
- Topic: IKF Northwest Region 6 Gold Cup Sprint
- Replies: 2
- Views: 2581
- Fri Mar 29, 2013 6:01 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Re: Hiding headlines which has summary already??
Ok, if I get it correctly you need to make two distinct lists: All the articles that have summary; All those that don't have summary; So, if that is the case, in your headlines template you would do something like <ul> {foreach from=$items item=entry} {if !$entry->summary} <li> <a href='{$ent...
- Mon Mar 25, 2013 8:38 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Re: Hiding headlines which has summary already??
I don't understand your goal exactly: Your calling a summary template to display some items and after that you call the code to display headlines (which I would expect to be called from a summarytemplate). yeah, valden, i have 2 summary templates, one for headlines with news description and other f...
- Mon Mar 25, 2013 7:51 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Re: Hiding headlines which has summary already??
I guess you call the {news} from your detail template to show the summary below the detail view? If so: Assign de news id to a variable somewhere in the detail template: {assign var='currentNewsItem' value=$entry->id} Check for that variable in your summarytemplate: {foreach from=$items item=entry}...
- Mon Mar 25, 2013 7:22 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Re: Hiding headlines which has summary already??
We need more info before we can even try to help... ??? How To Submit a Question So You'll Actually Get Help Where in your templates you call the news tag and how? What's your news template like?.... etc, etc, etc... Thank you jo! for the reply and sorry for not detail info!! I am using CMS Made Si...
- Sun Mar 24, 2013 9:45 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Re: Hiding headlines which has summary already??
I desperately need to know this please help me out!!! 
- Sun Mar 17, 2013 11:51 am
- Forum: The Lounge
- Topic: Hiding headlines which has summary already??
- Replies: 10
- Views: 3704
Hiding headlines which has summary already??
Hello!!
I have problem in news modules, hope picture will make more clear.
Thank you in advance.
I have problem in news modules, hope picture will make more clear.
Thank you in advance.
- Wed Feb 20, 2013 6:08 am
- Forum: The Lounge
- Topic: [SLOVED] Facebook comment in News details??
- Replies: 4
- Views: 2282
Re: Facebook comment in News details??
Thank you, works perfectly you made my day. would love to know it in details you can reply when ever you are free!!!uniqu3 wrote:Code: Select all
<div class="fb-comments" data-href="{$entry->canonical}" data-width="470" data-num-posts="10"></div>
Thanks once again.
- Tue Feb 19, 2013 10:07 am
- Forum: The Lounge
- Topic: [SLOVED] Facebook comment in News details??
- Replies: 4
- Views: 2282
Re: Facebook comment in News details??
Facebook comments? I don't know this module but most that are set up as comments on News etc. have a parameter like key2='$entry->id' that will associate the comment to that particular article... Thank you for reply css doc!! Its not fb module for CMSMS its a facebook comment plugin (https://develo...
- Mon Feb 18, 2013 12:43 pm
- Forum: The Lounge
- Topic: [SLOVED] Facebook comment in News details??
- Replies: 4
- Views: 2282
[SLOVED] Facebook comment in News details??
I added facebook comment in news details page but all the comments are showing in all news. I would like to show comments which were given in specific news, this would be a great help.
Thank you.
Thank you.
- Wed Apr 09, 2008 2:10 pm
- Forum: Modules/Add-Ons
- Topic: error in my 'show smileys' pop up page..!!
- Replies: 0
- Views: 852
error in my 'show smileys' pop up page..!!
I just installed the smileys module i am using it in guestbook when i click show smileys link i can see the smiileys and also get fallowing error:
Notice: Undefined index: callback in /home/cms/public_html/modules/Smileys/popup.php on line 40
Thanks in advance for reply.
Notice: Undefined index: callback in /home/cms/public_html/modules/Smileys/popup.php on line 40
Thanks in advance for reply.
- Thu Apr 03, 2008 8:15 am
- Forum: [locked] Installation, Setup and Upgrade
- Topic: Parse error: syntax error, unexpected $end, expecting (error in my home page)
- Replies: 1
- Views: 1388
Parse error: syntax error, unexpected $end, expecting (error in my home page)
how to slove this type of error
I am using CMade Simple 1.2.3
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /home/mysite/public_html/tmp/templates_c/%%7E^7E8^7E8F1701%%template%3A20.php on line 109
plese help me out ASAP.
Parse error: syntax error, unexpected $end, expecting ',' or ';' in /home/mysite/public_html/tmp/templates_c/%%7E^7E8^7E8F1701%%template%3A20.php on line 109
plese help me out ASAP.
- Thu Feb 07, 2008 9:37 am
- Forum: Layout and Design (CSS & HTML)
- Topic: can i add rightsidebar in leftsidebar+1 column template???
- Replies: 1
- Views: 1098
can i add rightsidebar in leftsidebar+1 column template???
I am using leftsidebar+1 column template i want to add rightsidebar also. Please let me know how to add rightsidebar??
- Thu Feb 07, 2008 6:52 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] how to make page to fit in resolution 800 by 600 px??
- Replies: 3
- Views: 1463
Re: [solved] how to make page to fit in resolution 800 by 600 px??
thank you very much for the information.
- Thu Jan 31, 2008 8:26 am
- Forum: Layout and Design (CSS & HTML)
- Topic: [solved] how to make page to fit in resolution 800 by 600 px??
- Replies: 3
- Views: 1463
[solved] how to make page to fit in resolution 800 by 600 px??
I dont want auto screen fit for my page. i want only in resolution 800 by 600 px? How to make it??
