![]() |
A GOOD and versatile news manager needed - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: A GOOD and versatile news manager needed (/showthread.php?tid=2396) Pages:
1
2
|
A GOOD and versatile news manager needed - andyash - 2011-11-18 I'm at a loss here. I have poster a couple of posts in the modified News Manager. There is a picture in the first paragraph but it is not visible in the excerpt view. How do I get it there? And where do I use the .compilation article p img { margin : 5px 10px 0px 0px; width : 160px; padding : 4px; border : 1px solid #d3d0bc; background-color : #e9e6d3; float : left; height:auto; } code so it shows the image inside the excerpt as small but large inside the post view? Which code needs to be given the .compilation class? A GOOD and versatile news manager needed - Oleg06 - 2011-11-18 I am only just gave the example code in css show the code of your template and may I be able to help than either Google's translation ![]() A GOOD and versatile news manager needed - Oleg06 - 2011-11-18 try to write this code in the CSS file Code: li.search-entry { A GOOD and versatile news manager needed - mikeh - 2011-11-19 andyash Wrote:I'm at a loss here. I have poster a couple of posts in the modified News Manager. There is a picture in the first paragraph but it is not visible in the excerpt view. How do I get it there? And where do I use the 1. Open up the following file, plugins/news_manager/inc/functions.php 2. Look for the following function (should be around line 150 or so): nm_create_excerpt($content) 3. Inside that function delete the following line: $content = strip_tags($content); 4. Save the file and you see images in excerpts now. A GOOD and versatile news manager needed - andyash - 2011-11-19 mikeh Wrote:1. Open up the following file, Ok. I see the image now. But how to I connect the CSS to it to see the image as a thumbnail? A GOOD and versatile news manager needed - andyash - 2011-11-19 mvlcek Wrote:Oleg06 Wrote:I18N Search very good plugin for creating news with categories, sorry that he can not display images in a short news A GOOD and versatile news manager needed - Oleg06 - 2011-11-20 Sorry, we are talking about different plugins ![]() A GOOD and versatile news manager needed - andyash - 2011-11-21 How do I add Addthis or any other social networking code to a blog post? When I add the following to my template, it shows and works correctly on every page, but I want this to show only inside a blog post. How do I do that? <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ebaaf262833ecbb"></script> A GOOD and versatile news manager needed - andyash - 2011-11-22 mikeh Wrote:Here is a modified version of the news manager plugin with rss feed, categories, and an automatic RSS feed importer (to automatically import content from external rss feeds).. I am not currently offering any support on it do to time. Sorry everyone, i've been holding on to this for like 6 months One question, if I want the posts of only one category to show in a page what code do I use? EDIT: Found it. I have to put <?php nm_show_category('MyCategory'); ?> in the template. Question: If I want to show a certain number of posts to show here how do I manage that? Ex; I want only the excerpts of the latest post of a category to show on the home page. EDIT2: Is there any short code that I can use in the page itself to show the posts from a category, instead of having to create multiple templates? EDIT3: Another issue. I have 3 categories - writeups, news, shows. In the Blog Manager settings I have assigned a page Blog for the blog posts. In 3 different templates I have put the code to display posts in their respective 3 categories. However in the frontend when I click on a post it opens in the Blog page with the page and browser title Blog. It gets confusing. Is there a way for the posts to open only in their own respective pages? A GOOD and versatile news manager needed - andyash - 2011-11-22 mikeh Wrote:1. Open up the following file,When I do this some of the posts where there may be an image overlapping the excerpt length then my template breaks. Is there a way of avoiding that or ensuring that if an image is overlapping the text excerpt length then it should either be included or excluded from the excerpt? A GOOD and versatile news manager needed - andyash - 2011-11-23 n00dles101 Wrote:I'm doing up a tutorial for my site which has blogging/news setup just using mclvek's Customfields plugin and some php functions handle everything else (paging, categories, tagcloud, search etc... ) Hi Mike, Really requesting for an update on this. |