Page 2 of 3

Re: thank you button?

PostPosted: Thu Feb 28, 2008 10:13 pm
Author: MWE_001
That was it. Site fixed. Thanks a million. <img>

Re: thank you button?

PostPosted: Fri Feb 29, 2008 12:02 pm
Author: star
yqw glad it worked out for you

Re: thank you button?

PostPosted: Fri Feb 29, 2008 12:41 pm
Author: Helter
this is from what I posted. What did you guys have to wing?


"HelterSkelter";p="31409" wrote:
#
#-----[ FIND ]---------------------------------
#

$images['icon_edit'] = "$current_template_images/{LANG}/icon_edit.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";


#
#-----[ AFTER, ADD ]---------------------------------
#

$images['icon_thank'] = "$current_template_images/{LANG}/icon_thank.gif" width="$topic_iw" height="$topic_ih" class="imgtopic";


Re: thank you button?

PostPosted: Fri Feb 29, 2008 1:08 pm
Author: MWE_001
I had to work around the following for Integramod use

Code: Select all
##-----[ FIND ]------------------------------------------#  'POSTER_FROM' => $poster_from,  ##-----[ AFTER, ADD ]------------------------------------------#                   'POSTER_THANKS_GIVEN' => $thanks_given,                 'POSTER_THANKS_RECEIVED' => $thanks_received,


That is not possible. That find is not located in that file when pcp is involved. I found it in one of the other PCP files just not sure which one as I forgot to take side notes that night. <img>

All in all, I think it needs 1 minor tweak to work with PCP properly. If I can locate that edit in the PCP file, Ill report back where it was and what to do.

Re: thank you button?

PostPosted: Fri Feb 29, 2008 4:53 pm
Author: Helter
the code I posted is edited for IntegraMOD. The file I included is the original mod for phpbb. I only included it because I did not finish the PCP part

Re: thank you button?

PostPosted: Fri Feb 29, 2008 8:30 pm
Author: MWE_001
ahh right on. Got ya. <img> I am going to reinstall it tonight maybe and see how it goes. It should be smooth now.

PostPosted: Sat Mar 01, 2008 1:11 pm
Author: star
i had originally done the edits a few months ago before anyone had posted anything and never installed it to see if it actually worked other projects going on after see'ing the thread here it sparked my intrest to make it work there were a cpl finds that were different on 140 id have to go thru the edits to see exactly what i did but along with the above mentioned i think in viewtopic.tpl was sumtin like find <script></script> and i didnt have that dont know lol but i have it installed & working on a 140 board & 141 board

Re: thank you button?

PostPosted: Sat Mar 01, 2008 6:36 pm
Author: MWE_001
I never got a chance lastnight to reinstall this. Im going to try to again tonight but so far my night and day has been nothing but fish tank maint. Hopefully I get to install that tonight finally.

Re: thank you button?

PostPosted: Sun Mar 02, 2008 5:03 pm
Author: CaNNon
I'm in the middle of a pluming project and needed to remove a large section of lower kitchen cabinets, having "scored" a large quantity of Fish fry and extra frying pans.
I'm thinking we could solve your maintenance issue ...

<img>

Re: thank you button?

PostPosted: Fri Mar 07, 2008 8:38 pm
Author: salmercker
ok i am having major problems here. first off these edit are not in any templates i have installed.
Code: Select all
 # #-----[ OPEN ]------------------------------------------ #  templates/subSilver/viewtopic_body.tpl  # #-----[ FIND ]------------------------------------------ #  <script></script>  # #-----[ BEFORE, ADD ]--------------------------------- #  {THANKS_JAVASCRIPT}  # #-----[ FIND ]------------------------------------------ #       <END>  # #-----[ AFTER, ADD ]------------------------------------------ #         <BEGIN>         <tr>                 <td>                   <table>                         <tr>                           <td><span>{postrow.thanks.L_THANKS_TEXT}]------------------------------------------ # # EoM  

other then that i get
Code: Select all
 Parse error]
here is that line in my file
[code]             for ($x = 0; $x <thanked_count>sql_query($sql)) ) {  

sorry but my php skills are not good enough to figure out why that aint working.

Re: thank you button?

PostPosted: Fri Mar 07, 2008 9:13 pm
Author: Helter
I re added the template edits. With html enabled in posts, the tags were trunciated so you couldnt read them

PostPosted: Fri Mar 07, 2008 9:25 pm
Author: salmercker
still getting this error on any page i try to open
Code: Select all
 Parse error]

this is the line it is talking about
[code=php]              for ($i = 0; $i <count>sql_query($sql)) ) {  [/code]
when i try to goto a topic this is the error i get

[code=php]Parse error]

here is that line
[code=php]          for ($x = 0; $x <thanked_count>sql_query($sql)) ) {  

PostPosted: Sat Mar 08, 2008 11:26 am
Author: salmercker
does anyone know why i am getting that error? i already did the template fixes

Re: thank you button?

PostPosted: Fri Jan 09, 2009 3:52 pm
Author: .QUACK.Major.Pain
Gonna try this out on 141.
Hope someone can make an edited mod to suit 141 for us lacking the skills. LOL

Re: thank you button?

PostPosted: Sun May 24, 2009 10:42 am
Author: Michalis
has anyone got this working/tested on integramod 141
as I am seriously in need of a thank u button & dont want to attempt
to install it myself yet without knowing it works fine..