|
#1
|
|||
|
|||
|
Reviews / Better posting option?
Hi!
Like http://www.pixelpost.org/extend/addons/photo-mosaic/ I've a problem to post code. Here I can post code stuff very well: PHP Code:
HTML Code:
HTML-Code Code:
AnyCode Perhaps you can improve that. A review and edit option would be nice, too Thanks a lot... --- At http://www.pixelpost.org/extend/addons/photo-mosaic/ i wanted to post that: Very nice! But i've to hack the php. At first I've change PHP Code:
PHP Code:
An than I've spaces in my image names, so I've to change PHP Code:
PHP Code:
Perhaps some stuff for next version. Thanks a lot for your work! |
|
#2
|
||||
|
||||
|
Thank you for the suggestions but, a review is meant to let the user and developer know what you think about the addon/template/etc and not a place to post code fixes. In the future, you can reference a forum post for a fix.
Also, you can overwrite an old review by making a new one. The old review will be erased and replaced by your new review.
__________________
Pixelpost Documentation | Visual Pixels | My Addons | Transition Bottlerocket Fund |
|
#3
|
||||
|
||||
|
You can also use a bit of Markdown magic to escape the characters to get something very similar to code:
Code:
`$thumbpath = ltrim($cfgrow['thumbnailpath'], "./");` This would result in: HTML Code:
<p><code>$thumbpath = ltrim($cfgrow['thumbnailpath'], "./");</code></p> Code:
Lorem ipsum dolor sit amet `$thumbpath = ltrim($cfgrow['thumbnailpath'], "./");` consectetur adipisicing elit HTML Code:
<p>Lorem ipsum dolor sit amet</p> <p><code>$thumbpath = ltrim($cfgrow['thumbnailpath'], "./");</code></p> <p>consectetur adipisicing elit</p>
__________________
Jay Williams | A Different View |
|
#4
|
||||
|
||||
|
and besides that: if $cfgrow['thumbnailpath'] is empty then please set it in the options.
__________________
My photoblog, powered by PixelPost 1.9 dev SVN | My Pixelpost Addons | My Cool Photoblog profile
|
| Post Reply |
| Thread Tools | |
|
|