Forum icons on Search
Forum rules
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
You dont have to use ModX or make your mod AutoMod compatible. A simple textfile is fine
But if you post Mods here You also have to give support
Forum icons on Search
Inspired by Stoker's Top Stats mod [ADDON] Forum images in recent active topics how would I go about adding forum images to forum search, such as 'active topics'.
Many thanks.
Many thanks.
Forum icons on Search
Should be easy.
Do you want them to replace topic type images or do you want to display both?
Do you want them to replace topic type images or do you want to display both?
Forum icons on Search
Both please. Topic type image, then forum image. I have forum images of 32*32 px.
Forum icons on Search
Open search.php
Find:
Inline, Add after:
Find:
Inline, Add after:
Find:
Add before:
Open styles/prosilver/template/search_results.html
Find:
Add before:
Find an image for no_image.gif and upload it to your images folder.
Find:
Code: Select all
$sql = 'SELECT p.*, f.forum_id, f.forum_name
Code: Select all
, f.forum_image
Code: Select all
$sql_select = 't.*, f.forum_id, f.forum_name
Code: Select all
, f.forum_image
Code: Select all
'FORUM_TITLE' => $row['forum_name'],
Code: Select all
'FORUM_IMAGE' => $row['forum_image'],
Find:
Code: Select all
<!-- IF searchresults.S_UNREAD_TOPIC --><a href="{searchresults.U_NEWEST_POST}">{NEWEST_POST_IMG}</a> <!-- ENDIF -->
Code: Select all
<!-- IF searchresults.FORUM_IMAGE --><span class="forum-image"><img src ="{searchresults.FORUM_IMAGE}" alt="" /></span><!-- ELSE --><span class="forum-image"><img src ="{ROOT_PATH}images/no_image.gif" alt="" /></span><!-- ENDIF -->
Find an image for no_image.gif and upload it to your images folder.
Forum icons on Search
Many Thanks, Stoker, works perfectly, (needs an 'e' removing after ENDIF).
For your info this is what it looks like now:
Very pleased.
For your info this is what it looks like now:
Very pleased.
You do not have the required permissions to view the files attached to this post.
Forum icons on Search
Very nice.
Have you set up your no_image.gif yet?
I used your starimg.png from topic [ADDON] Forum images in recent active topics.
Works well if you have nice forum icons.

Have you set up your no_image.gif yet?
I used your starimg.png from topic [ADDON] Forum images in recent active topics.
Works well if you have nice forum icons.