Jump to content
DevFuse Forums

MPFF

Members
  • Posts

    74
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by MPFF

  1. not being funny but this topic is a bit pathetic as you can understand alot of modders are very busy and we do try and help everyone but if you put youself in our shoes were working on loads of mods/updates and get a PM for support when there is a whole forum for that it gets quite annoying now i cant speak for eden but when i am working on a mod i personally dont like when people pm me for support so i would as that people use my website thats what it was created

  2. that should do what you want but in future dont use == 1 just a waste of time

     

    If Setting = 0 (! is the primary element in this query)

    !$this->settings['']

     

    If Setting = 1

    $this->settings['']

     

    Your Query

    <if test="$this->settings['...']">
    <if test="in_array( $this->memberData['member_group_id'] , explode(',' ,$this->settings['....']) )">

  3. I get this in my Error Log hope it helps.

     

    [24-Nov-2009 01:13:41] PHP Fatal error: Class 'db_driver_' not found in /home7/kovgncom/public_html/forums/admin/sources/base/ipsRegistry.php on line 2188

    [24-Nov-2009 01:13:55] PHP Fatal error: Class 'db_driver_' not found in /home7/kovgncom/public_html/forums/admin/sources/base/ipsRegistry.php on line 2188

    [24-Nov-2009 01:14:07] PHP Fatal error: Class 'db_driver_' not found in /home7/kovgncom/public_html/forums/admin/sources/base/ipsRegistry.php on line 2188

    [24-Nov-2009 01:15:42] PHP Fatal error: Class 'db_driver_' not found in /home7/kovgncom/public_html/forums/admin/sources/base/ipsRegistry.php on line 2188

    [24-Nov-2009 01:16:15] PHP Fatal error: Class 'db_driver_' not found in /home7/kovgncom/public_html/forums/admin/sources/base/ipsRegistry.php on line 2188

    [24-Nov-2009 01:20:58] PHP Warning: ksort() expects parameter 1 to be array, boolean given in /home7/kovgncom/public_html/forums/admin/sources/classes/output/publicOutput.php on line 336

     

    provide the full log not just what you have decided to snipp off just remove any IP, Wev addresses frm it replacing with XXXXXXXXXX

  4. Hi thanks Michael, can you give me an example how to use it in the templates with an is_array if statement.

    This is my first time with ipb3 code, only have some basic php skills.

     

    Thanks, grtz

     

    sorry i didnt even read the script properly as you are now using BuildAndFetch you should be able to use the <foreach> statement i provided in an earlier post but make sure your variable is $data=""

  5. well wp-blog-header.php is part of the word press not ipb so u will just have to redownload wordpress and upload it

     

    or if the file is already there then do the following

     

    Open your index.php with notepad and

     

    Find:

    require('./wp-blog-header.php');

     

    Change To:

    require('wp-blog-header.php');

     

    Save & Upload

     

    remember that is for word press not ipb

×
×
  • Create New...