Log in

View Full Version : Images On Forumbit (forumhome)


sabret00the
10-27-2005, 10:00 PM
this is for the forumhome, open your "forumhome_forumbit_level2_post" template and find ;
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

add above that
<if condition="in_array($forum['parentid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="2 px" align="left"/></if>

if you want it to appear for all forums, remove the conditional, you can also just change the conditional to suit your needs better, the XX's in the conditional are to be replaced by the parentid's of your desire. the parentid is just the forumid of the catergory.



Screenie: https://vborg.vbsupport.ru/attachment.php?attachmentid=30323

TF|Scorpion
10-28-2005, 04:49 PM
Cool, thanks...pressing install. But what about to replace the image on the beginging? instead of that "users" image, we have our own image instead.

w00tworld
10-28-2005, 07:06 PM
I like the idea, but as a newbie I cannot understand what you are saying here?

if you want it to appear for all forums, remove the conditional, you can also just change the conditional to suit your needs better, the XX's in the conditional are to be replaced by the parentid's of your desire [cyclops] the parentid is just the forumid of the catergory.

Would I be able to place a differnent icon within each forum?

Sorry, little confused.

sabret00the
10-28-2005, 08:46 PM
Cool, thanks...pressing install. But what about to replace the image on the beginging? instead of that "users" image, we have our own image instead.

do you mean instead of the statusicons?

sabret00the
10-28-2005, 08:47 PM
I like the idea, but as a newbie I cannot understand what you are saying here?



Would I be able to place a differnent icon within each forum?

Sorry, little confused.

it's currently set so that it only appears for certain categories, what that bit is saying is if you want it to appear for all categories delete the conditional.

the hacks is set so a different image appears within each forumbit by default

smokering
10-30-2005, 05:04 AM
i am a noob as well need real help here

say i wanted it to work in category 5112 forum 6127 where do i put those ?

sorry i am so lame with this i have been trying to get it for over an hour

Okie
10-30-2005, 05:57 AM
Hello

Please Look at This image

https://vborg.vbsupport.ru/ (http://66image.com/show.php/731_forumbit.jpg)

do u have any idea how to make it for the forum like this ?

http://66image.com/show.php/731_forumbit.jpg

ggiersdorf
10-30-2005, 01:23 PM
Really cool IDEA, but us noobs are getting confussed can you please tell us this.

How to I specifiy different images for different Folders?

I have an XBOX forum, a PS3 forum etc and want the image of the console on the forum home next to each forum like your picture shows. How can this be accomplished?

Please show us the script for this

Watson
11-01-2005, 08:50 AM
The way it used to work was the image was the same name as the forum ID, I imagine its the same this time around, however, mine don't seem to show

sabret00the
11-01-2005, 09:16 AM
Hello

Please Look at This image

http://66image.com/out.php/t731_forumbit.jpg (http://66image.com/show.php/731_forumbit.jpg)

do u have any idea how to make it for the forum like this ?

http://66image.com/show.php/731_forumbit.jpg

i'm afriad that's outside the functionality of this mod.

sabret00the
11-01-2005, 09:17 AM
Really cool IDEA, but us noobs are getting confussed can you please tell us this.

How to I specifiy different images for different Folders?

I have an XBOX forum, a PS3 forum etc and want the image of the console on the forum home next to each forum like your picture shows. How can this be accomplished?

Please show us the script for this

name the image the same as the forum id and it'll show up

so if your xbox forum is forumid23 then name the image 23.gif

sabret00the
11-01-2005, 09:17 AM
The way it used to work was the image was the same name as the forum ID, I imagine its the same this time around, however, mine don't seem to show

url so i can see it in action or lack of lol?

sabret00the
11-01-2005, 09:18 AM
i am a noob as well need real help here

say i wanted it to work in category 5112 forum 6127 where do i put those ?

sorry i am so lame with this i have been trying to get it for over an hour

you're saying you only want it to work on one forum?

ggiersdorf
11-01-2005, 07:08 PM
what is the path for the images?

in my style/misc folder? or root/misc folder?

smokering
11-03-2005, 03:22 AM
you're saying you only want it to work on one forum?


i want to use the different pics for different forums i just dont know where in the code to put the forum id number i feel really stooopid here

Katman
11-03-2005, 03:43 AM
i want to use the different pics for different forums i just dont know where in the code to put the forum id number i feel really stooopid here

Replace the "X"'s in this code with the forumid numbers of your forums.
<if condition="in_array($forum['parentid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>

Katman
11-03-2005, 03:45 AM
BTW, I just tried this hack on my forums and it didn't work.
http://www.madisonsportbikes.com/forums/index.php

I added it to forumid's 46,47,48 and 67 and uploaded gif images to my /forums/images/misc directory with the names of the forumid's and nothing shows.

Katman
11-03-2005, 03:49 AM
It did this:

this is for the forumhome, open your "forumhome_forumbit_level2_post" template and find ;
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

add above that
<if condition="in_array($forum['parentid'], array(46,47,48,67))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>


created the images, named the same as the forumid #'s and uploaded them to the /forums/images/misc directory.

Here's my forumhome_forumbit_level2_post code:

<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<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="in_array($forum['parentid'], array(46,47,48,67))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>
<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]">$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" nowrap="nowrap">$forum[lastpostinfo]</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


And still no images appear. I'm running vB 3.5

sabret00the
11-03-2005, 08:14 AM
It did this:

this is for the forumhome, open your "forumhome_forumbit_level2_post" template and find ;
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>

add above that
<if condition="in_array($forum['parentid'], array(46,47,48,67))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>


created the images, named the same as the forumid #'s and uploaded them to the /forums/images/misc directory.

Here's my forumhome_forumbit_level2_post code:

<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<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="in_array($forum['parentid'], array(46,47,48,67))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>
<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]">$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" nowrap="nowrap">$forum[lastpostinfo]</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


And still no images appear. I'm running vB 3.5

<tr align="center">
<td class="alt2"><img src="$stylevar[imgdir_statusicon]/forum_$forum[statusicon].gif" alt="" border="0" /></td>
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
<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="in_array($forum['forumid'], array(46,47,48,67))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>
<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]">$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" nowrap="nowrap">$forum[lastpostinfo]</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

they should show up now.

Katman
11-03-2005, 03:18 PM
So for the others trying to make this work the following is what was wrong with the original code, this > condition="in_array($forum['parentid'] should really be this > condition="in_array($forum['forumid']


Wrong:
<if condition="in_array($forum['parentid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>

Right:
<if condition="in_array($forum['forumid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>

Katman
11-03-2005, 03:19 PM
You should update your original code to reflect the corrections.

sabret00the
11-03-2005, 03:24 PM
So for the others trying to make this work the following is what was wrong with the original code, this > condition="in_array($forum['parentid'] should really be this > condition="in_array($forum['forumid']


Wrong:
<if condition="in_array($forum['parentid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>

Right:
<if condition="in_array($forum['forumid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2px" hspace="2px" align="left"/></if>


wow how disrespectful are you, you carry on liek this and you'll make me swear.

if you want it to appear for all forums, remove the conditional, you can also just change the conditional to suit your needs better, the XX's in the conditional are to be replaced by the parentid's of your desire. the parentid is just the forumid of the catergory. if anyone doesn't know the difference between forumid's and categoryid's then the problem is on their end in the understanding department and that's what this thread is here to help them with, if you want forumid's you change the conditional to relfect that yourself, i'm a man can't be arsed with specific forums when i want a whole category to have images and thus i released according to my needs.

Katman
11-03-2005, 03:24 PM
But allas that didn't fix it either. All that did was enter the name of the forum where the image should be, but still no image.

Katman
11-03-2005, 03:25 PM
Whatever

sabret00the
11-03-2005, 03:26 PM
But allas that didn't fix it either. All that did was enter the name of the forum where the image should be, but still no image.

whatever? and yet i'm still gonna help you.

the problem is that you're getting a 404 on the images, find out where they're pointing on your forumhome and either change it in the template or change it image location's to match.

Katman
11-03-2005, 03:32 PM
I'm not going to argue with you over this but perhaps if your hack had better instructions then people wouldn't be having so many problems with it. Look back through the posts in this thread, the history is there, people do not understand your hack.

As for my 404 error, sure it's 404'ing file not found because it's looking in the wrong place because your original code is wrong. Your code says "<img src="$stylevars[imgdir_misc]/$forum[forumid].gif" which is the "misc" directory under the "images" directory which is under the "forum" root directory, yet that's not where it's looking for the images. It's looking for them in the root of the website.

Watson
11-03-2005, 05:02 PM
url so i can see it in action or lack of lol?

http://forums.bootleg.org.uk

the bands forums only it should be in mate, Nothing there at all

sabret00the
11-05-2005, 08:40 AM
http://forums.bootleg.org.uk

the bands forums only it should be in mate, Nothing there at all

sorry, seems i missed it, can you drop me an pm when you've reenabled it and i'll fix it for ya.

sabret00the
11-05-2005, 08:41 AM
I'm not going to argue with you over this but perhaps if your hack had better instructions then people wouldn't be having so many problems with it. Look back through the posts in this thread, the history is there, people do not understand your hack.

As for my 404 error, sure it's 404'ing file not found because it's looking in the wrong place because your original code is wrong. Your code says "<img src="$stylevars[imgdir_misc]/$forum[forumid].gif" which is the "misc" directory under the "images" directory which is under the "forum" root directory, yet that's not where it's looking for the images. It's looking for them in the root of the website.

then just throw a $vboptions[bburl] in front.

smokering
11-06-2005, 01:16 AM
if anyone doesn't know the difference between forumid's and categoryid's then the problem is on their end in the understanding department and that's what this thread is here to help them with, if you want forumid's you change the conditional to relfect that yourself, i'm a man can't be arsed with specific forums when i want a whole category to have images and thus i released according to my needs.


well thanks for releasing it and admitedly it is on my end as i dont know any thing about it was trying to learn here understand nice sounding hack


cheers

funinthesun
11-13-2005, 12:08 AM
Nice mod, might install later. Thanks :)

donBLACK
11-13-2005, 12:32 AM
isnt working for me

donBLACK
11-13-2005, 12:33 AM
nvm i got it

Watson
11-13-2005, 12:17 PM
sorry, seems i missed it, can you drop me an pm when you've reenabled it and i'll fix it for ya.

Its back on the now mate, but still don't get anything heh, Worked perfect on 3.0.x so was just using same images :)

bigdog829
11-13-2005, 11:15 PM
Works great for me easy install thanks !

Watson
11-14-2005, 11:30 AM
I got it working now, but I had to put the images in my forums root dir

Cheers for this hack :)

girlboheme
03-24-2006, 05:00 PM
Is there a way to get this to work on specific subforums?

I'd like for it to work for each of the guys on this page:
http://www.modelhommes-forum.com/forumdisplay.php?f=68

girlboheme
03-31-2006, 11:43 PM
Help?

Still would like for it to work on Subforums.

Thanks :)

cucarot
04-22-2006, 08:06 PM
I wanna replace them for Forum_old, forum new status Icons :) How can I do it?

ForYou
05-06-2006, 09:31 PM
Hello ,

What about SubForum , I try to put it but there is not icon ,

can i put this for subforum also ,

Regards

Smiry Kin's
05-08-2006, 03:13 PM
hmm added this, it isnt kinda what i wanted tho! im looking for something like this!

http://img188.imageshack.us/img188/6471/moveimages7bk.jpg

so the image is before the writing, etc etc?

AcidX
08-06-2006, 07:57 AM
Could someone make this modification a bit more "user friendly"?
It's a really nice modification, but way too complicated for "newbies". ;)

mano1.com
08-09-2006, 02:06 PM
this looks good i will give it a try later.. thanks

offline
08-09-2006, 06:23 PM
Anyone know how I can get this to work when showing the full list of Sub-Forums?

offline
08-09-2006, 06:28 PM
Nevermind, make the same changes in "forumhome_forumbit_level1_post" template and it will work sub-forums also.
:)

rex_b
09-14-2006, 04:48 PM
works on 3.6

singasong
09-18-2006, 02:16 AM
Hi all,

For VBB 3.0 I used it:

[[Vbulletin 3 RC 2 ]] Link images Forum
By nguyenvu27
__________________________________________________ _______________
1 Query to run:
ALTER TABLE `forum` ADD `i_link` VARCHAR(50) NOT NULL DEFAULT '' ;
__________________________________________________ _______________
1 Files to edit:

admincp/forum.php
2 Templates edit:
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post

---

Begin :
in file admincp/forum.php
=================================
print_input_row($vbphrase['title'], 'forum[title]', $forum['title']);
print_textarea_row($vbphrase['description'], 'forum[description]', $forum['description']);

=================================

add below it :
=================================
print_input_row($vbphrase['i_link'], 'forum[i_link]', $forum['i_link']);
=================================


Find:
=================================
$forum['options'] = convert_array_to_bits($options, $_FORUMOPTIONS);
$forum['title'] = convert_to_valid_html($forum['title']);
=================================
add below :
=================================
$forum['i_link'] = convert_to_valid_html($forum['i_link']);
=================================
save adn upload file admincp/forum.php

go to admincp and :
creat new phrase from url :

http://www.yoursite.com/pathboard/admincp/phrase.php?do=add

===================
varname : i_link
Text : creat forum images .insert url to images (ex : linkimages/one.gif and folder linkimages into root your forums)
===================

Edit templates
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post

find :
=============================
<td class="alt1Active" align="$stylevar[left]" id="f$forum[forumid]">
<div>
=============================

insert code :
=============================
<if condition="$forum['i_link']">
<img src="$forum[i_link]">
</if>
=============================

~~well done ! have fun ~~
1: Use only if on a liecenced vb board
2: Enjoy!

and have:

http://img242.imageshack.us/img242/8566/mhdd4.jpg

But it not run in VBB 3.6
I want do like it, help me... hic hic...

dannylin3000
05-23-2007, 06:34 AM
Hi sabret00the,

Was wondering if you could help a similiar feature like this mod?

- I'd like to show a thumb of images posted within a post (was flagged as "best selected post" and do have a flag called "bestselected") from a specified forum ID on my forum home.

or

- instead of showing a fixed image for each forum (like this mod), maybe we can show the thumb of images posted within the latest post from that forum?

callumbush
06-26-2008, 11:37 AM
the instructions for this mod are absolutely awful
I can't figure It out

callumbush
06-26-2008, 01:42 PM
right i've figured it out now - cheers Katman!

1. Also you need to put the images in the root folder in order for it to work - how can i correct this? Here is the code:

<if condition="in_array($forum['forumid'], array(XX,XX,XX))"><img src="$stylevars[imgdir_misc]/$forum[forumid].gif" alt="$forum[title]" border="0" vspace="2 px" hspace="2 px" align="left"/></if>

2. The images do not click through to the respective forum. How can I correct this?