MyBB Community Forums

Full Version: Making the forum into a website using mybb ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
i get taken to http://mybbsource.com/mods.php?act=view&id=173 were there is no download button. Do i have to sign up to see download button maybe ?
Yes, also you need 6 MyBux (their forum's virtual currency) to access that plugin. You can get 6 MyBux by posting 3 quality posts.
Ok will do that now.
1 big problem i am moving my forum from
http://youraquatics.com/forums/

to

http://youraquatics.com/


All works fine but the links to login etc are still going to the old domain name
I have edited the httpacess file and searched the db for youraquatics.com/forums/ and youraquatics.com/forums with no results.
Do you know were the urls are stored for the tabs ? login etc ?

I have also gave you rep has a thanks
You've to add the following code in your .htaccess file aswell.

RewriteRule ^/forum/(.*)         http://www.yourdomain.com/$1 [L,R]
ive done that but still goes to the folder /forums/
to the root
You've to edit your;
Board URL
Cookie Path

in ACP > Configurations > general Configurations.
(2011-06-01, 11:17 AM)Yaldaram Wrote: [ -> ]You've to edit your;
Board URL
Cookie Path

in ACP > Configurations > general Configurations.

Done that ive done everything in the tut with out any luck.
When i go to mysite.com/admin/ i login and then click anythign it logs me out ( comes up with login screen ) i login again and it goes to were i want in the admin pannel.

i have edited the board url in the admin panel in side the forum folder and root
Can you print the screen of your General Configurations page ? I guess its cookie issue.

Also make sure that you've edited those things in ./inc/settings.php file and that your ./inc/settings.php is CHMOD to 666
I have just had a mess around with it.
And this is what ive found.
When i go inside the forum folder
the forum is there i click admin pannel and it goes back to the root admin pannel the admin pannel in root works and admin pannel in forum folder works. But i guess what im trying to say is in side the form folder i click a topic it goes to /forum/ folder but if i click admin pannel it goes to the root were i want it to

here is my admin panel has you wanted

http://oi56.tinypic.com/20tjzeu.jpg
Urls are different has you can see
http://oi51.tinypic.com/34zby82.jpg

Would you like to PM me your ACP and FTP details so I could take a look what needs to be edited ?
Pages: 1 2 3 4