Recent content by SBMinerYT

  1. SBMinerYT

    MineSync, for XF1 [Paid]

    Looks like a cool add on. Was this based off of Hypixel, or does Hypixel use this, or did they just recreate something like this? :)
  2. SBMinerYT

    XF 1.4 How do I "return" code?

    Works perfect! Thanks very much Chris.
  3. SBMinerYT

    I'm going to try to be active in the community and learn more about XenForo. :)

    I'm going to try to be active in the community and learn more about XenForo. :)
  4. SBMinerYT

    XF 1.4 How do I "return" code?

    @Chris D Here is my code: <xen:if is="{$forum.lastPost.date}"> <xen:if is="in_array({$forum.node_id}, array(10, 11, 12))"> <span class=noMessages muted">Latest message hidden.</span> RETURN <span...
  5. SBMinerYT

    XF 1.4 How do I "return" code?

    @Chris D, apologies for the tag, but I did research this and got no help from Google. I'm sort of in a rush to gather this information if you don't mind giving me a hand.
  6. SBMinerYT

    XF 1.4 How do I "return" code?

    Basically, I'm trying to stop the code from going any further in an if statement. Stopping the if statement with </xen:if> doesn't seem to work. I put an if statement inside of an if statement, and if that second if statement that is inside the main if statement is true, I want the code to...
  7. SBMinerYT

    XF 1.4 Need help changing some text.

    Hi there. I have seemed to fix the issue myself already, so I apologize about creating the thread. But while I have you, can I ask you this following question - how can I remove the "(Contains No Messages)" span if it's a submission only node? Updated code: hastebin
  8. SBMinerYT

    XF 1.4 Need help changing some text.

    Hello, I am trying to change the text of when it says "(private)" in the node list for private nodes to say "(Submission Only)", however only want to do it with certain nodes... I've tried this and it's giving me errors: hastebin (check around lines 60 - 75) Any help is appreciated. Thanks...
  9. SBMinerYT

    Add-on Submission Only nodes! [WILLING TO PAY!]

    Hey Liam! If that's how it'll work my request, then sure! Here's an example of what I want: https://hypixel.net/forums/ Scroll down to the "Contact Moderators" section, you'll notice all children nodes under that section are Submission Only, meaning all sticky threads can be viewed by...
  10. SBMinerYT

    Add-on Submission Only nodes! [WILLING TO PAY!]

    Hello everyone. I'm requesting quite a simple add-on (so it sounds, although I'm not too sure). Basically, I want the following addon: I want the ability to create "Submission Only" nodes. This means, users can't see other users' thread, but CAN see other users' sticky threads. This should be...
Top Bottom