The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Images On Forumbit (forumhome) Details »» | |||||||||||||||||||||||||
this is for the forumhome, open your "forumhome_forumbit_level2_post" template and find ;
HTML Code:
<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if> HTML Code:
<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> Screenie: https://vborg.vbsupport.ru/attachmen...chmentid=30323 Show Your Support
|
Comments |
#42
|
||||
|
||||
hmm added this, it isnt kinda what i wanted tho! im looking for something like this!
http://img188.imageshack.us/img188/6...eimages7bk.jpg so the image is before the writing, etc etc? |
#43
|
||||
|
||||
Could someone make this modification a bit more "user friendly"?
It's a really nice modification, but way too complicated for "newbies". |
#44
|
|||
|
|||
this looks good i will give it a try later.. thanks
|
#45
|
||||
|
||||
Anyone know how I can get this to work when showing the full list of Sub-Forums?
|
#46
|
||||
|
||||
Nevermind, make the same changes in "forumhome_forumbit_level1_post" template and it will work sub-forums also.
|
#47
|
|||
|
|||
works on 3.6
|
#48
|
|||
|
|||
Hi all,
For VBB 3.0 I used it: Code:
[[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! But it not run in VBB 3.6 I want do like it, help me... hic hic... |
#49
|
|||
|
|||
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? |
#50
|
|||
|
|||
the instructions for this mod are absolutely awful
I can't figure It out |
#51
|
|||
|
|||
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? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|