Advertisement
-
Posts
104 -
Joined
-
Last visited
-
Days Won
1
Community Answers
-
Azhaurn's post in Removing referrer option on register page was marked as the answer
Fixed it. The problem was with Members Shop app, I am using Basic Points now.
-
Azhaurn's post in "Fatal error: Call-time pass-by-reference has been removed" ibEconomy 1.5.1 was marked as the answer
yes but I like this version
Solved.
It was:
$this->_postClass = new $classToLoad( &$this->registry ); I needed to remove the "&"
-
Azhaurn's post in What's the name of this hook? was marked as the answer
Thank you! Hook name: Members Stats on Board Index Sidebar.
-
Azhaurn's post in Baisik theme doesn't show forum icons [3.4.8] was marked as the answer
Solved. Just followed:
-
Azhaurn's post in Where/How can I edit this in my ipb_styles.css?? was marked as the answer
I found! Thanks for helping me!!!
It was:
.column_view .post_body{ border-left: 1px solid #f0f0f0; }
-
Azhaurn's post in How to organize my UserInfoPane? was marked as the answer
I used at my userinfopane:
<div style=" border-bottom: 3px solid #787878; width: 100%; text-align: left; font-weight: bold; font-size: 17px; margin-top: 10px; margin-bottom: 5px; font-variant: small-caps; ">INFOS</div>And to separate by a line I used:
<li class='post_count desc lighter'> <li style="padding: 3px;border-bottom: 1px solid #e5e5e5;text-align: left;font-size: 11px;"> </li> </li> Just needed to edit my userinfopane.
Solved by myself but thanks a lot izz and Eventyret!!