vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   How did they do this? (https://vborg.vbsupport.ru/showthread.php?t=185972)

dklassen 07-21-2008 10:41 PM

How did they do this?
 
How did they get these nice graphics in the category strips?

http://www.flyinggiants.com/forums/index.php

blind-eddie 07-21-2008 10:45 PM

They just changed their forum icon to display that image.

smooth-c 07-21-2008 10:52 PM

Each forum icon is from a specific location, how is that possible to have a different one for each forum?

dklassen 07-23-2008 09:23 PM

Can anyone shed some more light on this? I sure would like to implement this on my boards.

Brandon Sheley 07-23-2008 09:33 PM

search for a category icon hack ;)

blind-eddie 07-23-2008 09:45 PM

OK, add the following line to where you would usually put the forum name.

Code:

<a><img src="http://www.flyinggiants.com/forums/images/forumicon/1.gif" align="left"></a>
Add the forum name to the description box, along with what other info you wish to display.

Save it & check it out...Now apply your info there. Enjoy !

RLShare 07-23-2008 09:49 PM

They used the second option I posted here, the images are named according to the forumID of the forum they need to show for
https://vborg.vbsupport.ru/showthread.php?t=185877

blind-eddie 07-23-2008 09:55 PM

OK, I just showed an easy way to achive the goal they were after without editing code.

Also, in the discription box, to add rows of text, add <br> after each line.

R_Enterprise 07-23-2008 09:59 PM

man everybody in here.. dont ever help toowell i know what his talking about

check this out... this is what i did.. in the "descriptions box" not the.. "title box"

post this:

<a href="http://www.rahstyles.com/forum/forumdisplay.php?f=62"><img src="http://www.rahstyles.com/images/rahstyles/is.gif" /></a>

^ you can modify that anyway u want

RLShare 07-23-2008 10:02 PM

If you place it in the description it wll be below the forum name, not next to it.

--------------- Added [DATE]1216854219[/DATE] at [TIME]1216854219[/TIME] ---------------

Quote:

Originally Posted by blind-eddie (Post 1582623)
OK, I just showed an easy way to achive the goal they were after without editing code.

Also, in the discription box, to add rows of text, add <br> after each line.

You would also need to re-create all the styling for the text to make the description smaller to achieve that look...

Either way you are still editing code.

R_Enterprise 07-23-2008 10:04 PM

Quote:

Originally Posted by RLShare (Post 1582632)
If you place it in the description it wll be below the forum name, not next to it.

his not asking to put it to the left!

he wants it.. in the box.. like i have on my site..

example:

http://www.rahstyles.com/forum/forumdisplay.php?f=56

blind-eddie 07-23-2008 10:10 PM

Far be it from me to bicker over whats what, but the link they provided for us
to view & see if we knew how, is only the main forum names with images.
I answered the question in which they were asking.

RLShare 07-23-2008 10:14 PM

Quote:

Originally Posted by R_Enterprise (Post 1582637)
his not asking to put it to the left!

he wants it.. in the box.. like i have on my site..

example:

http://www.rahstyles.com/forum/forumdisplay.php?f=56

He asked how to achieve the effect in that link, that link does not have images below the forum names.

--------------- Added [DATE]1216854992[/DATE] at [TIME]1216854992[/TIME] ---------------

Quote:

Originally Posted by blind-eddie (Post 1582640)
Far be it from me to bicker over whats what, but the link they provided for us
to view & see if we knew how, is only the main forum names with images.
I answered the question in which they were asking.

Again, it would not achieve that look. He asked how to achieve what was done in the link and it would not achieve that look without the proper formatting.

blind-eddie 07-23-2008 10:18 PM

Try the steps I suggested. You will achieve the same look as link provided.

I just did it to one of my sites.

RLShare 07-23-2008 10:21 PM

Actaully I agree what you posted will. except the forum name and description will have the same styling.

R_Enterprise 07-23-2008 10:21 PM

what are you talking about "the LInk" there is no images under "the link" ..

he just wanted the code he can put in.. either the catigory or the thread.. or the post.. whatever he wants.. case closed.. i won you lost.. i showed him the esiest possible way to achieve what he wanted.. and well wait till he gets back to see if wat i showed is what he wanted...

see this here proves my point.. wenever. i ask for help .. u do this kinda stuff.. and make it so complicated to understand what there tlakin about... I mean if sombody askes a question.. You give them another questiion back.... When sombody ask for a questin you want an answer not another question.. so i gave him a quick and simple answer and the code to do it ..with an example of my fourm link and a pic.. so he doesnt have to figure out..what to put inbetween the codes.. .. i hop ethis example.. will spread among the coder.. so they can give a n simple asnwer also

RLShare 07-23-2008 10:27 PM

Quote:

Originally Posted by R_Enterprise (Post 1582651)
what are you talking about "the LInk" there is no images under "the link" ..

he just wanted the code he can put in.. either the catigory or the thread.. or the post.. whatever he wants.. case closed.. i won you lost.. i showed him the esiest possible way to achieve what he wanted.. and well wait till he gets back to see if wat i showed is what he wanted...

see this here proves my point.. wenever. i ask for help .. u do this kinda stuff.. and make it so complicated to understand what there tlakin about... I mean if sombody askes a question.. You give them another questiion back.... When sombody ask for a questin you want an answer not another question.. so i gave him a quick and simple answer and the code to do it ..with an example of my fourm link and a pic.. so he doesnt have to figure out..what to put inbetween the codes.. .. i hop ethis example.. will spread among the coder.. so they can give a n simple asnwer also

Do not post paragraphs to me filled with nothing, He gave a link in his first post that showed what he was looking for(THE LINK I WAS REFERING TOO), if you cannot see the difference between the look in that link and your site then you seriously should stop posting trying to help.

blind-eddie 07-23-2008 10:32 PM

Quote:

Originally Posted by RLShare (Post 1582654)
Do not post paragraphs to me filled with nothing, He gave a link in his first post that showed what he was looking for(THE LINK I WAS REFERING TOO), if you cannot see the difference between the look in that link and your site then you seriously should stop posting trying to help.



Wheres the Thank you Button?

R_Enterprise 07-23-2008 10:41 PM

okay what he posted in the first link is exactly...!!!!!! and i mean exactlyy!!! what they have on that stupid rc site

dklassen 07-23-2008 10:52 PM

Both worked well, thanks!.

With blind-eddie's code it put the graphic to the left and that's where I want it with the text to the right side. That keeps the category strips to a minamum height. How do I keep it there but have the description formated like the org category text. Get that and I'm there!

RLShare 07-23-2008 10:56 PM

R_Enterprise,Blind-Eddie
Can I get an apology from both of you now? As he just stated exactly what i stated to both of you?

Dklassen
Try wrapping the description in a div with the class smallfont
PHP Code:

<div class="smallfont"your description</div


R_Enterprise 07-23-2008 10:58 PM

ok fine soryy

RLShare 07-23-2008 11:18 PM

I was only joking, you didn't really need to apologize but its cool to see you can be humble.

R_Enterprise 07-23-2008 11:19 PM

Quote:

Originally Posted by RLShare (Post 1582700)
I was only joking, you didn't really need to apologize but its cool to see you can be humble.

well could you install that mod in the other site for me please?

dklassen 07-24-2008 12:11 AM

Tried the div tag in the description but it didn't change anything.

--------------- Added [DATE]1216861963[/DATE] at [TIME]1216861963[/TIME] ---------------

On the example site it looks like the graphic is not in the description box.

blind-eddie 07-24-2008 03:30 AM

Quote:

Originally Posted by dklassen (Post 1582725)
Tried the div tag in the description but it didn't change anything.

--------------- Added [DATE]1216861963[/DATE] at [TIME]1216861963[/TIME] ---------------

On the example site it looks like the graphic is not in the description box.


Is this what your after?

http://www.teamamp.us/images/worksforme.bmp

I achieved this by adding, the following to the forum title line.

Code:

<a><img src="http://teamamp.us/forum/gfx_Halloween/misc/navbits_start.gif" align="left"></a>
Then I added the following to the Description box,

Code:

<font size="4">American Pride Private Forum</font><br>
This is only a test.<br>

There is other ways to achieve this, but this way works just fine for me.

dklassen 07-24-2008 11:25 PM

Yes!!!

dklassen 07-29-2008 11:20 PM

Don't mean to be picky but can I bottom align the text with the graphic and space it out just a tad?


All times are GMT. The time now is 03:30 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.01233 seconds
  • Memory Usage 1,801KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_php_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (28)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete