Hi, i really want to replace default values in editor. So if I add tag [vimeo] i see vimeo in button. But i want to put there icon insead text. Or other text. Im using Font Awesome, to if i can edit displayed text, I also can set specific icon for this. I tried to use css class and "content&quo...
For most cases is for temporary testing. And of course i know that <!-- IF FALSE --> hide code for anyone - it's just be omitted. So in this method i can always quick restore "deleted" fragments, if something is wrong (or even users please me to restore it). I KNOW I KNOW - backups :) I do...
Title says all.
I want to put second value of number of posts, so i can clearly know, that user is active now, not eg. two years ago.
It could be updated once a month or something. This isn't that important to be updated live.
How to use your extension in other extension (newspage)? Newspage use this: append_sid("{$this->root_path}viewtopic.{$this->php_ext}", 'p=' . $row['post_id']) . (($row['topic_type'] == POST_GLOBAL) ? '&f=' . $forum_id : '') . '#p' . $row['post_id'] for generate link. It is possible to ...