Recent content by Mt.Rev

  1. Mt.Rev

    XF 1.1 Repair failed via phpMyAdmin & SSH command line

    Actually, I just found the problem. i.e. inside the my.cnf file, I added "skip-innodb" This happen when I had innodb was disabled. Now that I removed that line, it's working fine now. I have so much to learn about mysql. :(
  2. Mt.Rev

    XF 1.1 Repair failed via phpMyAdmin & SSH command line

    Hi, I have just about every table that is corrupted and I had tired to repair the database with phpMyAdmin, but it didn't work. I also tired this command line, but i'm not sure if this work on XF the same way it works on other databases: # myisamchk -r /var/lib/mysql/xenforo/*.MYI What are...
  3. Mt.Rev

    Add-on Prevent Guest users from reading 'replies' of a thread

    Borbole had already created done this: http://xenforo.com/community/threads/guests-see-first-post-only.6522/ I'm sorry I didn't see your reply earlier, but I do appreciate the effort -- thanks!
  4. Mt.Rev

    Signature Size/Limit

    I'm going to assume there isn't one already out there is it?
  5. Mt.Rev

    Add-on Prevent Guest users from reading 'replies' of a thread

    Thanks for your replies. Yes, I understand it's bad for SEO, but i'm not too worried about the traffic at the moment. I'm still planning out what I want to do.
  6. Mt.Rev

    Signature Size/Limit

    Is there a way to only allow admin or a certain group to allow image in their sig?
  7. Mt.Rev

    Block guest from viewing reply to threads

    You're both correct, it's exactly what I was looking for. Borbole, Thanks for the link!
  8. Mt.Rev

    Add-on Prevent Guest users from reading 'replies' of a thread

    How about having permissions to prevent Guest users from reading 'replies' of a thread? I'm looking to only allowing them to view the first post, but if they wanted to read the replies, they would need to register to the forum.
  9. Mt.Rev

    Block guest from viewing reply to threads

    I was kind of hoping there would had been a simple way to just add a tag to template, but I guess it's more complicated then that huh? I'll post a request, thanks for responding to my message.
  10. Mt.Rev

    Block guest from viewing reply to threads

    Hi, Is there a way to prevent Guest users from reading 'replies' of a thread?
  11. Mt.Rev

    Moving 'topics' via SQL command messes up indexing

    To be honest, I'm not even sure what i'm looking at. :unsure: How would I go about this?
  12. Mt.Rev

    Moving 'topics' via SQL command messes up indexing

    Is there a way to only 'Rebuild' posts where "last_post_date" less then 24 hours?
  13. Mt.Rev

    Moving 'topics' via SQL command messes up indexing

    I don't know if this is appropriate, but I can donate $25 to anyone who can help me with this with PayPal or AlertPay.
  14. Mt.Rev

    Moving 'topics' via SQL command messes up indexing

    UPDATE xf_thread SET node_id =1 WHERE node_id !=5 && node_id !=6 && (title LIKE '%ABC%' OR title LIKE '%XYZ%'); I was hoping someone who was familiar with XF would show me the SQL query that would rebuilds only the affected topics after the above query is ran.
  15. Mt.Rev

    Moving 'topics' via SQL command messes up indexing

    Hi Brogan, I use keywords to find misplaced topics and move them to the correct section of the forum. This saves hours or even days of work. This is why I'm seeking for the SQL command to do how the forum's built-in tools would normal execute it.
Back
Top Bottom