Monday, 24 January 2011

Simplex Blognews - latest version - easy to install

Many people comment in my blog for reporting errors when installing and using template Simplex Blognews . Thanks you all for this . Without your error reporting and support ,I can't continue this work .
In this post ,I want to introduce to you latest version of Blognews template which is easier to use and fixed some bugs .


Live DemoDownload

Install instruction

1,Download this template from one of two links above .If you want to use Disqus ,choose template file included Disqus and if you don't ,choose the file with Blogger default comment system

2,Open template file in any word editor you have such as notepad ++

3,Here is code of main menu bar in template file :
    <ul>
                 <li>
                     <a href='http://simplexblognews.blogspot.com'>Home</a>
                 </li>
                 <li>
                     <a href='http://simplexblognews.blogspot.com/search/label/world'>World News</a>
                     <ul class='children'>
                         <li><a href='#'>Category</a></li>
                         <li><a href='#'>Category</a></li>
                         <li><a href='#'>Category</a></li>
                     </ul>
                 </li>

                 <li><a href='http://simplexblognews.blogspot.com/search/label/travel'>Travel</a></li>
                 <li><a href='http://simplexblognews.blogspot.com/search/label/sports'>Sports</a></li>

                 <li><a href='http://simplexblognews.blogspot.com/search/label/finance'>Finance</a>
                     <ul class='children'>
                         <li><a href='#'>Category</a></li>
                         <li><a href='#'>Category</a></li>
                         <li><a href='#'>Category</a></li>
                     </ul>
                 </li>
                
                 <li><a href='http://simplexblognews.blogspot.com/search/label/entertainment'>Entertainment</a></li>
                 <li><a href='http://simplexblognews.blogspot.com/search/label/business'>Business</a></li>                    
             </ul>
       

Change the text in bold to your category link . Follow this structure :
 <li><a href='category link '>category name</a></li>

4,If you download Simplex blognews comes with Disqus comment system ,to activate Disqus comment system ,find this code :

 <b:includable id='comments' var='post'>
                             <div id='disqus_thread'/>
<script type='text/javascript'>
    /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
    var disqus_shortname = &#39;simplexblognews&#39;; // required: replace example with your forum shortname

    // The following are highly recommended additional parameters. Remove the slashes in front to use.
    // var disqus_identifier = &#39;unique_dynamic_id_1234&#39;;
    // var disqus_url = &#39;http://example.com/permalink-to-page.html&#39;;

    /* * * DON&#39;T EDIT BELOW THIS LINE * * */
    (function() {
        var dsq = document.createElement(&#39;script&#39;); dsq.type = &#39;text/javascript&#39;; dsq.async = true;
        dsq.src = &#39;http://&#39; + disqus_shortname + &#39;.disqus.com/embed.js&#39;;
        (document.getElementsByTagName(&#39;head&#39;)[0] || document.getElementsByTagName(&#39;body&#39;)[0]).appendChild(dsq);
    })();
</script>
<noscript>Please enable JavaScript to view the <a href='http://disqus.com/?ref_noscript'>comments powered by Disqus.</a></noscript>

                         </b:includable>

and this code :

<script type='text/javascript'>
/* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */
var disqus_shortname = &#39;simplexblognews&#39;; // required: replace example with your forum shortname

/* * * DON&#39;T EDIT BELOW THIS LINE * * */
(function () {
var s = document.createElement(&#39;script&#39;); s.async = true;
s.type = &#39;text/javascript&#39;;
s.src = &#39;http://&#39; + disqus_shortname + &#39;.disqus.com/count.js&#39;;
(document.getElementsByTagName(&#39;HEAD&#39;)[0] || document.getElementsByTagName(&#39;BODY&#39;)[0]).appendChild(s);
}());
</script>

Change the text 'Simplexblognews' in bold to your Disqus shortname .
If you don't plan to use Disqus ,skip this step .

5,Save template and upload it to Blogger .

6,In Blogger Dashboard ,go to Page elements . In this page ,you will see many widgets .

7,To add your social network account



click on 'edit' link in Stay Connected widget



and add link to your social network accounts .


8,To add your logo ,click on 'edit' link in logo widget


and add link to your logo into widget content



9,'top ads','below feature ads' ,'primary top col ads','sidebarads','secondary ads right' ,and 'footerads' are widgets for advertising . You can click on 'edit' link of these widgets and add the ad code into widget content . Like this





10,To show posts under a category in the slider:

click on 'edit' link in 'feature content slider' widget


add the title you want to show into widget title ,and add the name of category into widget content .



In these pictures above ,I want to show posts in 'feature' category into slider ,so I add category name 'feature' into widget content and add the title 'feature' into widget title .

11,Do the same with other widgets . Click on 'edit' link in a widget ,add a category name into widget content and add the title you want to show in widget title . Recent posts in this category will be shown in where the widget you choose is .

For example ,I want to show posts under category 'Asia' in the position of widget 'below featured left'

First ,I click on 'edit' link in 'below featured left'



a dialog appeared .



then ,I add the category name 'asia' into widget content ,and add the title I want to show 'Asia' into widget title .

After that ,click Save .

If the category 'asia' existed in my blog ,and there is at least one post under category 'asia' ,it will be displayed in the position of 'below featured left'



12,To add images into Flickr widget
click edit link on flickr widget



and add your FlickR id into widget content



13,To add video to Daily video section
Click on Daily Vid widget



then add video embed code into widget content



14,To add a forum to blog,create a new page ,name it 'forum' and paste the forum embeded code into page content (in Edit HTML mode)



then go to Dashboard -> Go to Design -> Edit HTML ,search for the text 'http://simplexblognews.blogspot.com/p/forum.html'



and replace it with link to 'forum' page you've just created .There are 4 places need to change in total . After that ,save the changes .

15,If you want to increase/decrease the number of post in each category in homepage ,you can find go to Blogger Dashboard -> Design tab -> Edit HTML ,and then checked on Expand Widget templates . Find this code :

numposts = 4;
numposts1 = 1;
numposts2 = 9;
numposts3 = 4;
numposts4 = 4;
numposts5 = 2;
numposts6 = 1;
numposts7 = 10;
numposts8 = 7;

Try to increase each value to get the number of post you want .

Save template when you finish editing . You can drag and drop widgets ,change widget positions ,add or remove widgets ...

That's all for this template . With this version , you don't need to worry much about the code as old Blognews versions .
I hope you like it

65 comments:

  1. wel many people need a demo of this blogger template...i guess..newys i do need it



    humortechblog.com

    ReplyDelete
  2. bạn co thể cải thiện tốc độ của mẫu này không
    http://simplexdesign.blogspot.com/2010/10/simplex-transcript-another-template-on.html

    ReplyDelete
  3. Oh my!!!! This is working great on me!!!!!!!!!
    Thanks for the instruction!! I no longer have problem!!!
    Just follow the instruction well and you'll see the result!

    Check out my site to see the result:
    www.pinoynurseinfo.com

    ReplyDelete
  4. is this template google friendly?

    ReplyDelete
  5. breaking news does not appear.

    ReplyDelete
  6. @r11guiutz : yes ,in my opinion ,it better than old version ,loading faster ,remove unnecessary tags ,easy to setup and widget ready . I think Google crawlers will love this template ^^
    @Tultas : follow the instruction please ,my friend . If this is your blog http://tulodongatas.blogspot.com/ ,there's no post on this blog ,so what you want to display ?

    ReplyDelete
  7. what label for breaking news?

    ReplyDelete
  8. flickr badge does not show

    &size=s\"><\/script>");

    ReplyDelete
  9. nhamngahanh: You could make a revamped version of my theme or Simplex Newsportal without the bugs, faster loading and SEO friendly.

    ReplyDelete
  10. http://cancayci1.blogspot.com/
    pls help me. have a problem. does not appear when I click the news.i news/post added. but clicking does not open. why?

    ReplyDelete
  11. Thanks for the great template.. I was just wondering.. I had a problem regarding this template. When you read my posts, they are underlapped by the sidebar. How do you fix this?

    ReplyDelete
  12. Hi, can you tell my why the thumbnail pictures are not displaying in the homepage of www.inpui.com ?

    Thanks

    ReplyDelete
  13. @inpui : change the feed mode to full feed instead of short mode .
    @Naija Guardian Jobs : here is the code of my banner :
    <div class='post' id='postAd'>
    <a href="http://simplexdesign.blogspot.com"><img src="http://img36.imageshack.us/img36/9267/sdads468x60.png"/></a>
    </div>
    search this and change to your banner .
    @Jaztien : I see no errors. Maybe you fixed them yourself. Enjoyt it

    ReplyDelete
  14. @Naija Guardian Jobs : You can go to Dashboard -> Design ->Edit HTML ,and checked in Expand Widget templates .Press Ctr+F to open searchbox of your browser ,then enter a part of the code I gave , you will see where the code is .

    ReplyDelete
  15. @nhamngahanh, Thanks a million, have located it....have not registered for adsence yet. So your banner can still be there. Am from Nigeria, and I post vacancies on daily newspapers online. As an experience blogger, is there any tips you can share with me that will make my blog more recognised by search engines....am open to suggestions. One more thing, please I would love to link with you, I have good contents if is that you are worry about. Am always glue to your blog!

    ReplyDelete
  16. Amazing maaan...i used on my blog..www.infokawanua.blogspot.com...Keep working! thx vry mch

    ReplyDelete
  17. Too bad... you have some great templates here but you don't offer any help for us newbies :(

    ReplyDelete
  18. How I can add members in blogger, is there a widget for that or there is a template with that option?
    Thank you
    Brad Fallon

    ReplyDelete
  19. Is there perhaps a way to add more category boxes onto the front page? I still have a few extra labels that would be nice to add to the front page but if I had a new HTML/Javascript Widget, the widget doesn't perform the same way as the others. Thanks.

    ReplyDelete
  20. @Robert Estrada : You can add some CSS lines in HTML/javascript widget to make it appear as you want . There are many widgets for content in frontpage ,they need different styles for displaying ,so I can't make a common style for all . Adding CSS code to each widget is the best way I can think at this moment . Of course ,I will try another solution .

    @Naija Guardian Jobs : I think you should ask some SEO experts ,they maybe know what happen exactly .

    ReplyDelete
  21. Hey nhamngahanh... I have finally finished installing and tweeking your Blognews template on my blogger site.. It wasn't all that difficult to do after all... despite the very weird behaviour from Google which messed everything up some time back. Anyway I am tired but very happy from the result and would like to express my thanx to you for going to the trouble of designing and uploading this template for free. It is quite elegant and well thought out!!! If and when I make some money from the internet I promise to split some of it with you ... he! he! Keep up the good work as it is greatly appreciated :)

    ReplyDelete
  22. Just to let you know the problem seems to be with your web provider 110mb.com ... I googled some of your other templates and they all have the same problem as my site... I hope it's only temporary!!!

    ReplyDelete
  23. Dear nhamngahanh,

    The template is working fine. Thanks for this.

    And, I want to increase the number of post in "numposts1" without picture thumbnail. I tried but, it showing with picture thumbnail as newer one. So, Please suggest me, May i do this or not? Is there possibility to increase the number of post in "numposts1"?


    Regards,
    Yagya

    ReplyDelete
  24. Hello nhamngahanh. Is there any problem in java script files? The template is toooooo slow. Can you see what is happening? Look here:
    http://kostasxan.blogspot.com. I will wait for your answer if it is possible.

    Thank you for everything

    Konstantinos

    Greece

    ReplyDelete
  25. People,

    Like you, at morning im my blog, the scripts were slow and some images were not appearing on the featured slide . So I tried to do with nhamngahanh, but also had no success. I verified that the SIMPLEX templates also had this problem.

    But now, at night, the Simplex templates is running properly, however, our blogs were still problems. So (as I am not good at javascript) I copied the codes of these templates (after " and before "//]]>") and now everything is working correctly.

    Try it.

    ReplyDelete
  26. boss.. where the code for superfish.js? i want download to dropbox.. n how to make recept post n recent comment for active?

    ReplyDelete
  27. nhamngahanh, Pls i just want to know, is this a temporary issue? Are they under maintenance? will it be resolve soon? because am using three of ur templates and they are all very slow.

    ReplyDelete
  28. This comment has been removed by the author.

    ReplyDelete
  29. @Diego_Creative : I told it clearly in instruction above . Hope it helpful to you

    ReplyDelete
  30. This template is very beautiful! I used it for my blog - xedich.net. Images can't display on it. Plz help me!

    ReplyDelete
  31. I have just changed my blog - xedich.net's template to your Transcript template. It ok when I used default domain abc.blogspot.com; but when I use my domain is xedich.net, it not display images. Plz tell me how to fix it. Thanks!

    ReplyDelete
  32. Thanks for sharing this great template
    I have some problems
    1. I installed Blognews with blogger comment but I can't see the comment box when I click on any post.
    2. The images on the featured content slider has disapear.
    3. Your ads show on each of my post pages, I do I remove this.

    I hope some one will just help me out as soon as possible. http://page1magazine.blogspot.comThanks for sharing this great template
    I have some problems
    1. I installed Blognews with blogger comment but I can't see the comment box when I click on any post.
    2. The images on the featured content slider ha

    ReplyDelete
  33. Hy Dinh Quang Huy,
    This template very cool. but have 1 problem.

    Thumbanil not working in home (davizs.blogspot.com). Pleas help me,
    Thanks for share, Nice template and your respone :(

    ReplyDelete
  34. a big problem. the template is toooooo slow and slider is out of work!
    http://kostasxan.blogspot.com/
    Please man, help

    ReplyDelete
  35. This is the best template ever,i have a question here hope you will answer me.
    if i have 30 posts and i choose secondary columne 2 will all my post be displayed there or 5 of them..please do reply

    ReplyDelete
  36. ok i got my answer thanx...
    just tell me anotherthing..
    if i want to add facebook like botton and tweet button will this template support it?

    ReplyDelete
  37. Hi friend! I appreciate your effort. Please help me out. I noticed just now that the dropdown of my tab not working. I use 2010 BlogNews Magazine template for my 2 blogs. It happened just now. Please advise me what to do.

    I hope to read your response soon.

    my two blogs
    http://naijaguardianjobs.blogspot.com
    http://naijatalkshow.blogspot.com/

    Thank you.

    ReplyDelete
  38. To explain more of the problem. Instead of it to show the drop down when you put the mouse on the FEATURES TAB, it will show http://naijatalkshow.blogspot.com/#. don't know maybe detached. Is not showing the other link that was linked to FEATURES TAB.

    I will really appreciate your quick reply.

    ReplyDelete
  39. I really appreciate your effort, the template is amazing.
    However, i can't use it with my blog. www.komsann.com. I hope you can visit and see the problem of the template.

    ReplyDelete
  40. how to block the Top Mid Column post in inner page............

    ReplyDelete
  41. how to block the Top Mid Column post in inner page............
    any one help me plssss

    thnx in advance

    ReplyDelete
  42. HOW TO ADD TIME IN THE DAY/DATE SECTION (WITH SECONDS, IN AM/PM FORMAT)

    ReplyDelete
  43. I have trouble in google chrome with this template, but mozilla firefox is ok.

    Please help me. My blog at www.detikpos.net.

    ReplyDelete
  44. how to block the Top Mid Column post in inner page............
    any one help me plssss

    thnx in advance

    Here is my blog : http://my-ramanthali.blogspot.com/

    ReplyDelete
  45. nhamngahanh : Thank you for your attention and explanation. Your template is very nice.

    ReplyDelete
  46. Helo i add disqus comment system in this template, now i want to remove and use old one. i have changes a lot in template. so plz tell me simple way to remove disqus and call old blogger comment. just tell me how to remove without any new downloading.

    ReplyDelete
  47. nhamngahanh, U just watch this site, [ http://buzzbd.blogspot.com/ ]
    They have successfully created the inner page without Primary top mid column. Then how they made it

    Here is their inner page [ http://buzzbd.blogspot.com/2011/06/jol-shopno-by-bhalobashi-tai-bangla.html ]


    Thnx in advance and Happy X'Mas

    here is my site http://www.myramanthali.in/

    ReplyDelete
  48. nhamngahanh, Thanks n Thanks a lot for the reply. Now my inner page is working with out the top mid column post. A millions of thanks again.

    I have another doubt, how can i make the additional widget of SECONDARY CONTENT RIGHT 1

    I am expecting ur reply soon

    Thnx in advance n Happy X'Mas

    ReplyDelete
  49. esse layout não funciona :( eu instalei ele, mas as notícias não aparecem.. help (stephanosilva1996@hotmail.com

    ReplyDelete
  50. nhamngahanh, How can i make the video slider in this template

    ReplyDelete
  51. nhamngahanh, How can i make the video slider in this template

    see the demo here http://demos.gabfirethemes.com/blognews/

    ReplyDelete
  52. this theme does not work on my blog. I want to help a fast and simple, please help me (blog: http://gagadiario.blogspot.com) (email: gagadiario@r7.com ou stephanosilva1996@hotmail.com) help

    ReplyDelete
  53. Please, I installed the theme, all the labels, but the news when I postoelas, simply do not appear on the home page and any pages, almost everything is "nothing" is as if my blog had no news. I am Brazilian, and did not to understand anything about your tutorial. (I'm just keeping in touch through google translator) Please, I need your help urgently if you can help me, would you install the theme for me. Hahahaha, it's not asking too much, since I loved his work, and I am very excited to have him

    ReplyDelete
  54. nhamngahanh ,how to insert Adbrite ads under each post. I read ur tutorial, but i couldn't understand it well. Can u describe for me , if u don't mind


    thnx in advnc

    http://www.myramanthali.in/

    ReplyDelete
  55. How do I active the normal Blog Posts within the template? I would prefer to use that instead of the sub news sections. Thanks in advance.

    ReplyDelete
  56. @Roderick Scott : No way to do that . It require to rewrite the whole code.

    ReplyDelete
  57. Ok. Not a problem. What about accessing the ability to preview posts before publishing? That ability seems to be gone now.

    ReplyDelete
  58. Hello, I have only one question. How I can manage the forum in my blog.Does the forum free, or should ı pay any price.
    I set up the forum just like you said. But I dont know how I manage it as admin. In vanilla forum they wnant to a price.
    Could you help me please. Im very thankful for this perfect template


    http://guzarman.blogspot.com/

    ReplyDelete
  59. Another question: how do I change the author image inside of a post?

    ReplyDelete
  60. @nhamngahanh : why my template can't show thumnail ?? what wrong on my template brother.... can you help me?
    my blog http://ketikanfacebookku.blogspot.com

    ReplyDelete
    Replies
    1. Fusce ornare dolor faucibus sem adipiscing bibendum. Donec sollicitudin rutrum purus, et dapibus sapien lacinia eget.

      Delete
  61. Fusce ornare dolor faucibus sem adipiscing bibendum. Donec sollicitudin rutrum purus, et dapibus sapien lacinia eget.

    ReplyDelete