Jump to content

  •  

  • Vince's Photo

    Vince

    Member Since 28 Feb 2006
    Offline Last Active Feb 03 2012 12:35 AM
    ****-

    Posts I've Made

    In Topic: ...

    02 February 2012 - 09:09 AM

    Huh...You haven't changed a bit ;)

    In Topic: (IM) Custom Forum Blocks 1.5

    09 April 2011 - 07:46 AM

    Yes i can install it for free.

    In Topic: (IM) Custom Forum Blocks 1.5

    25 March 2011 - 05:45 PM

    Eric, I'm always around just PM me.

    In Topic: (IM) Custom Forum Blocks 1.5

    09 March 2011 - 02:26 PM

    View PostMichael Roman, on 31 December 2010 - 08:54 PM, said:

    Was wondering if anyone reading this could install this for me. You will be paid $50 if it works. Unfortunately Vince did not reply to my PM and IPB won't even let me explain the issue, they tell me to contact Vince. I will tell you right off the bat, when I tried to install I got an error message stating: "Cannot initiate the set up class."

    If you can help me out of this mess and need some extra cash for the new year, please email me @ michael.a.roman [@] gmail.com

    Thanks,
    Michael

    I PMed you. Never got a PM from you though.

    View Postsexymalecelebs, on 11 January 2011 - 07:07 AM, said:

    how would i include just the whole of the forums? ie not any of the gallery/blog/calander?

    Use

    app=forums

    in the include box


    View Postlandlady, on 08 February 2011 - 07:27 AM, said:

    I have tried the edits in my upgraded 3.1.4 board, putting them in the correct place as indicated in previous post - but it doesn´t work - My board doesn´t show and I get a database error. I really need this to work as my boards sponsors adverts have gone. Can someone help please.

    This is the reply I received from the IPS support team when I asked them about the database problem after doing these edits:

    mySQL query error: SELECT pp.*,m.members_display_name, m.members_seo_name FROM ibf_profile_portal pp LEFT JOIN ibf_members m ON ( pp.pp_member_id=m.member_id ) WHERE pp.pp_status <> "" ORDER BY pp.pp_status_update DESC LIMIT 0,4


    There is no field in the profile_portal table for pp_status in IPB 3.1.x

    That field was removed in IPB 3.1.0

    So, you've got an old version of the mod. Or an old version of some modification.

    That's not an issue with the custom blocks itself, But with one of the custom blocks. I can guess it's the one that shows the user profiles. If you want me to take a look please PM.


    View PostASFx, on 08 February 2011 - 10:04 PM, said:

    Does anyone know how to make the polls show in the custom forum blocks? still haven't figured it out.

    By default you can't it will require some PHP to fetch the polls from the DB.


    View PostASFx, on 13 February 2011 - 10:18 AM, said:

    Is it possible to make 2 layers of blocks on top? I want to do one block that expands across the top, then 2 blocks side by side right below that.

    Yes, Just simple HTML can do that.


    View Postkreatyve, on 16 February 2011 - 09:48 AM, said:

    Hi all
    I made all the changes you wrote about but IT DOESN'T WORK WITH 3.14!!!
    Please help me!

    Here's the code

    //-----------------------------------------
    // Gather output
    //-----------------------------------------

    /* (IM) Custom Forum Blocks */
    require_once( IPSLib::getAppDir( 'customBlocks' ) . "/sources/library.php" );
    $this->registry->setClass( 'customBlocks', new customBlocksLibrary( $this->registry ) );
    $this->_html = $this->registry->customBlocks->wrapBoard( $this->_html );

    //$output = $this->outputFormatClass->fetchOutput( $this->_html, $this->_title, $this->_navigation, $this->_documentHeadItems, $this->_jsLoader, $adCodeData );
    $output = $this->outputFormatClass->fetchOutput( $output, $this->_title, $this->_navigation, $this->_documentHeadItems, $this->_jsLoader );

    $output = $this->templateHooks( $output );


    BOARDS

    /* (IM) Custom Forum Blocks */
    $show_sidebar = false;

    It works on 3.1.x

    Probably you've mistaken with the edits. PM with your forum details and i can take a look at it.


    View Postbprado, on 09 March 2011 - 05:30 AM, said:

    I just buy this module, is working good but i have a question!!

    I put in the include page showforum=41, and the system show the banner in that subforum (http://www.mindandmu...hp?showforum=41), but i need to show the banner in all the topics of that subforum

    I read all this topic and i try this settings in the include page:

    showforum=41,showtopic=*

    dont work, when i put that in the includes pages, dont show the banner anywhere, anyplace (not show here http://www.mindandmu...hp?showforum=41, either)

    also i try
    showforum=41,tid=*

    dont work!!!

    please help, i need to show the banner in the forum and all the topics inside that forum.

    That should work, Can you PM me with ACP access and i can look at it myself.

    In Topic: (IM) Custom Navigation 1.2.2

    09 March 2011 - 02:21 PM

    Hey, It should work with 3.1.4 yes, If it's not then PM me with your board info and i will take a closer look at it.