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. ;)
HIDE..
Subject: Re: HIDE..
I'd try to play with this part of code at viewtopic.php
replace
with
But it isn't working on icy :S dunno why
on phpbb works :S
replace
- $sql = "SELECT p.poster_id, p.topic_id
- FROM " . POSTS_TABLE . " p
- WHERE p.topic_id = $topic_id
- AND p.poster_id = " . $userdata['user_id'];
with
- $SQL = "SELECT '1'
- FROM " . POSTS_TABLE . " p, " . THANKS_TABLE . " t
- WHERE (( p.topic_id = $topic_id
- AND p.poster_id = " . $userdata['user_id'] . " ) OR (
- 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..
Last edited by Zuker on Sat 05 May, 2007 18:00; edited 1 time in total
You are near of "eternal logut" lom hill
please be patient
please be patient
Last edited by Zuker on Sat 05 May, 2007 18:00; edited 1 time in total
Subject: Re: HIDE..
you see zuker ?? not help me ... I wait more... :( :( :( :( :cry: :cry: :cry: :cry: :cry:
but i be patien
but i be patien
Page 1 of 1
You cannot post new topicsYou 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