Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
A Problem on my forum
#1
Hello Jon, 

I have still getting problems with my forum after i requested to upload my old database from icyboards
referred to this thread > https://support.createmybb.com/showthread.php?tid=2805

I would like to change my username (via user cp) on my forum but when i do it pops me up with an error 
[Image: GTqyOYw.png]
I cannot also change anything on my profile (via admin panel) except for a profile the picture. When i try it always pops me up with this kind of error
[Image: GMrcp14.png]
I ONLY WANTED TO CHANGE MY OLD USERNAME AND MY PASSWORD NOT SIGNATURE 
I TRIED TO RE-LOGIN THROUGH MY FORUM BUT IT DOES NOT LET ME LOGIN EVEN IF I ENTERED THE RIGHT CREDENTIALS.
I HAVE REQUESTED FOR A PASSWORD RESET VIA MAIL SINCE I CANNOT CHANGE PASSWORD MANUALLY THROUGH ADMIN CP BUT WHEN I CLICK THE LINK SENT VIA EMAIL FOR A RESET IT POPS ME WITH AN ERROR

[Image: 2LFWhbp.png]

Can you check my forum? 
bullware.createmybb4.com

i hope it would be fixed  Sad
Reply
#2
Fixed the usercp error.
The second error mypermisisons plugin i fixed it.


The signature issue check your admin settings.
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply
#3
(10-12-2018, 06:34 PM)Jon Wrote: Fixed the usercp error.
The second error mypermisisons plugin i fixed it.


The signature issue check your admin settings.

Thank you Jon.


i have encountered another sql error, when i click users usernames.
[Image: GbW7Q7K.png]
Reply
#4
Fixed

Again related to the myprofile plugin
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply
#5
(10-13-2018, 01:58 AM)Jon Wrote: Fixed

Again related to the myprofile plugin

Thank you so much.  Big Grin

One more thing, i have installed and activated DVZ Shoutbox from the Plugins Section admin cp
[Image: AbZv21x.png]

but it does not display well. I have added variable {$dvz_shoutbox} on my index template to show dvz but it does not look great
[Image: eu5XupV.png]
[Image: qfEg2w0.png]
Sad
Reply
#6
(10-13-2018, 06:14 AM)SelfishCdde Wrote:
(10-13-2018, 01:58 AM)Jon Wrote: Fixed

Again related to the myprofile plugin

Thank you so much.  Big Grin

One more thing, i have installed and activated DVZ Shoutbox from the Plugins Section admin cp
[Image: AbZv21x.png]

but it does not display well. I have added variable {$dvz_shoutbox} on my index template to show dvz but it does not look great
[Image: eu5XupV.png]
[Image: qfEg2w0.png]
Sad

Did you add the following code to your global CSS?


Code:
/* DVZ Shoutbox */
#shoutbox { margin-bottom: 10px; border: solid 2px rgba(0,0,0,0.1); }
#shoutbox .head { padding: 8px; }
#shoutbox.front .head { cursor: pointer; }
#shoutbox .head .right { float: right; margin: 0; font-size: 13px; }
#shoutbox.collapsed .head { opacity: 0.6; }
#shoutbox.collapsed .body { display: none; }

#shoutbox .panel { border-top: solid 2px rgba(0,0,0,0.1); }
#shoutbox input.text { margin: 0; padding: 10px 8px; width: 100%; box-sizing: border-box; border: none; box-shadow: inset 0 2px 4px rgba(0,0,0,0.08); font-family: Arial, sans-serif; font-size: 12px; color: #000; }
#shoutbox .minposts, #shoutbox .blocked { padding: 6px; font-size: 11px; }
#shoutbox .panel.minposts { background: #FFFED8; color: #727250; }
#shoutbox .panel.blocked { background: #FCEFEF; color: #543A3A; }
#shoutbox .panel p { margin: 0; }

#shoutbox .window { border-top: solid 2px rgba(0,0,0,0.1); overflow-y: scroll; }
#shoutbox .data { display: table; width: 100%; border-top: solid 2px rgba(0,0,0,0.1); font-family: Arial, sans-serif; font-size: 12px; }
#shoutbox.front .data { border-top: none; }

#shoutbox .entry { display: table-row !important; width: 100%; transition: background-color 0.2s; }
#shoutbox .entry:nth-child(even) { background-color: rgba(0,0,0,0.01); }
#shoutbox .entry.new { background-color: rgba(255,255,100,0.1); }
#shoutbox .entry:target { background-color: rgba(50,200,255,0.1); }
#shoutbox .entry > div { border-bottom: dashed 1px rgba(0,0,0,0.05); }
#shoutbox .entry:last-child > div { border-bottom: none; }

#shoutbox .entry > div { display: table-cell; padding: 6px; }

#shoutbox .avatar img { margin: 0 auto; vertical-align: middle; max-height: 20px; max-width: 20px; border: solid 1px rgba(255,255,255,0.1); box-shadow: 0 0 2px rgba(0,0,0,0.1); cursor: pointer; }
#shoutbox .user { border-right: solid 1px rgba(0,0,0,0.05); text-align: right; white-space: nowrap; }
#shoutbox .text { width: 100%; color: #555; word-break: break-all; word-wrap: break-word; }
#shoutbox .info { font-size: 11px; color: #AAA; white-space: nowrap; text-align: right; }
#shoutbox .entry.unread .info:before { display: inline-block; position: relative; top: -2px; margin-right: 10px; height: 4px; width: 4px; content: ''; background: rgba(255,100,0,0.8); border-radius: 10px; }
#shoutbox .info a { color: inherit; }
#shoutbox .mod { padding: 6px 8px; font-size: 9px; font-weight: bold; color: #AAA; text-decoration: none; }
#shoutbox .mod:nth-of-type(2) { margin-right: 5px; border-left: solid 1px rgba(0,0,0,0.1); }
#shoutbox  .ip { margin-right: 10px; color: #CECECE; }
Reply
#7
That fixed the problem thanks Smile

I want to ask if how can i upload 3rd Party Theme on my forum properly using the File Manager on Admin CP
is there any tutorial available?
Reply
#8
You can install themes normally like in MyBB just upload theme's .xml file
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply
#9
(10-13-2018, 01:04 PM)Jon Wrote: You can install themes normally like in MyBB just upload theme's .xml file

Yes i made it through all that however it is required to upload also the images of the theme included to my forum.
But when i try to upload the images via admin cp file manager images does not apply directly to the forum.
There were also a bunch of malfunctions of the theme uploaded.

Here is i try to upload MyBB Flatty Theme on my forum bullware.createmybb4.com
however is kinda messed up some functions (such as in dropdowns menu and user login)

(user login : unable to login shows an error even if credentials were correct)

Drop Down (does not show logout option or anything just redirecting to index.php)
[Image: mhim2Pg.gif]
User-Login (exact credentials but (error pops)
( unable to login shows an error even if credentials were correct)

[Image: OnX8SgK.gif]

is there anyway to fix this issues and is it possible now to request a theme host? 
Thanks. Smile
Reply
#10
The only way to fix would be to make sure the theme works for the latest version of MyBB.
Otherwise you will have to make the required edits.

For images you will have to upload them to image hosting then change the url for each image.
Please don't PM me for support. Try to post a topic allows other people to learn.
[Image: sig-jon.png]
Like CreateMyBB? Support me at https://www.patreon.com/vbgamer45/
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)