Jump to content

Xing

Apprentice
  • Posts

    52
  • Joined

  • Last visited

Everything posted by Xing

  1. I'm sorry if there's a topic about this.. but I couldn't find it? I was just wondering where the option is to add some sort of warning that pops up when someone clicks on the file to download... and when they agree to it, then the file downloads.
  2. It's all good! I managed to do it myself. Thanks though.
  3. I'm trying to create a similar way for navigating kinda like the way IPS has it. Anyone willing to help me tackle this?
  4. I had to look them up to see for myself.... gosh those designs.
  5. He's basically saying, you want only one person to have "Apple". In order to prevent anybody else from putting in "Apple" there needs to be a code inside IPB that checks the SQL database so that person B can't have the same as person A and so forth. I doubt this can be done WITHOUT making a check against the SQL database table where profiles are stored so that we can prevent other people from having the same as person A.
  6. Hahah yes I did using blocks.
  7. Quick question @Sanctuary would this work as a sidebar?
    It is pretty clean. However, no PSD file for the background?
    Looks good... but still some of the stuff is still in Russian and not all in English. The part where it counts the Posts / Topics.
  8. i mean just the same, i have those files,...of this toplist. Even with the forums integrated?
  9. I mean so I can host my own lol
  10. Does anyone by chance know any good topsite / toplist PHP sites? Example of a topsite/toplist is something like this: https://www.minestatus.net Majority of the stuff out there now is outdated... and broken =/
  11. I was wondering if anyone has or knows a tutorial on how to setup a GIT push to shared webserver? So, I have a private git repo but I would like my master to be pushed automatically to my webserver. Yes I do have SSH access. I just don't know how to write the script or what to do to make it happen.
  12. I think I'm missing a step... my status won't display in my view. In my record view I did this: {{if $row->fieldValues()['field_6'] == '38'}} . 38 is this: do=form&id=38 and my display for statuses: {{if intval( $formValue ) === 1}} <span class='c4StatusBadge c4StatusBadge_upNext'>{$value}</span> {{elseif intval( $formValue ) === 2}} <span class='c4StatusBadge c4StatusBadge_comingSoon'>{$value}</span> {{elseif intval( $formValue ) === 3}} <span class='c4StatusBadge c4StatusBadge_future'>{$value}</span> {{elseif intval( $formValue ) === 4}} <span class='c4StatusBadge c4StatusBadge_done'>{$value}</span> {{endif}} The only thing I'm having trouble understanding is 'field_6' -> Not sure what to change field_6 to?
  13. How do you get the status' to show? Such as Complete, Next Up, etc.?
  14. In 4.0, what is the path to change the default avatar ? Sorry if there's already a topic... couldn't find it =/
  15. Hi everyone. I'm trying to figure out how to create a custom search... basically using check boxes and text input boxes. Basically what I'm trying to do is have it setup like this: [ ] Google [ x ] Bing Filter Box #1 ( ) Filter Box #2 ( ) Filter Box #3 ( ) [ x ] Google [ ] Bing Filter Box #1 ( ) Filter Box #2 ( ) Filter Box #3 ( ) So basically what you search in either box 1, 2, or 3 but have Bing checked off, you'll get bing's search engine. And vice versa if you have Google box checked off. Can anyone help me create this? Need help with the HTML/JAVA script. =/ Edit: Nevermind. Don't need it anymore!
  16. It says that I need to disable: popen, proc_open but how do I?
  17. I'm using 4.06 now compared to RC6 and it's been going great. Of course, I made sure I backed up as much as possible but its been great. There tons of things that have been fixed.
  18. HAha yeah you can! I made my bug tracker similar to IPB + I made a whole review / comment system for my specific community.
  19. Indeed. Might as well transition now so that way when new IPS4 versions come out, you'll be able to upgrade easier since you'll be running IPB4 anyways. It's a pain to upgrade from 3.4 to 4 already the way it is =/ I went through it already, but it was irritating (my opinion).
×
×
  • Create New...