MyBB Community Forums

Full Version: Help me
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
Hello i've install mybb on my website.

and set portal as default with .htaccess file

now my website direct opening portal but i want to change forum url

forum url is www.example.com/index.php

Problem is
1. on this theme i can't change Navigation url from header.
2. want to change index.php to forum.

Quote: Wrote:normally for change Navigation url. ACP => Template & Styles => Your Theme Name => Header Template => Header

But on this Flatty theme here is no script to change Navigation

Someone mybb expert please help me.
all you have to do use use firefox, right click the area you want, inspect element and it will tell you what table you are looking for..
Oh wow Thanks. both problem are solved.

but have another one. when i login in my forum with any rank account it showing you've successfully logged in but i'm still not. something i refresh and get login and something i can't even hardly refresh many time login.

please help me
Sound like a hard caching problem, many times solved here. Just try find it via search.
(2017-06-28, 03:14 PM)broatcast Wrote: [ -> ]Sound like a hard caching problem, many times solved here. Just try find it via search.

Thank and you're right i already fix this problem with clearing cache

now i've problem with "fa fa-caret-down" when i click isn't open. on script display; none> when i remove none it open but never close please guide me.

i'm using flatty theme.
Just clearing cache will not help, you need to disable hard vanish caching or cloudflare cahing for example. Only clearing is no solution.
(2017-06-28, 08:49 PM)broatcast Wrote: [ -> ]Just clearing cache will not help, you need to disable hard vanish caching or cloudflare cahing for example. Only clearing is no solution.

bro automatically logged out problem are solved.

Read my last reply. i'm talking about "fa fa-caret-down" problem. i can't use it.
Then we need a link to your forum.
(2017-06-28, 11:18 PM)broatcast Wrote: [ -> ]Then we need a link to your forum.

Please check attached image. i can't use it.

Here is Script of this

<span class="float_left">
	<a href="" id="ddnmenu">Welcome back, {$mybb->user['username']} <i class="fa fa-caret-down"></i></a>
			<div id="ddnmenu_popup" class="popup_menu" style="display: none;">
				<div class="popup_item_container">

when i remove none it opened but never closed.
Sounds like a java script failure, but again without the url we are not able to help.
Pages: 1 2