[Unsupported] Thanks Advanced 2.3 [Discontinued]
Started by ThiagoInfo, Jun 19 2007 09:40 PM
128 replies to this topic
#41
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...
No one know how to fix it? I have too IPS Driver Error and I nothing can do...
#42
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
to
Hope this helps
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>
<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>
<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
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:
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
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'] );
}
}
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
Edited by Lucho, 07 July 2007 - 05:41 AM.
#44
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.
Seems same problems over at Invisionize, It is a shame as it seems a very good modification.
#45
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
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
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
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
sorry for my English :blush:
#47
Posted 09 July 2007 - 07:08 AM
I think this can be cured with recaching the skin, but wait for some expert advice
#48
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
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 :
Line 1166 is:
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
Posted 12 July 2007 - 04:19 PM
Sorry my english..
this mod allows to hide the content or single it allows to be thankful?
this mod allows to hide the content or single it allows to be thankful?
A gratefulness to all the members of the staff of Invision Modding..
#53
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
Friendly
Nightwisher
#54
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
#55
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 
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.
#57
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
My Stuff: My Forum · My Resources · My Tutorials
Contact Me: Email · Facebook · Twitter
#58
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.
#59
Posted 17 July 2007 - 11:39 AM
Nothing worked for me !!
IPB v2.3.1 !! IPS Driver error !!!
Any update ????
IPB v2.3.1 !! IPS Driver error !!!
Any update ????
GET A LIFE ....
e-Global Forum Administrator
e-Global Forum Administrator
#60
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!!
We can't help if you go ahead posting "IPS Driver Error", post what error is it!!
IPS Developer
~ Please DON'T PM me for support unless I ask you to do so! ~
~ My Site ~ All My Mods ~
Donations are always appreciated ![]()
Latest Releases: (TB) Moods 3.0.0 ♦ (TB) Hide Content 3.0.0 (No file edits!) ♦ (TB) Ed2k Links 3.0.0 ♦ (TB) Password Change Reminder 2.0.0 ♦ (T31) Group Format 3.1.1 ♦ (T31) Show Reputation in Topic View 2.0.0 ♦ (T31) Tickets System 1.1.0 ♦ (T31) PM on Group Change 1.1.0 ♦ (T31) Database Optimizer 2.0.0 ♦ (T31) Display Members Browser 2.0.0
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users






Contributor










