Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

Search found 35 matches
Smarty Forum Index
Author Message
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Sat Dec 20, 2008 6:10 pm   Subject: Plugin for FCKeditor
Hello IceFrog, what do you need help with? Can you show the code that isn't working?
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Thu Nov 06, 2008 10:45 pm   Subject: Plugin for FCKeditor
great plugin!
It's not producing valid w3c html this way though, because the strings are not escaped well. Use this function for value:

Hello and thank you phrearch, the plugin is updated with you ...
  Topic: Apache/PHP crashing complex templates
gazoot

Replies: 1
Views: 5414

PostForum: General   Posted: Thu Aug 21, 2008 7:05 pm   Subject: Apache/PHP crashing complex templates
I've had the same problems, which were related to references when using new. In the old php4-code, I've used things like $smarty =& new Smarty(); and it crashed with zend_mm_heap errors. When I re ...
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Thu Aug 21, 2008 7:01 pm   Subject: Bugfix applied
Hello, wow it's been years since I wrote this! Anyway, the bugfix from Hervé Saladin is applied to the code post, thanks for the contribution!
  Topic: templates_c help? files not being updated, not recompiled
gazoot

Replies: 6
Views: 10870

PostForum: General   Posted: Sun Jun 22, 2008 4:50 pm   Subject: templates_c help? files not being updated, not recompiled
Then what I have to do is delete all the files in templates_c and everything will update with the changes I did. This is bugging the hell out of me what can I do?
I just had the same problem, and I ...
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Wed Jul 12, 2006 7:18 am   Subject: Plugin for FCKeditor
Hi cope, just saw your question about the problem you have. Any progress? I'm not sure what could be the problem, it could be as simple as a filename misspelling or that you put the file in the wrong ...
  Topic: New plugin: SmartyColumnSort!
gazoot

Replies: 89
Views: 188814

PostForum: Plugins   Posted: Wed May 31, 2006 8:03 am   Subject: New plugin: SmartyColumnSort!
kills, I will do that when I get the mental strength to modify the Wiki. Smile Anyway, http://hem.passagen.se/gazoot/scs/smartycolumnsort.zip is now updated with the latest version from TGKnIght. TG, if ...
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Fri May 26, 2006 11:03 am   Subject: Example smarty code
Hi webvivekar, sorry for the long reply time. There isn't any demo page because the code would be very short. Smile If you install FCKeditor properly (in /javascripts/fckeditor for this example), all you ...
  Topic: New plugin: SmartyColumnSort!
gazoot

Replies: 89
Views: 188814

PostForum: Plugins   Posted: Fri May 26, 2006 10:50 am   Subject: Back for a sec!
Hi guys, I'm back after a little break and I'm surprised to see how big this thread has become!

TGKnIght, thanks for your great support and development for this plugin. Is it fully backwards-compat ...
  Topic: Plugin for FCKeditor
gazoot

Replies: 50
Views: 191084

PostForum: Plugins   Posted: Fri May 05, 2006 12:22 pm   Subject: Plugin for FCKeditor
Hello, just finished a function plugin for the excellent FCKeditor (a textarea replacement), so I thought I would share the effort. It's used as any other function, and I think the documentation expla ...
  Topic: problem about mysql
gazoot

Replies: 1
Views: 4981

PostForum: General   Posted: Thu Dec 29, 2005 2:59 pm   Subject: problem about mysql
Not really a smarty question, but I hope it's alright anyway. If you are using mysql, use this query:

SHOW TABLE STATUS FROM $database LIKE '$table'

Then use a quick php calculation to get the t ...
  Topic: Mysql Nested
gazoot

Replies: 22
Views: 37545

PostForum: General   Posted: Thu Dec 29, 2005 2:03 pm   Subject: Mysql Nested
Glad I could help. Smile And I'm also glad you didn't want to display categories even though they were empty. A bit trickier, hehe!

/Gazoot
  Topic: Mysql Nested
gazoot

Replies: 22
Views: 37545

PostForum: General   Posted: Thu Dec 29, 2005 12:16 am   Subject: Mysql Nested
Oh I see (I hope Wink)! Even if you don't have any forum under a category you want to display a header for the category?
  Topic: New plugin: SmartyColumnSort!
gazoot

Replies: 89
Views: 188814

PostForum: Plugins   Posted: Thu Dec 29, 2005 12:12 am   Subject: New plugin: SmartyColumnSort!
Again, thanks for the followup for the new version. I fixed everything you commented on, except for a logical error in the strpos fix: Since strpos() can return both FALSE and 0, it is a mistake to us ...
  Topic: Mysql Nested
gazoot

Replies: 22
Views: 37545

PostForum: General   Posted: Tue Dec 27, 2005 5:47 pm   Subject: Mysql Nested
Yep, thanks very much. This SQL should produce what you want:

SELECT forums.title, forums.posts, forums.topics, cat.title AS category
FROM board_forums AS forums
INNER JOIN board_cat AS cat ON ca ...
 
Page 1 of 3 Goto page 1, 2, 3  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP