Jump to content


* * * - - 4 votes

[Unsupported] Thanks Advanced 2.3 [Discontinued]


  • Please log in to reply
128 replies to this topic

#41 Largo

Largo

    Member

  • Members
  • PipPipPip
  • 49 posts
  • Real Name:Gregory
  • IPB Version:v2.3.x

Posted 06 July 2007 - 06:23 PM

Hello,

No one know how to fix it? I have too IPS Driver Error and I nothing can do...

#42 jay2uk

jay2uk

    n00b

  • Members
  • Pip
  • 1 posts
  • Real Name:Jamie
  • IPB Version:N/A

Posted 07 July 2007 - 12:16 AM

I have manged to install this on version 2.3.1

To install i had to edit the xml file and change

CODE
        <alters_group>
        <alter>
            <alter_type>add</alter_type>
            <table>members</table>
            <field_name>thanks_point</field_name>
            <field_type>int(11) NOT</field_type>
            <field_default>0</field_default>
        </alter>
        <alter>
            <alter_type>add</alter_type>
            <table>posts</table>
            <field_name>post_thanks</field_name>
            <field_type>text</field_type>
            <field_default></field_default>
        </alter>
    </alters_group>


to

CODE
        <alters_group>
        <alter>
            <alter_type>add</alter_type>
            <table>members</table>
            <field_name>thanks_point</field_name>
            <field_type>int(11)</field_type>
            <field_default>0</field_default>
        </alter>
        <alter>
            <alter_type>add</alter_type>
            <table>posts</table>
            <field_name>post_thanks</field_name>
            <field_type>text</field_type>
            <field_default></field_default>
        </alter>
    </alters_group>


Hope this helps

#43 Lucho

Lucho

    Novice

  • Members
  • PipPip
  • 8 posts
  • Location:Argentina
  • Real Name:Lucho
  • IPB Version:v2.3.x

Posted 07 July 2007 - 05:41 AM

Thanks @jay2uk, now it works. But i have an another problem. Some lines doesn't existe, for example:

CODE
$row['edit_button']   = $this->edit_button($row['pid'], $poster, $row['post_date']);

CODE
        $row['signature'] = "";

        if (isset($poster['signature']) AND $poster['signature'] AND  $this->ipsclass->member['view_sigs'])
        {
            if ($row['use_sig'] == 1)
            {
                $row['signature'] = $this->ipsclass->compiled_templates['skin_global']->signature_separator( $poster['signature'] );
            }
        }

This two lines doesn't exists in the file "topics.php". What can i do?. I'm using the IP Board 2.3.1.

Regards smile.gif

Edited by Lucho, 07 July 2007 - 05:41 AM.


#44 xe-cute

xe-cute

    Member

  • Members
  • PipPipPip
  • 39 posts
  • IPB Version:v2.1.x

Posted 07 July 2007 - 09:04 PM

It seems like this is broken for 2.3.1 version of IPB?

Seems same problems over at Invisionize, It is a shame as it seems a very good modification.

#45 bigsmallman

bigsmallman

    Member

  • Members
  • PipPipPip
  • 44 posts
  • IPB Version:N/A

Posted 08 July 2007 - 04:03 PM

@ jay2uk

Thanks a thausand times. It WORKED, I could set it up in my testboard. EVERYHING working the BEST, after this tiny edit...

Thanks again

#46 offroad

offroad

    Novice

  • Banned
  • PipPip
  • 15 posts
  • IPB Version:v2.3.x

Posted 08 July 2007 - 05:41 PM

When I used  the button  thanks the window of thanks is shows and next :

Fatal error: Call to undefined method skin_global_3::thanks_separator() in ...\...\...\sources\action_public\topics.php on line 904


IPB 2.3.1

someone know how to fix it ?

Sorry for my bad English  alien.gif
sorry for my English :blush:

#47 bigsmallman

bigsmallman

    Member

  • Members
  • PipPipPip
  • 44 posts
  • IPB Version:N/A

Posted 09 July 2007 - 07:08 AM

I think this can be cured with recaching the skin, but wait for some expert advice smile.gif

#48 offroad

offroad

    Novice

  • Banned
  • PipPip
  • 15 posts
  • IPB Version:v2.3.x

Posted 09 July 2007 - 02:04 PM

bigsmallman THX now working

Edited by offroad, 09 July 2007 - 02:05 PM.

sorry for my English :blush:

#49 Nightwisher

Nightwisher

    Coder

  • Banned
  • PipPipPipPipPip
  • 221 posts
  • Location:Bosnia
  • Real Name:Damir
  • IPB Version:v2.3.x

Posted 11 July 2007 - 12:27 AM

Its not work on me ! When i click on anyone topic i get this error i try to re-edit all files, try to rebuild cache, rebuild skin templates and nothing helps me !

Error what i have is :


CODE
Parse error: syntax error, unexpected T_IF, expecting T_FUNCTION in /var/www/localhost/htdocs/sources/action_public/topics.php on line 1166


Line 1166 is:

CODE
if ($this->ipsclass->vars['thanks_mod_enable'])


#50 PiraTaRG

PiraTaRG

    Novice

  • Members
  • PipPip
  • 17 posts
  • Location:Argentina
  • IPB Version:v2.2.x

Posted 12 July 2007 - 04:19 PM

Sorry my english..
this mod allows to hide the content or single it allows to be thankful? mellow.gif
A gratefulness to all the members of the staff of Invision Modding..

#51 Colibri

Colibri

    Coder

  • Members
  • PipPipPipPipPip
  • 245 posts
  • IPB Version:v2.3.x

Posted 12 July 2007 - 11:02 PM

Whats the sql to get the thanks back to zero?

Thanks

edit:
I gotit I just droped the 2 tables & readded them.

Edited by Colibri, 13 July 2007 - 02:14 AM.

Posted Image

#52 Andrews860

Andrews860

    Member

  • Banned
  • PipPipPip
  • 46 posts
  • IPB Version:N/A

Posted 14 July 2007 - 06:54 AM

So if I isntall on my 2.3.1 will this work?
Posted Image

#53 Nightwisher

Nightwisher

    Coder

  • Banned
  • PipPipPipPipPip
  • 221 posts
  • Location:Bosnia
  • Real Name:Damir
  • IPB Version:v2.3.x

Posted 14 July 2007 - 08:41 PM

My suggest is that you try first to made new forum like test forum and try on that place or that you made backup all you database and forum files before you install this mod ! I'm heal my forum more than 4 days for thanks mod i give tham another name +++++ its censured !   And keep in mind last date of support of uploader and owner of this mod ! All what you do is on your responsebilty like i do on my self skin ! If you listen me dont install this ! But if you love to play let force be with you !

Friendly
Nightwisher

#54 peoples choice

peoples choice

    Member

  • IM Supporters
  • PipPipPip
  • 27 posts
  • IPB Version:v2.3.x

Posted 14 July 2007 - 09:34 PM

I have it working fine on 2.3.1 the only problem I have is this here http://www.invisionmodding.com/index.php?s...ost&p=75318 which I asked about a couple of weeks back without a reply sad.gif

#55 Andrews860

Andrews860

    Member

  • Banned
  • PipPipPip
  • 46 posts
  • IPB Version:N/A

Posted 14 July 2007 - 09:49 PM

QUOTE(peoples choice @ Jul 14 2007, 04:34 PM) <{POST_SNAPBACK}>
I have it working fine on 2.3.1 the only problem I have is this here http://www.invisionmodding.com/index.php?s...ost&p=75318 which I asked about a couple of weeks back without a reply sad.gif

I wonder someone hasn't taken this and edited it. This is a great mod, I'm going to install it on my forum in just a sec.
Posted Image

#56 Andrews860

Andrews860

    Member

  • Banned
  • PipPipPip
  • 46 posts
  • IPB Version:N/A

Posted 14 July 2007 - 10:01 PM

Oh you can't download it. They have it disabled  ohmy.gif
Posted Image

#57 Michael

Michael

    See code 431.322.12 of the Internet Privacy Act

  • Modders
  • PipPipPipPipPipPipPipPipPipPip
  • 22,042 posts
  • Location:Columbus, OH
  • Real Name:Michael McCune
  • IPB Version:v3.1.x
Contributor

Posted 14 July 2007 - 10:32 PM

Woops, that was a mistake, you should be able to download it again should you need it.
Michael McCune - IPS Marketplace Moderator

My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter

#58 Andrews860

Andrews860

    Member

  • Banned
  • PipPipPip
  • 46 posts
  • IPB Version:N/A

Posted 15 July 2007 - 03:07 AM

QUOTE(Michael @ Jul 14 2007, 05:32 PM) <{POST_SNAPBACK}>
Woops, that was a mistake, you should be able to download it again should you need it.

Thanks.
Posted Image

#59 CrazyPriest

CrazyPriest

    n00b

  • Members
  • Pip
  • 2 posts
  • Location:Athens
  • Real Name:John
  • IPB Version:v2.3.x

Posted 17 July 2007 - 11:39 AM

Nothing worked for me !!

IPB v2.3.1 !! IPS Driver error !!!

Any update ????
GET A LIFE ....

e-Global Forum Administrator

Posted Image

#60 terabyte

terabyte

    Coder

  • Modders
  • PipPipPipPipPip
  • 148 posts
  • Location:Italy
  • IPB Version:v3.1.x
Contributor

Posted 17 July 2007 - 12:02 PM

Posting your IPS Driver Error helps.....

We can't help if you go ahead posting "IPS Driver Error", post what error is it!!




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users