HIDE..


Subject: HIDE..
Hi

I want that when an user do click in the button "thanks", the content of the message that is in bbcode HIDE appear.

HELP ME
Thanks for all. ;)

Subject: Re: HIDE..
I'd try to play with this part of code at viewtopic.php

replace

Code: [Download] [Hide]
  1. $sql = "SELECT p.poster_id, p.topic_id  
  2. FROM " . POSTS_TABLE . " p  
  3. WHERE p.topic_id = $topic_id  
  4. AND p.poster_id = " . $userdata['user_id']; 


with

Code: [Download] [Hide]
  1. $SQL = "SELECT '1'  
  2. FROM " . POSTS_TABLE . " p, " . THANKS_TABLE . " t  
  3. WHERE (( p.topic_id = $topic_id  
  4. AND p.poster_id = " . $userdata['user_id'] . " ) OR (  
  5. t.topic_id = $topic_id AND t.user_id = " . $userdata['user_id'] . " ))"; 


But it isn't working on icy :S dunno why
on phpbb works :S

Subject: Re: HIDE..
Zuker wrote: [View Post]
I'd try to play with this part of code at viewtopic.php

replace

Code: [Download] [Hide]
  1. $sql = "SELECT p.poster_id, p.topic_id  
  2. FROM " . POSTS_TABLE . " p  
  3. WHERE p.topic_id = $topic_id  
  4. AND p.poster_id = " . $userdata['user_id']; 


with

Code: [Download] [Hide]
  1. $SQL = "SELECT '1'  
  2. FROM " . POSTS_TABLE . " p, " . THANKS_TABLE . " t  
  3. WHERE (( p.topic_id = $topic_id  
  4. AND p.poster_id = " . $userdata['user_id'] . " ) OR (  
  5. t.topic_id = $topic_id AND t.user_id = " . $userdata['user_id'] . " ))"; 


But it isn't working on icy :S dunno why
on phpbb works :S


:cry: :cry: :cry: :cry: this isn't working in IP ..

Subject: Re: HIDE..
yes i know...i told u

Subject: Re: HIDE..
Help Me, Please

Subject: Re: HIDE..
i need help .... Help Me, Please :( :( :cry:

Subject: Re: HIDE..
You are near of "eternal logut" lom hill

please be patient

Last edited by Zuker on Sat 05 May, 2007 18:00; edited 1 time in total
Subject: Re: HIDE..
good, i be patien Zuker


:cry: cry: :cry: :D :D

Subject: Re: HIDE..
you see zuker ?? not help me ... I wait more... :( :( :( :( :cry: :cry: :cry: :cry: :cry:

but i be patien

Subject: Re: HIDE..
Topic Locked


Page 1 of 1


  
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events

   

This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.

Powered by Icy Phoenix based on phpBB
Generation Time: 0.0367s (PHP: 50% SQL: 50%)
SQL queries: 10 - Debug Off - GZIP Enabled