Quantcast
Channel: MyBB Community Forums - General Support
Viewing all 14620 articles
Browse latest View live

Properly switching domain names for my forum?

$
0
0
Before posting this I did a search on the forum and read about changing the board urls/cookie url in my inc/settings.php file and making changes in the ACP to my board URL and went ahead and did so. The domain I want to use is pointing to my server but when I use the domain to access my site its like I get an old cached version. And, I can still access my forum on the test domain I want to ditch. 

The articles I read are a couple years old, can someone give me an updated tip? thanks

Closed threads move to the last page

$
0
0
Well i searched a lot here but i was not able to find this exactly .. 

Is there a way or extend mod for moving the closed thread to the last page .. 

This definitely helps the forum to look a lot cleaner ...

Private message redirect to /private.php

$
0
0
Hello.
When i send a PM to a user I'm redirected automatically to mysite.com/private.php. 
How can i do to show me a message on mysite.com/private.php like: "Private message sent to USER" ?

is there a plugin or a php code to edit the file private.php ?

Thank you !

This is what i mean:

// Now let the pm handler do all the hard work.
 if(!$pmhandler->validate_pm())
 {
 $pm_errors = $pmhandler->get_friendly_errors();
 $send_errors = inline_error($pm_errors);
 $mybb->input['action'] = "send";
 }
 else
 {
 $pminfo = $pmhandler->insert_pm();
 $plugins->run_hooks("private_do_send_end");

 if(isset($pminfo['draftsaved']))
 {
 redirect("private.php", $lang->redirect_pmsaved);
 }
 else
 {
 redirect("private.php", $lang->redirect_pmsent);
 }
 }
}


redirect("private.php", $lang->redirect_pmsent);
How can i do to redirect and on private.php to get a message "You sent PM to username1" ?

Maximum Attachments Per Post > 20?

$
0
0
Is there a hard limit of 20 attachments per post? I've tried increasing the attachment limit from 20 to 25 and it seems to remain at 20.

Access Denied in Admin CP @ Awaiting Activation

$
0
0
Access Denied
  • You do not have permission to access this part of the administration control panel.
I get an access denied message when I try to follow this link, which is part of my theme's awaiting activation message blurb:

https://subliminal-talk.com/admin/index....activation

[Image: q9k1rDz.png]

Any ideas? I figure the link is configured incorrectly but I find it odd that I am getting a permission denied message while in the acp.

Thanks!

error message during login

$
0
0
Got the next error message (translated from Dutch) when I want to login. 
" The authorisatiecodes do not match. Are you using this feature on the right way? Please go back and try again."

I can't login at the moment on my own forum as a forum member.

What to do?

1 Click answer

$
0
0
Hey guys,

I'd like users to be able to apply to event threads with just their name, so the 2nd post will include all the usernames that clicked [apply].

Like a button below the start post. Ofc with the option to click again to have the name removed.

Maybe you can recommend a plugin or something that is able to do that.

Like so:

.png   forum.png (Size: 12.89 KB / Downloads: 4)

Thank you

Can a database backup made through cPanel be uploaded through mybb ACP?

$
0
0
Can a database backup made through cPanel be uploaded through mybb ACP? Or, there is any rule that I have to upload the backup created through mybb ACP specifically.

Any bug for v1820??

$
0
0
Hy everyone, i want to ask you for any bug or error if i upgrade mybb v1819 to 1820...
Have you upgraded to the latest version?

please comment here...

Reputation system not working

$
0
0
Issue is fixed, the same fix also corrected the login box not being centered.
Solution is at the top of the last post in this thread.

Hi I have just launched a new forum with a partner.
We've upgraded the theme with a basic theme upgrade from Nasyr, myBB style.
However, after upgrading the theme the reputation system is no longer working, and it would not surprise me if a few other buttons were not working.

MyBB new installation 1.8

website: https://forum.arcanelands.net/
username: testuser
password: 123456

I searched for solutions online suggesting that there are multiple conflicting header includes somewhere, but I can't seem to find anything.
You are welcome to look, as I might have missed it or if there is another problem conflicting with the button, as I'm not a good web dev Smile

----
Another small issue is when you press login, the popup login box appears in the bottom-left corner of the screen and not in the center of the screen? If you know fix for this too, I'd appreciate it a lot! The main priority is the reputation system though.

Thank you in advance Smile

Make it so everyone can send and recieve PM's be default.

$
0
0
This morning I got a PM from a member of my community and I couldn't respond because their default setting was to not recieve PM's from other users, I had to manually go into the admin CP and enable it on their account just to PM them back.

Is there a way I can make it so it's always enabled especially for new members who just joined?

after moving MYBB to new host admin is logged in but other user cant login

$
0
0
hi
after moving MYBB to new host admin is logged in but other user cant login and see
Quote:Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

i search this error but not fixed.

Inline Moderation not working on Mybb 1.8.20!!!

$
0
0
hi. after update to MyBB 1.8.20 the Inline Moderation not working. I checked all fix in this forum but my problem not fixed.

Database

$
0
0
Hi, i Changed my Server and i have to Update the MySQL database. How can i do this?

Signature missing, postbit template seems fine

$
0
0
Nevermind, it works now.

Howdy, I'm using MyBB 1.8.

Signatures are not showing in the postbit, the following code is in the postbit template.
I am using a custom theme where it doesn't work, but it doesn't work on the default MyBB theme either!

<div class="post_body scaleimages" id="pid_{$post['pid']}">
 {$post['message']}
 </div>
 {$post['attachments']}
 {$post['signature']}
 <div class="post_meta" id="post_meta_{$post['pid']}">
 {$post['iplogged']}
 <div class="float_right">
 {$post['poststatus']}
 </div>
 </div>

[/url][url=https://forum.arcanelands.net/showthread.php?tid=1&pid=1#pid1]Click here for thread link
test account: testuser
test password: 123456

Feel free to post a thread if you like, so you can check out for yourself with the testuser. Set a signature, I haven't done it.

Help appreciated.

How can I change post background color?

$
0
0
I'm looking to see how I can change the background of posts.

I moved hosting to a new hosting service and I kept the domain but not showing nothin

$
0
0
So basically I got a new hosting service and I tranfered everything from the database and the whole forums, and aswell kept the same domain, nothing changed' it was like taking file off a pc and putting them on a different one but for some reason it not showing anything and when I try to go to the admin directory it gives a 500 error.

If you have anything that could help me out please do so, and if you want the domain DM me.

(SOLVED) Theme exporting, missing out on files and changes?

$
0
0
Hi there, I recently downloaded the Blue Velvet theme, and it has underwent serious changes. Making the theme fully responsive and some bug fixes.
I did all this on a test forum, and now I'm trying to export the theme and import it onto the live forum.
However, I got unexpected results. There was not a thing changed.
When I go and copy all the edited and updated CSS files in the test forum /public_html/testforum/cache/theme/*.css and paste it to the live forums folder, replacing all the *.css files, the live version then works. (There are file size difference between the ones copied versus the ones I'm replacing on live forum, so this means that exporting the Blue Velvet theme with changes, didn't export any of the changes)

Now I know, I made it work copying the .css files, so what is the issue? The issue is that I'd like to share the work, since the .xml file is not exporting all the changes.
Please help?

Best size for forum icons?

$
0
0
I have them right now at 24x24 pix but I'm not sure how it looks could you tell me

www.hacks.icu is my site.

Rate user not work

$
0
0
Hi
After upgrade MyBB 1.8.20, button rate user not work
Please any helps
Thanks
Viewing all 14620 articles
Browse latest View live