Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags
    • Users
    • Groups
    1. Home
    2. srinik
    S
    • Profile
    • Following 0
    • Followers 1
    • Topics 19
    • Posts 48
    • Best 6
    • Groups 0

    srinik

    @srinik

    6
    Reputation
    629
    Profile views
    48
    Posts
    1
    Followers
    0
    Following
    Joined Last Online
    Website telecomm.in/

    srinik Unfollow Follow

    Best posts made by srinik

    • RE: How to resolve indexing issue? Users data are indexed

      @Varun-Ganesh-D

      I've been facing the same problem.
      When I check my website in google using site:https://mydomain.com
      Then I only see user groups .....People who follow .....
      Other than those URLs....i don't see any posts being indexed.
      Don't know the logic.
      Even those users are banned ...so why google indexes them ..?

      posted in Technical Support
      S
      srinik
    • How to Add rel="nofollow" to Links?

      Hello!

      How to add rel="nofollow" tag to outgoing links in the post?
      As of now, I'm using the inbuilt link generator to post a link.
      But, you know as per SEO one should use nofollow tag for unnecessary links.
      Please do help me to do it.

      posted in General Discussion
      S
      srinik
    • Facebook flike button installation

      Re: Anyone Know Any?

      I tried to follow this how-to and implement the same. It was a partial success.

      For the implementation of Facebook like button, let me know where should I place the first part of the code of JavaScript SDK.

      I placed it in Appearance -> Custom HTML and CSS -> Custom Header

      (The instructions mentioned that I need to add that to header.tpl in theme. Where to find it?)

      and the second part in Extend -> Global Footer.

      Am I doing right?

      posted in General Discussion
      S
      srinik
    • How to Customize the URL? Would Prefer Shorter URL

      Hi!

      Is there any way to cut down the url permalink?

      Currently, the url of any post is being displayed as http://domain.com/%postname%

      However, it leads to a long url structure.

      Can it be limited? Or can we have a custom url where one can choose the words to be in the url?

      The present system gives me a long url that has stop words too.

      Instead of long 100+ characters in a URL, I would like to have short url.

      How can I make it?

      Hope I'm not complicating the things.

      posted in General Discussion
      S
      srinik
    • Limit Google Adsense on Signup Pages

      Hi!

      Currently, I'm using the plugin (nodebb-plugin-adsense) for Google Adsense to show Ads on the forum.

      However, it displays the Adsense on all the pages including Signup / Login which is against to the terms and conditions of the Google.

      Is there any particular method to place or limit the Adsense on certain pages of the forum.

      Regards

      posted in General Discussion
      S
      srinik
    • Sitemap Error - No Topics in it

      Hi All,

      I do acknowledge that NodeBB automatically generates the sitemap and is listed at https://DomainName.com/sitemap.xml

      After changing from http to https, there is a change in the sitemap of my forum.

      Now it shows only pages and categories ...no /sitemap/topics.1.xml

      This is for your reference:

      <sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
      <sitemap> 
      <loc>https://DomainName.com/sitemap/pages.xml</loc>
      </sitemap>
      <sitemap>
      <loc>https://DomainName.com/sitemap/categories.xml</loc>
      </sitemap>
      </sitemapindex>
      

      How to fix this problem?

      Under ....Number of Topics to display in the Sitemap ...what number should i specify? Should I leave it a blank or any number to be specified?

      posted in General Discussion
      S
      srinik

    Latest posts made by srinik

    • RE: How to resolve indexing issue? Users data are indexed

      @Varun-Ganesh-D

      I've been facing the same problem.
      When I check my website in google using site:https://mydomain.com
      Then I only see user groups .....People who follow .....
      Other than those URLs....i don't see any posts being indexed.
      Don't know the logic.
      Even those users are banned ...so why google indexes them ..?

      posted in Technical Support
      S
      srinik
    • RE: How to Speed Up My Site On NodeBB?

      @PitaJ

      Thank you ...will look into it.

      posted in Technical Support
      S
      srinik
    • Unable to Embed YouTube Using Plugin

      Hello Members!

      Installed NodeBB Youtube Embed Plugin (nodebb-plugin-youtube-embed) and activated it.

      But still, the YT video is not embedded. Just showing the plain URL (link).

      Is it a compatibility issue ..I'm on NodeBB 1.14.0-12.

      Or do I need to go with any other plugin?

      Any fix for it?

      posted in Technical Support
      S
      srinik
    • How to Speed Up My Site On NodeBB?

      Hello All!

      Though the site runs on VPS, it still loads slowly when compared to other sites on the same server. As you might be knowing a slow loading site is a dead one.

      In WordPress, there are caching plugins and customization options to enable faster loading of a website.

      In a similar way, I'm looking for tips to speed up my nodeBB forum.

      posted in Technical Support
      S
      srinik
    • RE: Internal Server Error Issue While Installing Plugin

      @PitaJ

      Thank you, will try it.

      posted in General Discussion
      S
      srinik
    • RE: topics.tpl Missing in Extend - Widget Section

      @baris Entered the title in the input box but didn't work.

      Just copied the html code in the container (as specified in your image) ...and it worked out.

      After going through the code ...i came to know that

      <div class="panel-heading"><h3 class="panel-title">{{title}}</h3></div>
      

      was missing in that ....thus there was no title.

      Thanks 😄

      BTW ... Is there any fix for the Recent Topics issue?

      posted in NodeBB Development
      S
      srinik
    • RE: topics.tpl Missing in Extend - Widget Section

      @srinik

      Atlast after deactivating and then reactivating the theme ...the topic.tpl appeared in the widget section.

      Is there any quick fix to get the title "suggested topics" or any custom title for the topics?

      I dragged the jumbotron into the container option ...and thus could get the box for the 8 topics but the title is still missing.

      The Recent topics issue is still pending to be resolved.

      Any help?

      posted in NodeBB Development
      S
      srinik
    • topics.tpl Missing in Extend - Widget Section

      Hello,

      My site is on Persona Theme (the default theme).

      Here at Extend - Widgets, I could only see

      global and groups/details.tpl

      However, the thread at
      https://community.nodebb.org/topic/8790/categories-tpl-category-tpl-topics-tpl-and-motd-in-persona

      says .....there are Categories.tpl, category.tpl, topics.tpl

      How can I get the topic.tpl in the widgets section.

      Actually ...I would like to have

      1. Suggested Topics at the end of the post

      2. Recent Topics in the home page (header area). Installed the recent cards plugin and activated it only to get Internal Server Error . How should I get the recent Topics?

      Please do guide me.

      posted in NodeBB Development
      S
      srinik
    • RE: Internal Server Error Issue While Installing Plugin

      @srinik

      Now the same issue popped up with the installation of recent cards plugin.

      If the forum breaks with every plugin installation then how to manage it.

      There should be some mechanism to fix it.

      posted in General Discussion
      S
      srinik
    • RE: Migrate NodeBB to Wordpress System

      @julian

      I agree with you. However, the nodeBB system needs to be cross-functional. At the same time, it should be easy to implement any new idea across the platform.

      @PitaJ

      I'm missing the user-friendliness of Wordpress so thought of migrating it.

      posted in General Discussion
      S
      srinik