Recent content by shyam123

  1. shyam123

    Permissions to post articles (permissions by thread type)

    I also needed the same functionality in my forum. Only some specific groups should have the permission to post articles in mixed forum.
  2. shyam123

    Guest page caching

    you need something like this code to enable guest page cache with memcached: $config['cache']['enabled'] = true; $config['pageCache']['enabled'] = true; $config['cache']['context']['page']['provider'] = 'Memcached'; $config['cache']['context']['page']['config'] = [ 'host' =>...
  3. shyam123

    Guest page caching

    I think this code will not enable guest page caching. I am talking about guest page caching with memcached or filesystem or redis.
  4. shyam123

    Guest page caching

    I have tried all three Redis, Memcached and Filesystem cache, and problem occurring in all of them. Can you provide the full config code used for memcached and disk cache
  5. shyam123

    Guest page caching

    I also having the same problem. My php version is 7.4, I also checked the problem in php 7.3, 7.2, 7.1, 7.0. My hosting provider is runcloud.
  6. shyam123

    XF 2.0 Show "Website" Field in Registration Form

    By doing this, the website field will become double in user account details.
  7. shyam123

    XF 2.0 Show "Website" Field in Registration Form

    I want my users to fill their website in registration form. So, please someone tell me, how to do this?
  8. shyam123

    Fixed Guest Posting - Post New Thread Indexed By Google

    Now I solved this problem by adding following code in robots.txt file Disallow: /forums/*/post-thread
  9. shyam123

    Fixed Guest Posting - Post New Thread Indexed By Google

    Guest posting is enabled in my forum and I am facing a serious google indexing problem. Google started to index "Post thread in..." and "Post thread" thread pages. The indexed links are like this www.example.com/forum/forums/-/post-thread www.example.com/forum/forums/FORUM-NAME/post-thread In...
  10. shyam123

    XF 2.0 Conditional statement not working

    Hi, I'm trying to get at conditional statement to work. But it's not working at the moment. Here is the code: <xf:if is="$template == 'thread_view'"> Show content.. </xf:if> As mentioned in this link https://xenforo.com/community/resources/conditional-statements-for-xenforo-2.5795/ this...
  11. shyam123

    XF 2.0 Add Goolgle Transliteration to Post New Threads and Reply Box

    No, I didn't. Also this code doesn't work with SSL site.
  12. shyam123

    XF 2.0 Add Goolgle Transliteration to Post New Threads and Reply Box

    I wanted to add google transliteration or input tools to 'Post New Thread' and 'Reply' Box. I have to add the following code in the page to make this work - <script type="text/javascript" src="https://www.google.com/jsapi"></script> <script type="text/javascript"> // Load the Google...
  13. shyam123

    Fixed External links posted by staff members are also nofollow.

    @Brogan yes I see the same. Is there is any way to remove this without any add on.
  14. shyam123

    Fixed External links posted by staff members are also nofollow.

    I have learned from different threads in this forum that by default all external links posted by staff members does not includes 'rel=nofollow' tag. I don't know if this feature is also in XF2.0, because in my forum all external links posted by staff members are also included in nofollo.
  15. shyam123

    Fixed So Many New Posts Pages Indexing in Google

    @sip I don't need to advertise here to get visitors to my site. I already get much from google search. This site is not about porn, it is about adult health. And the ads showing in it are adult health products, not porn ads. I only tried to report a bug which I am facing. If I can edit my...
Top Bottom