News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Thank You Mod (V1.2.3)

Started by ディン1031, January 11, 2006, 12:29:00 PM

Previous topic - Next topic

edi67

Quote from: ディン1031 on April 17, 2006, 10:22:11 AM
Quote from: edi67 on April 07, 2006, 02:35:43 PM
all work good but how increase posts count if users that reply with Thank you?
You can give post count releated premissions ;).

sorry in which way? explain me please
CrazyZone - My SMF Forum


From the difficult the hardening of the man you can see

diegolyanky

I have two problems:

1° Is not compatible with Hiden_Posts mod

2° My theme ( Helios_Multi ) don't have the same code between display.template.php of Default theme and the Helios_multi  :'(

I love and I need this mod working, be cause is a great idea but I have that problems  :'( :'(

Screenshots ?

Here:



and thats my installed mods:



My Display.template.php of Helios_Multi is here:

http://www.dtforum.com.ar/problems/Display.template.txt

And index.template.php of Helios_multi is here:

http://www.dtforum.com.ar/problems/index.template.txt

Can PLEASE anybody help me ??

Many thanks in advance  ;D
SMF ... SimpleMachines ... Simple, but complete if you want it ;)

ディン1031

Quote from: edi67 on April 18, 2006, 02:14:08 AM
Quote from: ディン1031 on April 17, 2006, 10:22:11 AM
Quote from: edi67 on April 07, 2006, 02:35:43 PM
all work good but how increase posts count if users that reply with Thank you?
You can give post count releated premissions ;).

sorry in which way? explain me please
Okay ;) i hope the two pics help you. If not write a pm to me ;D.




Bye
ディン1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

Jorin

#63
Hi,

nice mod, I love it. But dou someone have german language changes? I don't want to translate all the text  ;D

Jorin

Okay, did all the translationy by myself. But one more question:

Before user B can give user A a "thank you" user A have to allow this for the thread. Can I change the mod so all posts can have a "thank you" by default?

devdevil

i am using 1.0.7

whn i try to install i get this:

Installing this package will perform the following actions:
Type Action Description
1. Extract File ./Themes/default/images/english/thank_you.gif
2. Extract File ./Themes/default/images/english/thank_you_add.gif
3. Extract File ./Themes/default/images/english/thank_you_delete.gif
4. Extract File ./Themes/default/images/english/thank_you_lock1.gif
5. Extract File ./Themes/default/images/english/thank_you_lock2.gif
6. Extract File ./Sources/ThankYou.php
7. Extract File ./Themes/default/ThankYou.template.php
8. Extract File ./Themes/default/languages/ThankYou.english.php
9. Execute Code install_1.05.php
10. Execute Modification index.php Success
11. Execute Modification ./Sources/Display.php Success
12. Execute Modification ./Sources/ManagePermissions.php Success
13. Execute Modification ./Sources/ModSettings.php Failure
14. Execute Modification ./Sources/Post.php Success
15. Execute Modification ./Sources/Security.php Success
16. Execute Modification ./Themes/default/languages/index.english.php Success
17. Execute Modification ./Themes/default/languages/ManagePermissions.english.php Success
18. Execute Modification ./Themes/default/languages/ModSettings.english.php Success
19. Execute Modification ./Themes/default/languages/Post.english.php Success
20. Execute Modification ./Themes/default/Display.template.php Success
21. Execute Modification ./Themes/default/Post.template.php Success

ne help??
thnx

ディン1031

13.    Execute Modification    ./Sources/ModSettings.php    Failure

This without this options you can't made some basic settings for the thank you mod.

I think this came because some other mods are installed.

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

ディン1031

#67
New Version Avaible, only a small option is added :D.

Version 1.02
- Add to the boards settings a Automatic Thank You option, to add automatic a thank you to a newly created threads.

To Update, Upload the new zip and click on upgrade. (Work in 1.1RC2 and 1.0.x).
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

Jorin

#68
Oops. I de-installed the old version and installed the new. But all updates of the new version in the files were made, i proofed this. But I have a little error: He's not saving the board permission of the automatic thank you.  :-\

Also some more problems: In some boards all is fine, in some others no "thank you" is shown, in others only the thread starting post has a "thank you", but not the answering posts...

How can I fix all this problems? De-install the mod again and start again?

ディン1031

#69
For all user who installed Version 1.02 for SMF 1.1RC2

This is the Fix to solve the problem with the not Saved Board Changes for Thank You!


<edit file>
$sourcedir/ManageBoards.php
</edit file>

<search for>
$boardOptions['posts_count'] = isset($_POST['count']);
</search for>

<replace>
$boardOptions['posts_count'] = isset($_POST['count']);
$boardOptions['thank_you_automatic'] = isset($_POST['thank_you']);
</replace>


Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

aussieferal

Could you make it so that if a user posts, mkaes a topic or whatever that they get points, and with those points they can but stuff from a fake online shop, like, nothing real like tshirts, things like online products?

Bigguy

There is already a shop mod that will count points and you can buy things from it.

Badelehrling

Quote from: devdevil on May 09, 2006, 12:38:01 PM
i am using 1.0.7

whn i try to install i get this:

Installing this package will perform the following actions:
Type Action Description
1. Extract File ./Themes/default/images/english/thank_you.gif
2. Extract File ./Themes/default/images/english/thank_you_add.gif
3. Extract File ./Themes/default/images/english/thank_you_delete.gif
4. Extract File ./Themes/default/images/english/thank_you_lock1.gif
5. Extract File ./Themes/default/images/english/thank_you_lock2.gif
6. Extract File ./Sources/ThankYou.php
7. Extract File ./Themes/default/ThankYou.template.php
8. Extract File ./Themes/default/languages/ThankYou.english.php
9. Execute Code install_1.05.php
10. Execute Modification index.php Success
11. Execute Modification ./Sources/Display.php Success
12. Execute Modification ./Sources/ManagePermissions.php Success
13. Execute Modification ./Sources/ModSettings.php Failure
14. Execute Modification ./Sources/Post.php Success
15. Execute Modification ./Sources/Security.php Success
16. Execute Modification ./Themes/default/languages/index.english.php Success
17. Execute Modification ./Themes/default/languages/ManagePermissions.english.php Success
18. Execute Modification ./Themes/default/languages/ModSettings.english.php Success
19. Execute Modification ./Themes/default/languages/Post.english.php Success
20. Execute Modification ./Themes/default/Display.template.php Success
21. Execute Modification ./Themes/default/Post.template.php Success

ne help??
thnx

I've got exacly the same problem. But I don't know how to fix.
Ive tryed so much, but nothing worked!
Any help?

ivo2296

Hello,

Is there way to be added the "Thank you" option in the posts also. When we have a big topic and into it  very usefull post, the users to able to "Thank" this post.


Thanks!

Bigguy

@ Badelehrling

Install the mod, then look in the xml file for the modifications for the "ModSettings.php" and insert them manuallly. Make sure you back it all up first.

nitins60

Thanx for this mod. But i am facing some problems. Initially i was using 1.1rc2, i installed it successfully, no problem. Then i uninstalled it and other mods, due to upgrade to rc3, i uninstalled it. Now i tried to install it. All tests are successful, when i click on Install Now, i am getting this error
Database error
Duplicate column name 'thank_you_automatic'
File: /home/nitin/public_html/forum/packages/temp/install_1.X.X.php 
Line: 52

ディン1031

#76
huuu oh did my db thank you checker made a mistake hmmm i go look. (Hmmm i'm sure that i test it and it should work...)

I go check it :x. ...

Okay i new how this happend, i made a new version with a improved Version of the installer. If you uplaod this and overwrite your version on the server than you can install it without problems :).

Bye din
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

nitins60

Quote from: ディン1031 on September 07, 2006, 12:01:54 PM
huuu oh did my db thank you checker made a mistake hmmm i go look. (Hmmm i'm sure that i test it and it should work...)

I go check it :x. ...

Okay i new how this happend, i made a new version with a improved Version of the installer. If you uplaod this and overwrite your version on the server than you can install it without problems :).

Bye din

Overwrite? How is it possible? Please,correct yr mod, and gimme. I love this mod, but it's not n love with me.. :(

ディン1031

It's allready a new zip with the right installer php in it on the server here.
You can dl the new one and than you can install it without errors :D.

Bye
DIN1031
Support only via MOD Thread! NO PM Support!
My Forum: ayu][kult Forum
My Mods: My Small Mod Collection
My Parser: DIN1031's ModParser
Current Info: More away the next days, because i've to much work to do :x

ivo2296

#79
On smf RC3 classic theme i tried to install the mod manually but under each topic after the last post i see that:

Fatal error: Unsupported operand types in /home/begets/public_HTML/Sources/Load.php(1704) : eval()'d code on line 690


Can anyone help with the classic theme modification pls!

Advertisement: