vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   text replace with images (https://vborg.vbsupport.ru/showthread.php?t=312563)

Goomzee 08-30-2014 06:54 AM

show same images all forums

Quote:

<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" align="right" alt="RSS Feed for $forum[title]" /></a>

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/tealblack/statusicon/mkx_raiden_subforum.png" hspace="4px" align="left"/></a>

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2"><a href="member.php?find=lastposter&f=$forum[forumid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$forum[avatarurl]" border="0" /></a><div style="padding-left:36px;">$forum[lastpostinfo]</div></td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>
</tr>
$childforumbits

darnoldy 08-30-2014 01:28 PM

Quote:

Originally Posted by Goomzee (Post 2513095)
show same images all forums

Good?that's what it should do...so its working. Now we have to change it so that it shows a different image for each forum.

Change:
HTML Code:

<a  href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img  border="0"  src="images/tealblack/statusicon/mkx_raiden_subforum.png"  hspace="4px" align="left"/></a>
to
HTML Code:

<a  href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img  border="0"  src="images/tealblack/statusicon/$forum[forumid].png"  hspace="4px" align="left"/></a>
Then it will look for a different image for each forum, But you ALSO have to change the names of the image files.
Rename mkx_raiden_subforum.png to 79.png

Do the same for all of the icon images you want to use, change their file name to the ID number of the forum they are for.

Goomzee 09-01-2014 04:59 AM

it won't works because i want only 2 subforums there ID's are 79 and 80

ForceHSS 09-01-2014 05:52 AM

people can only help with info you give if you want this fixed you need to give all info not in parts

tbworld 09-01-2014 06:08 AM

Quote:

Originally Posted by Goomzee (Post 2513312)
it won't works because i want only 2 subforums there ID's are 79 and 80

@Darnold's code will work fine. Just wrap it in a vbulletin if-else template conditional to exclude all other forum ID's. Let me know if you need an example. :)

darnoldy 09-01-2014 05:02 PM

Quote:

Originally Posted by Goomzee (Post 2513312)
it won't works because i want only 2 subforums there ID's are 79 and 80

You have are 8 character subforums?you only want 2 of them to have images?

I'm confused.

Goomzee 09-02-2014 04:29 AM

1 Attachment(s)
this is my forum page
http://www.mknexusonline.com/forums/index.php
and this forum
http://www.mknexusonline.com/forums/forum22/
now there are some subforums under above forum
i want to put image in this forum
http://www.mknexusonline.com/forums/forum80/ (Example image A )
http://www.mknexusonline.com/forums/forum79/ (Example Image B)

you must see this attached

below is code

Quote:

<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/$forum[imageprefix]forum_$forum[statusicon].gif" alt="" border="0" id="forum_statusicon_$forum[forumid]" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<a href="external.php?type=rss2&forumids=$forum[forumid]"><img src="images/misc/rss.gif" border="0" align="right" alt="RSS Feed for $forum[title]" /></a>

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/tealblack/statusicon/mkx_raiden_subforum.png" hspace="4px" align="left"/></a>

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><img border="0" src="images/tealblack/statusicon/mkx_sz_subforum.png" hspace="4px" align="left"/></a>

<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]"><strong>$forum[title]</strong></a>
<if condition="$show['browsers']"><span class="smallfont">(<phrase 1="$forum[browsers]">$vbphrase[x_viewing]</phrase>)</span></if>
</div>
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
<if condition="$show['forumsubscription']"><div class="smallfont"><strong><a href="subscription.php?$session[sessionurl]do=removesubscription&amp;f=$forum[forumid]" rel="nofollow">$vbphrase[unsubscribe_from_this_forum]</a></strong></div></if>
<if condition="$show['subforums']"><div class="smallfont" style="margin-top:$stylevar[cellpadding]px"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
</td>
<td class="alt2"><a href="member.php?find=lastposter&f=$forum[forumid]" rel="nofollow"><img height="32px" style="float:left;margin-right:4px" src="$forum[avatarurl]" border="0" /></a><div style="padding-left:36px;">$forum[lastpostinfo]</div></td>
<td class="alt1">$forum[threadcount]</td>
<td class="alt2">$forum[replycount]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="alt1"><div class="smallfont">$forum[moderators]&nbsp;</div></td>
</if>
</tr>
$childforumbits

darnoldy 09-04-2014 03:30 PM

If you want to display images in the 8 subforum listings that you have here:
http://www.mknexusonline.com/forums/forum22/
Then I gave you the right code, but you are putting it into the wrong template.
If you only want to put the images in 2 of those subforums in the list (and I don't know why you would) then I still gave you the right code, and you still need to put it in the right template, but you also need to wrap it in a conditional to make it work that way.

Goomzee 09-05-2014 04:37 AM

thanks please share with me the code


All times are GMT. The time now is 12:36 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01068 seconds
  • Memory Usage 1,750KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_html_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete