MyBB Community Forums

Full Version: redirect issue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have a slight problem. When your going to www.hobbysite.cu.cc (dutch site) and click on the login cloud you should see a screen in the big screen to login.

Now my question is:

When you click on the login of mybb (simple button) i want to change my top link screen (clouds) to a different set of clouds.

currently this set of clouds is www.hobbysite.zzl.org/top1.html and i wish to change this to www.hobbysite.zzl.org/top.html .

In what file do i change this i am breaking my head over this the last 3 weeks now looking on the web and forums.
may be this simple trick works --> you can rename top1.html as top_old.html and top.html as top1.html
Well the intention is to use both clouds, one set of clouds as soon as you enter the site the second cloud set as soon as you login
(2013-10-18, 01:22 PM)Andraghon Wrote: [ -> ]Well the intention is to use both clouds, one set of clouds as soon as you enter the site the second cloud set as soon as you login

why are you running the forum in an frame ? I would be easier to use the mybb templating system to create the effect using the header_welcomeblock_guest and header_welcomeblock_member templates.

There are plugins for sideboxes and most other things you would need
Well this idea came from a crazy idea.

Since my php and from my co as well is far below zero we started with html.

As we both still like this setup we kinda kept it, and since we both also cant figer out how and where mybb is redirecting things to this issue came up.
(2013-10-19, 05:23 AM)Andraghon Wrote: [ -> ]Well this idea came from a crazy idea.

Since my php and from my co as well is far below zero we started with html.

As we both still like this setup we kinda kept it, and since we both also cant figer out how and where mybb is redirecting things to this issue came up.

when you login mybb redirects to either the page you are on and uses a different template (header_welcomeblock_member) or redirects to index.php (still using the member template).
Problem solved,

I found somthing like redirect_url and i simply modified this into what i wanted.