Jump to content

-Cookie-

Community Regular
  • Posts

    771
  • Joined

  • Last visited

  • Days Won

    36

Everything posted by -Cookie-

  1. Go to FTP > Admin folder delete your .htaccess file
  2. If solved please make sure to mark the answer as solved
  3. Go to ACP > [HQ] Awards > Awards Post Display Settings, find Awards Tool Tip Text and make sure it looks like this
  4. Did you not read it correctly meaning you can use this feature if you want but don't have to
  5. IP.Nexus is better option for this, but if you have Subscription Manager and now install IP.Nexus you can convert Subscription Manager Packages automatically and do what you need to do then
  6. Did you fill in the short description when creating an award
  7. Just PM me a link then, how can i not help you if you don't give me a site link
  8. for the feedback system to be underneath the custom profile fields go to ACP > Hooks > Feedback Information [TopicView] and click the little pencil edit icon at the right and side then click files tab, scroll down to The hook 'ID' and change it to authorcfields then change the Position of template hook to (pre.endif) Before the if statement ends
  9. Link me to your site please and i'll take a look
  10. ye and did you do the second bit with the CSS
  11. I was just about to post that as well lol, please mark the answer as solved on who ever solved it, unless you solved it your self
  12. you never said to make it a url
  13. ACP > Members > Custom Profile Fields Field Title - Github Field Type - Text Input Profile Group - Contact Method Profile Icon - style_extra/cprofile_icons/GitHub.png - save this image and copy it to FTP /public_html/public/style_extra/cprofile_icons Field Key - github Field can be edited by the member? - yes
  14. this is the code your looking for <if test="rankimage:|:$author['member_rank_img']"> <li class='group_icon'> <if test="rankimageimage:|:$author['member_rank_img_i'] == 'img'"> <img src='{$author['member_rank_img']}' alt='' /> <else /> {$author['member_rank_img']} </if> </li> </if>and place that in the userinfopane
  15. do a hard refresh cntrl + f5 or clear your browsers cache, you have to remember not everything sets instantly
  16. look here for http://webflake.sx/files/category/21-ranks-badges/ group images and color user
  17. find this <if test="activeNames:|:count($stats['NAMES']) && $this->settings['show_active']">and underneath there should be this code <br />just delete it, then go to ipb_styles in CSS and search for .statisticsand within that part of the CSS there should be padding replace it with this one padding: 0 8px 8px;
  18. You said you already did it, but you got that error above, have you followed this tutorial on Call to a member function http://webflake.sx/topic/1711-fix-call-to-a-member-function-xxx-on-a-non-object-in-when-adding-a-new-application/
  19. I know your trying to make it easier for him but with him requesting what he wants i'm just providing the answer and like i said he can easily convert Subscription Manager to IP.Nexus with just 1 click
  20. Yes you can run Subscription Manager, but i think the app he is requesting is IP.Nexus but what i think is good that if you run Subscription Manager first and set up your Subscriptions packages, then install P.Nexus and it asks if you want to convert Subscription Manager to IP.Nexus
  21. Link me to your site and i'll take a look
  22. To make the your logo appear clear your browsers cache or recache skin set on that skin or do a hard refresh cntrl + F5
  23. In CSS find css.css and search for #wbgsdc adn the 1st one that is highlighted or that you found replace it with this one #wbgsdc { text-align: left; z-index: 999999999!important;display: none }
×
×
  • Create New...