Log in

View Full Version : Categori name under the cat images


Candostum
03-05-2010, 04:10 PM
Hello

this is my forums picture

http://img169.imageshack.us/img169/2510/34140226.jpg (http://img169.imageshack.us/i/34140226.jpg/)

an this is other forums picture I want to do same.

http://img121.imageshack.us/img121/8688/otherp.jpg (http://img121.imageshack.us/i/otherp.jpg/)

How can I do this?

Sorry for my bad english.

--------------- Added 1267897919 at 1267897919 ---------------

any answer?

Digital Jedi
03-06-2010, 06:03 PM
Try some of the fixes posted here: https://vborg.vbsupport.ru/showpost.php?p=1982008&postcount=3

Candostum
03-06-2010, 06:42 PM
Thank you DJ but this is not What I want

This my arcade link

http://www.forumsancak.com/oyun/

look at Game Information

cat images and cat tittle is same line

but in this arcade page tittle is under the cat images.

http://www.relentlessflame.com/forum/ibproarcade.php?

How can I do This?

Digital Jedi
03-07-2010, 08:58 PM
I don't know the exact file, but you would need to find the file where the images are displayed and edit the HTML output.

ShawneyJ
06-23-2010, 01:49 AM
i was actually messing around with this as i couldnt find an answer.

i tried the following and it works for IE and FF, havent tested with any others.

in arcade.php

find:
 ".$the_cat['cat_name'];


remove this line:
 


and replace it with:
<br>

let me know how you go ;)

Candostum
06-24-2010, 07:16 PM
i was actually messing around with this as i couldnt find an answer.

i tried the following and it works for IE and FF, havent tested with any others.

in arcade.php

find:
&nbsp;".$the_cat['cat_name'];


remove this line:
&nbsp;


and replace it with:
<br>

let me know how you go ;)


it works great Thanks a lot my friend :up: