XF 1.3 Major Questions! Read.

Yashjeet

Active member
Hey,
I have a xenForo website and I'm looking for a way to edit these things -

  • [Second] Editing the URL. How do I make it so it's http://mc-rn.net opposed to /index.php? I'm on a Dedicated Server so I can do it, the host doesn't have too. I checked the guide however I couldn't understand it!
  • [Third] How do I edit a page so it doesn't show what the page is on the page node on the forums. Like I don't this to show: http://imgur.com/mF2xyiw BUT, They can see it on the "Donate" tab on the navbar. Also, I'm using NodesAsTabs for the adding nodes to nav-bar.
  • Also, if possible, is it possible to make it so the donate tab on the nav-bar goes to donate.mc-rn.net?

EDIT: I'm on Apache.
 
Then you need to set up a vhost for that domain and then code the HTML (or php pages) as required to duplicate that content. You may be able to do it with something as simple as using WordPress or they may have a store that you link to. That needs to be checked with via BuyCraft.
I do have my code!
Code:
<iframe src="http://donate.mc-rn.net" height="1000" width="100%" frameborder="0" scrolling="no"></iframe>
I just need it so when you click the tab it goes to donate.mc-rn.net ! (It redirects you)
 
I do have my code!
Code:
<iframe src="http://donate.mc-rn.net" height="1000" width="100%" frameborder="0" scrolling="no"></iframe>
I just need it so when you click the tab it goes to donate.mc-rn.net ! (It redirects you)
No, that's not what he's doing... he's got a tab that takes you to an entirely DIFFERENT domain serving a separate page.
You could do something similar I'm sure with a page node.
See my edit to the post you replied to above.
 
OK... what it appears is that they generate the store when you set up an account... so you should only need to create a navigation tab for your forum linking to that site.
 
Top Bottom