Recent content by Anoop

  1. Anoop

    XF 1.1 How to enable captcha other than contact us page

    But it is working perfectly on my localhost by including the script.
  2. Anoop

    XF 1.1 How can i add a bcc to my contact us form

    Hi, How can i add a bcc to my contact us mail?
  3. Anoop

    XF 1.1 How to enable captcha other than contact us page

    Hi, I have a captcha page helper_captch_unit on my templates list. On my contact us page i can easily implement captcha by including this page on contact us page like this. <xen:include template="helper_captcha_unit" />. Bit i have to implement the same captcha on another page called...
  4. Anoop

    Add-on Is there any option to add title with anchor tag in WYSIWYG editor?

    Hi, We have created an article page for our website and for article edit page we are using a WYSIWYG editor. It is having an option insert url for a selected word, but is there any option to add title also for the specific word that we are choose for add the url?
  5. Anoop

    Create an addon to read data from xml file

    But actually i cannot able to find out appropriate forums for posting my questions that's why this issue is being occurred. I will check to avoid this issue in future.
  6. Anoop

    Create an addon to read data from xml file

    Hi, I need an addon which reads data from an xml file. Actually i have a data xml file which i should process and create a sitemap from the xml file. Can anybody suggect how we can implement it?.
  7. Anoop

    Is there any addon available for sitemap in xenforo

    Hi, Is there any sitemap available for sitemap in xenforo? I need both xml sitemap and html sitemap to implement in my system
  8. Anoop

    Remove the question marks in the url

    From where i can change the route?
  9. Anoop

    Remove the question marks in the url

    I have already activate seo friendly urls on my system but in some area still i got url's with question marks. I have page likehttp://www.example.com/articles/?article_category_id=1 is there any option to change the http://www.example.com/articles/iPhone-iPad-articles/ or like this...
  10. Anoop

    Not a bug replace the question marks in url with slashes

    Hi. I have already activate seo friendly urls on my system but in some area still i got url's with question marks. I have page like http://www.example.com/articles/?article_category_id=1 is there any option to change the http://www.example.com/articles/iPhone-iPad-articles/ or like this...
  11. Anoop

    Change URLS to remove the (.) and instead use a (-) at the end of URLS

    Hi, The default xenforo url is like this http://www.example.com/articles/measuring-your-apps-success-appvisors.92/ is there any option to show the same url like this http://www.example.com/articles/measuring-your-apps-success-appvisors-92/. I mean i want to replace '.' with '-'.
  12. Anoop

    'Keywords' Meta Tag by xenCODE [Deleted]

    Ok thanks.
  13. Anoop

    'Keywords' Meta Tag by xenCODE [Deleted]

    How can i find out appropriate forum for my questions? Also i have added as an associated forum user for Spencer Forrest.
  14. Anoop

    'Keywords' Meta Tag by xenCODE [Deleted]

    Hi, I have a template xenCODE_Meta_Keywords and the code that besides is <xen:if is="{$contentTemplate} == 'forum_list' OR 'EWRporta_Portal'"><xen:if is="{$xenOptions.xenCODE_Meta_Keyword} != ''"> <meta name="keywords" content="{$xenOptions. xenCODE_Meta_Keyword}" /> </xen:if></xen:if>...
Back
Top Bottom