www.morribi.com/user/henrynoble1
Is there any plugin or setting to apply that will make it appear this way. www.morribi.com/henrynoble1
Without the ''USER'' in between the link...
www.morribi.com/user/henrynoble1
Is there any plugin or setting to apply that will make it appear this way. www.morribi.com/henrynoble1
Without the ''USER'' in between the link...
\ow_system_plugins\base\init.php
replace this
$router->addRoute(new OW_Route('base_user_profile', 'user/:username', 'BASE_CTRL_ComponentPanel', 'profile'));
with
Enable DEBUG and DEV mode in config.php file once.
define('OW_DEBUG_MODE', true); define('OW_DEV_MODE', true);
TO false again site not redirect automaticly anymore also not by login and logout or by any postings. ( forum / blog / vids / links / ETC )
Best regards,
Pala
When i follow the above instructions of Justice Okafor, to remove the word USER,..
And i Enabled Debug and Seen this Error, when I access a Profile on gangiz.com/stanly
OW Debug - ExceptionMessage:File:/home/gangizco/public_html/ow_core/default_route.phpLine:90Trace:#0 /home/gangizco/public_html/ow_core/router.php(335): OW_DefaultRoute->getDispatchAttrs('et')
#1 /home/gangizco/public_html/ow_plugins/countryflag/classes/event_handler.php(38): OW_Router->route()
#2 /home/gangizco/public_html/ow_plugins/countryflag/classes/event_handler.php(159): COUNTRYFLAG_CLASS_EventHandler->getRoute()
#3 /home/gangizco/public_html/ow_plugins/countryflag/classes/event_handler.php(58): COUNTRYFLAG_CLASS_EventHandler->isRoute('BASE_CTRL_Join', 'index')
#4 /home/gangizco/public_html/ow_core/event_manager.php(188): COUNTRYFLAG_CLASS_EventHandler->on_join_display_countries_list(Object(OW_Event))
#5 /home/gangizco/public_html/ow_core/response.php(181): OW_EventManager->trigger(Array, Object(OW_Event))
#6 /home/gangizco/public_html/ow_core/application.php(429): OW_Response->respond(Object(OW_Event))
#7 /home/gangizco/public_html/index.php(83): OW_Application->returnResponse()
#8 {main}Type:Redirect404Exception
Now I have site.com/username on desktop and site.com/user/username on mobiles (and a lot of 404 errors in mobile version)