Hi, i have a big problem
in a topic, the text hide, the user press the thanks button and the text is unhide but if i go to home, and retourn in the topic, the text is again hide, and the user can't press thanks because he had pressed the first
Die Suche ergab 12 Treffer
- 16. Jun 2009 08:19
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
- 15. Jun 2009 17:41
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
if i use this code i show a page white 

- 15. Jun 2009 16:32
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
in the viewtopic, i write only this: // Check if the topic viewer has posted in a topic $unhide = false; if ($user->data['user_id'] != ANONYMOUS) { $sql = "SELECT post_id, user_id FROM " . THANKS_TABLE . " WHERE post_id = $post_id AND user_id = " . $user->data['user_id']; $result...
- 15. Jun 2009 15:05
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hello, I managed to run. Now the text is hidden, and only he who is grateful. But I have a problem, given that the topic can not thank himself, can not even see the hidden text that was posted. How can I fix this problem?
- 15. Jun 2009 13:37
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hello, I made the changes but when I read a topic, I am facing a white page
- 15. Jun 2009 09:34
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hello, thank you for your help. At last I managed to get it to work, I just added this string in viewtopic: // Check if the topic viewer has posted in a topic $unhide = false; if ($user->data['user_id'] != ANONYMOUS) { $sql = "SELECT post_id, user_id FROM " . THANKS_TABLE . " WHERE po...
- 15. Jun 2009 08:20
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hello, I made the changes but when I read a topic, I am facing a white page 

- 14. Jun 2009 19:56
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Help, I am desperate, I do not know what to do
- 11. Jun 2009 16:58
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hi,
i check again all the changes in the files of simple hide bbcode. But I was not able to solve the problem, attached the modified files, please, could control them?
thank you very much!
i check again all the changes in the files of simple hide bbcode. But I was not able to solve the problem, attached the modified files, please, could control them?
thank you very much!
- 11. Jun 2009 10:59
- Forum: Support für phpBB 3.0.x MODs
- Thema: Thank Post MOD 0.4.0 + simple hide bbcode problem
- Antworten: 23
- Zugriffe: 29136
Re: Thank Post MOD 0.4.0 + simple hide bbcode problem
Hello sorry I still do not understand. What am I to do? I have the thanks mod 0.4.0 and simple hide BBCode