Jump to content

katos

Contributor
  • Posts

    167
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by katos

  1. Hey guys, After this theme if anyone has it please: http://themeforest.net/item/wide-phpbb3-theme-with-control-panel/7949289 Would be really appreciative if somebody had this and wouldn't mind sharing it or such. Many thanks in advance! Regards, Katos
  2. Unfortunately, as I stated - am tired, and so the fault there may be me, I'd wait for somebody to check it out - Lock Down is good with that stuff.
  3. It doesn't have a closing "else" in the event of the "if" statement not being met - if my tiredness serves me right, this should work: public function menuBar( $applications ) { if( isset($applications['ccs']) ) { $applications['ccs']['app_link'] = $this->registry->ccsFunctions->returnPageUrl( array( 'page_seo_name' => $this->settings['ccs_default_page'], 'page_id' => 0 ) ); $applications['ccs']['app_seotitle'] = ''; // Has to be empty, or IP.Board tries to run its FURL routines causing index.php?//page/... $applications['ccs']['app_template'] = 'app=ccs'; $applications['ccs']['app_base'] = 'none'; } else { return $this->registry->output->getTemplate('ccs_global')->primary_navigation( $this->caches['ccs_menu'], $applications ); } Might be worth seeing if somebody can confirm this. Hope this helps!
  4. On vacation until the 28th - will be on now and then, but not much.

  5. katos

    Hi

    Hi Alex, welcome to webflake!
  6. Username: katos First Name: Phil Age: 24 Rate your English out of 10: 9 Additional languages spoken: none fluently, but slight knowledge of French and German. Software specialization: Windows Server, ipboards, php, bulletin, Wordpress. IPB skills: 9 XenForo skills: 2 vBulletin skills: 8 WordPress skills: 9 HTML / CSS skills: 7 Other qualifications: graphic design, and security advisory. Studying currently for software development (back in study) What can you bring to the team? I am a dedicated and reliable team member, with a solid understanding of forum moderation and management, I can help members with my own knowledge or point them in the direction of where to find an answer. I work well in teams and have successfully managed several forums before. I also have been chosen to help out other forums. One of which I still work on, assisting with their administration and PR.
  7. I did do, neither worked. I have resolved this issue myself by clearing the users and remaking them, then reimporting the databases. Very strange, but at least it worked. Huge thanks for all of your help Lock_down much appreciated.
  8. Set them to auto follow / subscribe to topics they create - then they should receive notifications.
  9. Still got the issue. No idea what is going on, using Xampp for the Mysql at this moment (the site is NOT hosted with Xampp.)
  10. Bollucks. Totally forgot that, will try this later when I am back home, thanks!!
  11. If you do not post anything for a period of 30 days, you get moved to the "Inactive Members" group. After being moved to the inactive members group, you have 90 days to become active. (You become active by making at least one post) If you do not become active after a total of 120 days (30+90), your account will be deleted. You will then have to register at WebFlake again.
  12. Very strange, I have allowed the port "3307" in the firewall for in AND outbound connections, and still getting the error:
  13. Because the database is on a seperate host, but I think I could fix it by migrating the database to the localhost of the machine actually, never thought of that (can't believe I didn't but there we are...) Thanks for that, will try this! --- EDIT --- My database is on a VPS but my website is on a dedicated webhost - is there anyway I can fix this and maintain this structure or do I have to have the database on the localhost?
  14. Hey guys! usually I am fine with this stuff, but I have tried to change my port for MySQL from 3306 (default) to 3307 - after I had to migrate due to issues with my database. So, I opened conf_global.php and changed it to suit my port: I tried both: $INFO['sql_driver'] = 'mysql'; $INFO['sql_host'] = ''xxx.xx.x1.13'; $INFO['sql_port'] = '3307'; and $INFO['sql_driver'] = 'mysql'; $INFO['sql_host'] = 'xxx.xx.x1.13:3307'; But on both attempts I get: Am I missing a configuration or ...? Many thanks, Katos.
  15. So was this standard HTML / CSS or a forum theme? If you are after HTML / CSS then: http://metro-webdesign.info/#&download Something like this?
  16. Loving the theme, what is you plan with this, to release or sell, or use as your own?
  17. That's just announcements being shown, then they selected the announcements to be the rule posts.
  18. a:hover { color:(what you want here); } You after something like that?
  19. In short, no. Cloudflare only works as a CDN, so your host would still (surprisingly...) be hosting your content. If this is against their terms and conditions then A) they can take the content down themselves without intervention. or B) when somebody complains to them, then they can take it down also. In reality, you're best using offshore hosting, then route your traffic through Cloudflare, don't rely on cloudflare alone to protect you from being caught with nulled software. Hope this helps, Katos.
  20. katos

    Helo

    Welcome to Webflake!
  21. Sounds like you have a lot of knowledge that could be useful Neo, Welcome to Webflake, I hope that you enjoy the site!
  22. Welcome to webflake, would be great to see what templates you can bring to us
  23. Welcome to Webflake!
×
×
  • Create New...