Britney
Member
So I have finally converted my old SMF site to Xenforo (yeay).
Ofc I'm having some problems
Some info:
Xenforo 1.5.10
Addons: Advanced Applications Forms, Nodes As Tabs, Steam Auth, Xenforo Media Gallery, Xenforo Resource Manager, Xenporta 2, Widget Framework, FS Events, Bakground chooser, Last Posts Avatar
Outdated template. Bgchooser
Theme: Razor Blade
Problems are mainly on Chrome and Firefox
All users
Adblock is probably something most users have
*The first one is that it seems like my users can't stay logged in forever even if the check "Stay logged in". This includes me as well.
*The icon for the forum does not show when the category is unread.
Both icon is on the FTP and I can access them on the browser
*The reset password and plugin installer can't be opened. I know that I have encountered this before, but can't find or remember the fix. I think it was something in the httpacess or chmod the folders in the FTP.
*Sometimes when users try to preview the post that they are making the log-out. Only encountered on Chrome
*Is it possible for a User to change their age? Since the move everyone is now 116 years old, haha
Edit: Found an SQL code that i ran and it seems to work:
UPDATE xf_user_profile
SET dob_day=0, dob_month=0, dob_year=0
Please let me know if you need more details from me
Thanks in advance!
Ofc I'm having some problems
Some info:
Xenforo 1.5.10
Addons: Advanced Applications Forms, Nodes As Tabs, Steam Auth, Xenforo Media Gallery, Xenforo Resource Manager, Xenporta 2, Widget Framework, FS Events, Bakground chooser, Last Posts Avatar
Outdated template. Bgchooser
Theme: Razor Blade
Problems are mainly on Chrome and Firefox
All users
Adblock is probably something most users have
*The first one is that it seems like my users can't stay logged in forever even if the check "Stay logged in". This includes me as well.
*The icon for the forum does not show when the category is unread.
Code:
.node .node_106 .forumNodeInfo .nodeIcon, .node .node_106 .categoryForumNodeInfo .nodeIcon {
background-image: url("/ruthstorage/icon/icon.png");
}
.node .node_106 .forumNodeInfo.unread .nodeIcon, .node .node_106 .categoryForumNodeInfo.unread .nodeIcon {
background-image: url("/ruthstorage/icon/icon1.png");
}
*The reset password and plugin installer can't be opened. I know that I have encountered this before, but can't find or remember the fix. I think it was something in the httpacess or chmod the folders in the FTP.
*Sometimes when users try to preview the post that they are making the log-out. Only encountered on Chrome
Edit: Found an SQL code that i ran and it seems to work:
UPDATE xf_user_profile
SET dob_day=0, dob_month=0, dob_year=0
Please let me know if you need more details from me
Thanks in advance!
Last edited: