Jump to content

FlinTY

Contributor
  • Posts

    135
  • Joined

  • Last visited

  • Days Won

    4

Everything posted by FlinTY

  1. I have some topic on my site containing images but they keep going corrupt all the time so i have click edit and they come back just fine, but then wait a bit and they will go corrupt again. i have re-cached the bbcodes and it keeps doing it, i just want to know how do i stop the images going corrupt all the time, look: this is before whilst corrupt: and this is after while editing it: then when i save it, it goes fine then i leave it a while and it goes corrupt again
  2. it could be the opacity in css in ipb_styles that fades the icons or in the FTP the icons where made to look faded
  3. he just wants it changing on here like he said
  4. goto other apps in acp and look at this and basically edit the public name to whatever you want
  5. it might not be compatible with the version of IPB your using or you didn't upload the icon to the right theme, basically upload the icon_moods.png to your theme not master and your second question could you be a bit more specific please
  6. acp > look n feel > your theme > choose CSS goto ipb_styles search for .maintitle and change the background to what ever you want
  7. i am using subscription manager for now but there is a problem with it, it doesn't move the new group back to previous groups for some weird reason thanks buddy i had add to base package selected thats what put me off from using this
  8. I really want to use IP Nexus but can't due to, i want to make subscriptions on my site but can't because there is nothing to add an expire date for example: i have a VIP Membership Subscription and i want to a 1month etc but can't because there is nothing to add an expiry date
  9. goto ACP > LOOK and FEEL > choose your theme > Click CSS then goto ipb_styles: search for .wrapper { by pressing cntrl + f and edit width: 90%; to what ever suits you
  10. sorry i don't get what you mean, could you show me a diagram or something, thanks
  11. My subscriptions are not expiring when expired, they still stay in the same group, they don't get moved back to previous group and i have the setting correct as well look:
  12. oh didn't think i need this all i wanted to know is where i put the fonts in my FTP or site
  13. how do i insert the fonts that are on my board that only i can see into my default fonts on my board so everyone else can see them
  14. i no theres one for arrowchat and i have used it on cometchat aswell and it worked, the only problem is you will see members popping up in the who's online list but they disappear, but anyways heres the code: Add this above the code that cometchat gave you: <if test="IPSMember::isInGroup($this->memberData, array('19', '9'))"><!-- COMETCHAT -->the numbers are your group ID's so just add your group ID's how they are displayed. then once you've done that login to another users account to check if it works and if correct the bar shouldn't be there but myself i prefer arrowchat as this code works great
  15. ye i think your right i'm using [mm] staff online sidebar 1.0.0 and i think its a compatibility issue
  16. Why does my staff online sidebar show the same person multiple time?
  17. i no that, thats why i'm looking for a different way solved just going to buy a license
  18. I really want to know how to convert to mybb from ipb3.4.3
  19. Everytime i fix the search results it resets it self, so then i gotta re-add the codes again to fix, but then leave it a while and it will reset itself again
  20. no i want the same like arrow chat: this goes below <head>: look <if test="IPSMember::isInGroup($this->memberData, array('1', '11'))"><!-- ARROWCHAT --><link type="text/css" rel="stylesheet" id="arrowchat_css" media="all" href="/arrowchat/external.php?type=css" charset="utf-8" /><script type="text/javascript" src="/arrowchat/includes/js/jquery.js"></script><script type="text/javascript" src="/arrowchat/includes/js/jquery-ui.js"></script></if> this one goes above </body> <if test="IPSMember::isInGroup($this->memberData, array('1', '11'))"><!--ARROWCHAT--><script type="text/javascript" src="/arrowchat/external.php?type=djs" charset="utf-8"></script><script type="text/javascript" src="/arrowchat/external.php?type=js" charset="utf-8"></script></if>
×
×
  • Create New...