News:

SMF 2.1.6 has been released! Take it for a spin! Read more.

Main Menu

Thank You Mod (V1.2.3)

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

Previous topic - Next topic

Magic-Onno

Will use it at 1.1.12 though!
Give us a new version, pleaze!!!

Regards...

keyboard

Hi

I really like this mod alot, but need your expertise.........I am more then willing to make a sizable donation, if you can set it up properly.....Please email me at        rphillipchuk at cogeco.ca
Слaва
Украинi

TheListener

Quote from: keyboard on January 03, 2011, 11:03:01 AM
Hi

I really like this mod alot, but need your expertise.........I am more then willing to make a sizable donation, if you can set it up properly.....Please email me at        rphillipchuk at cogeco.ca

What do you mean by set it up properly?

impreza

A fun twist, I used eggs and is useful
Portal ToTemat.pl - Filmy i Artykuły

cameranutzII

Quote from: Magic-Onno on December 23, 2010, 08:46:57 AM
Will use it at 1.1.12 though!
Give us a new version, pleaze!!!

Regards...

Wondering also if there is a new version for 1.1.12 out there. I really like this Mod and would love to use it again.

TheListener

Rather than say you wan the mod to be updated to 1.1.12 why not emulate the version instead?

Grosraisin

Hello,

Sorry for my English.

Thank you for your mod.

But cons I encounter a problem with SMF 2.0 RC4 (logic it was not for his mod you tell me)

I do all the manual manipulation of change with a lot of small stuff but "Subs_Boards.php" has the line 1057 SMF tells me an error: Unknown column 'b.thank_you_automatic' in 'field list'
File: / home / prezmeal / public_html / forum / Sources / Subs-Boards.php
Online: 1057

How can we solve problem?

Thank you.

SMF / Le Partage et l'Entraide
SMF / Sharing and Caring


Mes modifications de Mods / Templates



TheListener

Quote from: Grosraisin on January 19, 2011, 02:49:47 PM
Hello,

Sorry for my English.

Thank you for your mod.

But cons I encounter a problem with SMF 2.0 RC4 (logic it was not for his mod you tell me)

I do all the manual manipulation of change with a lot of small stuff but "Subs_Boards.php" has the line 1057 SMF tells me an error: Unknown column 'b.thank_you_automatic' in 'field list'
File: / home / prezmeal / public_html / forum / Sources / Subs-Boards.php
Online: 1057

How can we solve problem?

Thank you.

This mod does NOT work on 2.0 it is for 1.1.x ONLY

PLAYBOY

Nope. It doesnt install on 1.1.13!

JimDevil

I did placed this manually  in 1.1.13
I have only one problem
'Each new generated thread becomes a "Add Thank You".';
that does not work
The button thank you works just fine
maybe a solution to this
Thanks in advance
SMF 2.0.2

PLAYBOY

Quote from: JimDevil on April 10, 2011, 01:08:51 PM
I did placed this manually  in 1.1.13
I have only one problem
'Each new generated thread becomes a "Add Thank You".';
that does not work
The button thank you works just fine
maybe a solution to this
Thanks in advance


How did you integrated it into 1.1.3?

JimDevil

Quote from: PLAYBOY on April 10, 2011, 10:36:34 PM

How did you integrated it into 1.1.3?

Manual Install Instructions for SMF  1.1.11
There is no big change between 1.1.11 and 1.1.13
The files are the same
everything works perfectly now
SMF 2.0.2

PLAYBOY

If it works perfectly on 1.1.3
Why cant we update it or make it automatic install for 1.1.3?

I am not good with manual installations and you cant uninstall or update easyly if you install manually.

Chen Zhen


The attachment will work for SMF 1.1.13+

Please uninstall and delete the older version of this modification from your package manager prior to installing this version if applicable.




Version 1.2.4 (19.04.11)
! Fixed mysql queries for installation
* Removed upgrade option/files (must uninstall and delete old version prior to installing this one)
* Updated for SMF 1.1.13+
* All boards with permission will display the -thank you- button (thank-you-add link omitted)

My SMF Mods & Plug-Ins

WebDev

SMF support staff should be shaping a positive community experience & not provoking an argument or emotional reaction.

PLAYBOY

#594
I couldnt install it.
It gave an error in ./Sources/Display.php during installation.
Am i doing anything wrong?




UPDATE: Problem Fixed
$posters = array_unique($posters);

$attachments = array();


Change with

$messages = array ($context['single-post']);

$attachments = array();


in ThankYou1.1.x.mod

Chen Zhen

Quote from: PLAYBOY on April 19, 2011, 04:44:57 AM
I couldnt install it.
It gave an error in ./Sources/Display.php during installation.
Am i doing anything wrong?

I just tested it again on a fresh smf install and it works fine.
Since you did manual edits prior.. you need to do reverse edits to uninstall the older version.
If you already did this then you must not have made the correct reverse edits (exact) to the Display.php file.

You could always replace that file with the SMF default of it before installing the version I posted assuming you have no other mods that adjusted it.

Once installed make sure to adjust permissions for boards and usergroups.


My SMF Mods & Plug-Ins

WebDev

SMF support staff should be shaping a positive community experience & not provoking an argument or emotional reaction.

PLAYBOY

#596
Quote from: -Underdog- on April 19, 2011, 05:29:50 AM
Quote from: PLAYBOY on April 19, 2011, 04:44:57 AM
I couldnt install it.
It gave an error in ./Sources/Display.php during installation.
Am i doing anything wrong?

I just tested it again on a fresh smf install and it works fine.
Since you did manual edits prior.. you need to do reverse edits to uninstall the older version.
If you already did this then you must not have made the correct reverse edits (exact) to the Display.php file.

You could always replace that file with the SMF default of it before installing the version I posted assuming you have no other mods that adjusted it.

Once installed make sure to adjust permissions for boards and usergroups.



I was just editing my post :) Problem is fixed on my part. Thank you anyways.

PLAYBOY

#597
After the installation i dont see any buttons or any change in my posts/topics
I dont see any change created by the mod.
I use custom theme. What can i do to get it affect the custom theme?

I was gonna do the changes manually in Themes/default/Display.template.php to my theme but I dont have Display.template.php on my custom theme!

Help please!

Chen Zhen

Quote from: PLAYBOY on April 19, 2011, 02:24:18 PM
After the installation i dont see any buttons or any change in my posts/topics
I dont see any change created by the mod.
I use custom theme. What can i do to get it affect the custom theme?

I was gonna do the changes manually in Themes/default/Display.template.php to my theme but I dont have Display.template.php on my custom theme!

Help please!

If the file is not in your custom theme then it uses the default's file.
Did you adjust permissions per membergroup?

Admin -> Permissions -> Modify (whichever membergroup) ... scroll down to board permissions where you will see the thank-you mod heading.
Opt View Thank You List and Post Thank You

Quote from: PLAYBOY on April 19, 2011, 04:44:57 AM
$posters = array_unique($posters);

$attachments = array();


Change with

$messages = array ($context['single-post']);

$attachments = array();


in ThankYou1.1.x.mod

??
The default Display.php does not show the code you are posting.
Do you have another mod installed that alters the display source code and template for posts?

My SMF Mods & Plug-Ins

WebDev

SMF support staff should be shaping a positive community experience & not provoking an argument or emotional reaction.

PLAYBOY

QuoteIf the file is not in your custom theme then it uses the default's file.
Did you adjust permissions per membergroup?

Admin -> Permissions -> Modify (whichever membergroup) ... scroll down to board permissions where you will see the thank-you mod heading.
Opt View Thank You List and Post Thank You

Yes i have set the permissions. The buttons are not visible even for me (as an admin).

QuoteThe default Display.php does not show the code you are posting.
Do you have another mod installed that alters the display source code and template for posts?

Probably. I have so many mods. But i just wanted to write the solution i came up with so it may be helpful to other people.

I have also put the pictures in my custom theme folders like forum/customtheme/images/ etc. that didint affect either. I donno what am i doing wrong here?

Advertisement: