Recent content by Matthew Yates

  1. M

    XF 2.1 Set a users post to approve

    Thanks for the reply. My user details does not have a PERMISSIONS tab, can I turn this on somewhere or if not I assume I create a new user group with this approval enabled and stick him in it?
  2. M

    XF 2.1 Set a users post to approve

    Hi, we have a liked forum member but he's drinking and his posts are becoming offensive. Rather than ban him, we want to set it so every time he posts, in any forum, his post have to be approved (or rejected/deleted). This would also apply to new threads started by him Can anyone tell me how I...
  3. M

    XF 2.0 VB4 links

    Ok, I've uploaded and installed the Addon, page redirect still not working. Do I need to action anything or add any phrases or is what Ive done correct and it should work? Think in the options I need to point it to one of the following:
  4. M

    XF 2.0 VB4 links

    Thanks Ill give it a whirl and let you know how I get on.
  5. M

    XF 2.0 VB4 links

    Since converting from VB4 to XF2, the old links to internal pages dont work as they have a different structure. Whats the best way to correct this? Example: http://www.sportsmaserati.com/index.php?threads/heater-matrix-replacement.25355/page-3 Post #58...
  6. M

    XF 2.0 Image Attachments

    Thats great thanks, Ill give it a whirl!
  7. M

    XF 2.0 Image Attachments

    Ok, ill give it a go, thanks.
  8. M

    XF 2.0 Image Attachments

    Ta, ill give it a go. Can you tell me, the .data files stored in internal_data/attachments/folder# are these the actual files that the posts displays or are they the upload full res version and could be deleted?
  9. M

    XF 2.0 Image Attachments

    Hi, I like the way that the database does not store the attachments, its stores them in a separate folder and thus my XF database that backs up daily is 750mb, where the old VB4 was 9GB. My question is, I opened up the file limit to allow for HD images from smartphone cameras to be uploaded and...
  10. M

    XF 2.0 Increase Online status timeout

    Ive put it into dev mode and set the: $onlineCutOff = \XF::$time - $this->options()->onlineStatusTimeout * 240; Then gone into the user setting and tried to amend it there too but it wont take, its refused to go over 60. Anything else I can do or is it set to 240 mins now as specified in the...
  11. M

    XF 2.0 Customising the post template

    Hi, my coder is having a bit of of a struggle changing the layout of the post template. We can sort the CSS no problem and believe the template we need to change is 'post_macro' but we are a bit stuck. If you have a look at the top image, this is what we are trying to achieve, the lower pic is...
  12. M

    XF 2.0 Thread view read/unread status

    Perfect...that worked thank you with a slight adjustment to remove the visited status (place at the end of the file above the media statement): .node--unread .node-title a, .node--unread .node-title a:visited { color: #a30000 !important; } .structItem-title a, .structItem-title a:visited {...
  13. M

    XF 2.0 Thread view read/unread status

    This is what I have in my extra.less but it still does not work for the thread view, only the forum view: .node--read .node-title a { color: #4e4e4e !important; } .node--unread .node-title a { color: #a30000 !important }
  14. M

    XF 2.0 Thread view read/unread status

    It is the base style that we have custom coded. What to do?
Top Bottom