Recent content by rveram

  1. rveram

    XF 1.5 Issue with mp3 player

    Solved, thank you for your help! :)
  2. rveram

    XF 1.5 Issue with mp3 player

    I have a strange issue, I have a mp3 player for attached mp3 files and here is my mp3 player code: <xen:if is="{$attachment.extension} == 'mp3' "> <!-- player --> <script src="http://www.cancionesdelayer.com/audioplayerengine/jquery.js"></script> <script...
  3. rveram

    Excessive traffic from Baidu Robot

    Thank you all for your replies, tried the robots.txt entry but it was ignored. I decided to block their whole network using iptables route: 180.76.0.0/16 descr: Baidu country: CN origin: AS55967 notify: zhangyukun@baidu.com mnt-by...
  4. rveram

    Excessive traffic from Baidu Robot

    My site is in english and I'm receiving around 70+ visits from this bot (I think Baidu is a Chinese search engine ) permanently at any time of the day. Has any of you experience this kind of behavior?
  5. rveram

    Chat by Siropu [Paid]

    Thank you for your reply. Exactly this was the css code that was causing me this issue: .siropuChatTagged { @property "siropuChatTagged"; background-color: #FCFCFF; padding: 5px; border-radius: 5px; @property "/siropuChatTagged"; Regards
  6. rveram

    Chat by Siropu [Paid]

    How can I change the background color for bot automatic responses? The user receiving the response sees the response with this background but everyone else sees the response with a white background. Also, whats the correct way to insert keywords for automatic bot responses: keyword,keyword...
  7. rveram

    Post Content Find / Replace

    Worked, thank you sir! :)
  8. rveram

    Post Content Find / Replace

    Hello, plain text. :)
  9. rveram

    Post Content Find / Replace

    I can't figure this out. I have posts like this: https://www.youtube.com/watch?v=mG92yuovD6g http://www.youtube.com/watch?v=mG92yuovD6g Which I need to change to Any help will be greatly appreciated. Thank you.
  10. rveram

    XF 1.5 Search titles only by default

    I want to enable by default the "search titles only" on the search bar so my users don't have to manually check this box. I was wondering is it possible? Thank you all for your help.
  11. rveram

    Post Content Find / Replace

    Yes I figured that out, in my vbulletin site I had a custom bbcode for goear, and this bbcode was activated with the tags. I created a new bb code media site for goear Site URL: http://www.goear.com Match URLS: http://www.goear.com/listen/{$id} Embed HTML : <iframe width="580" height="115"...
  12. rveram

    Post Content Find / Replace

    The following worked for me: 7800 posts edited and working :) Thanks a lot for your help!! I appreciate it.
  13. rveram

    Post Content Find / Replace

    Thank you!!! I'll give it a try :)
  14. rveram

    Post Content Find / Replace

    I did a vbulletin to xenforo import, and i want to replace this bbcode: From: f03ff81 To: http://www.goear.com/listen/f03ff81 I was wondering if its possible to do this with this addon and any help will be greatly appreciated. Thanks.
Back
Top Bottom