Fork me on GitHub

Images from Theme  Bottom

  • PN would be much more customizable if the core and mods would look in the theme dir for images, if found use it, if not look in the standard location (topics, menu, etc).

    Pseudo Example:

    $topic_img = "postnuke.gif"; // pulled from DB

    if file_exists("$themesarein/$topic_img") {
    ... use that image }
    else {
    ... do whatever postnuke default }

    Maybe even carry this on to looking for default file names or having a settings sections to define what images are used by default for Search and Submit buttons etc... If not defined use the standard buttons.

    Should be fairly simple and I'd be willing to mod the code if someone knows the line numbers of these different things.

    Thanks!
    Shawn
  • 0 users

This list is based on users active over the last 60 minutes.