Custom Username Icons - ThemesCorp.com [Paid] [Deleted]

ACP --> Users -> User group permissions.
screenshot_1-png.105028
LOL i dont want to user put icon itself only admin for all usergroup one icon
 
Code:
http://xxxx.com/styles/themescorp/third_party/spectrum/1.6.2/spectrum.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://xxxx.com/styles/themescorp/third_party/fontawesome/4.3.0/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://xxxx/styles/themescorp/third_party/jautochecklist/1.3.0/jAutochecklist.min.css Failed to load resource: the server responded with a status of 404 (Not Found)

Those are the errors that I am getting.
 
Have you uplaoded the themescorp folder from the styles directory inside the archives ?

Clément
 
Code:
http://xxxx.com/styles/themescorp/third_party/spectrum/1.6.2/spectrum.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://xxxx.com/styles/themescorp/third_party/fontawesome/4.3.0/css/font-awesome.min.css Failed to load resource: the server responded with a status of 404 (Not Found)
http://xxxx/styles/themescorp/third_party/jautochecklist/1.3.0/jAutochecklist.min.css Failed to load resource: the server responded with a status of 404 (Not Found)

Those are the errors that I am getting.
I fixed the bug, please, download the new version, upload simply the new files (no need to import the xml) and overide the old.
 
At the moment it's only Font Awesome icons, but that could be a suggestion for a later version if users are interested.

You meant uploaded by users ?
 
Providing user with a possibility to select from icons that would have been uploaded by the admin on the ftp is feasible (see our Nodes Icon Tweak addon). Admin could for example propose the good icon set from famfam, quite known over the internet that contain quite a buch of small 16px icons.
So I am taking that feature request.

Allowing users to upload images is not necessaly a good idea IMO except if size check is implemented you know in order to avoid big images upload that would overload the forum.
Not sure that I would implement such feature.
 
Error that came up randomly:

Error Info
ErrorException: Undefined property: XenForo_ControllerResponse_View::$redirectType - library/ThemesCorp/CustomUsernameIcons/ControllerPublic/Account.php:38
Generated By: secondlt2, Today at 4:58 AM

Stack Trace
#0 /home2/vigilan9/public_html/vgforums/library/ThemesCorp/CustomUsernameIcons/ControllerPublic/Account.php(38): XenForo_Application::handlePhpError(8, 'Undefined prope...', '/home2/vigilan9...', 38, Array)
#1 /home2/vigilan9/public_html/vgforums/library/XenForo/FrontController.php(347): ThemesCorp_CustomUsernameIcons_ControllerPublic_Account->actionPersonalDetailsSave()
#2 /home2/vigilan9/public_html/vgforums/library/XenForo/FrontController.php(134): XenForo_FrontController->dispatch(Object(XenForo_RouteMatch))
#3 /home2/vigilan9/public_html/vgforums/index.php(13): XenForo_FrontController->run()
#4 {main}

Request State
array(3) {
["url"] => string(67) "http://www.forums.vigilantegamers.net/account/personal-details-save"
["_GET"] => array(0) {
}
["_POST"] => array(13) {
["gender"] => string(4) "male"
["show_dob_date"] => string(1) "1"
["show_dob_year"] => string(1) "1"
["location"] => string(0) ""
["occupation"] => string(0) ""
["homepage"] => string(0) ""
["about_html"] => string(11) "<p><br></p>"
["_xfRelativeResolver"] => string(62) "http://www.forums.vigilantegamers.net/account/personal-details"
["_xfToken"] => string(8) "********"
["save"] => string(12) "Save Changes"
["_xfRequestUri"] => string(25) "/account/personal-details"
["_xfNoRedirect"] => string(1) "1"
["_xfResponseType"] => string(4) "json"
}
}
 
Back
Top Bottom