How to use relative file path for the images in elgg/mod folder? -


in elgg 1.7.10, have use absolute full path images, how can use relative path plugins in mod folder?

thanks!

just use "/mod/[pluginname]/[graphic_folder]/image.jpg"

let me know if asking thing else.

thanks.


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -