MyBB Community Forums

Full Version: Custom Profile 1.8 Problems
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I was trying to install Custom profile. After it not working i deleted it and now my site is blank completely. ive cleared cache but nothing works
have you deactivated & uninstalled the plugin ?
can you post the plugin's link .. also provide your forum url
(2017-12-19, 12:43 PM).m. Wrote: [ -> ]have you deactivated & uninstalled the plugin ?
can you post the plugin's link .. also provide your forum url

alright. i reset mybb a while ago now, and lost my theme. https://community.mybb.com/mods.php?action=view&pid=417

and my site is: https://hfben.net
Quote:... and lost my theme
could not get what you meant. can you elaborate it a bit ..

if you want to use the plugin then after activating it, add below code
into headerinclude template of your theme - just above {$stylesheets}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colpick.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/profiledesign.js"></script>
(2017-12-19, 05:17 PM).m. Wrote: [ -> ]
Quote:... and lost my theme
could not get what you meant. can you elaborate it a bit ..

if you want to use the plugin then after activating it, add below code
into headerinclude template of your theme - just above {$stylesheets}
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/colpick.js"></script>
<script type="text/javascript" src="{$mybb->settings['bburl']}/jscripts/profiledesign.js"></script>

yeah, that was my problem. any code to make a link to my uid so i can customise ONLY my page with code?