Thanks for the tip VISIBLETHUNDER, I got 3 more forums to do yet so it will certainly come in handy

Cheers

I've done that and it still comes out the same, its like its not applying the stylesheet to it or something, and i can't work it out.VISIBLETHUNDER wrote:Matt you need to open the gallery install folder and then navigate to styles/
copy the subsilver2 folder and rename as serenity then move/copy the (new) serenity folder into your forum styles folder.
Jason, your theme is prosilver based so you need to ensure that all the files and folders intended for prosilver are placed in the grey style folder and then you need to perform the edits intended for prosilver on the files within the grey style folder.
I have same problem, ranks are not showin in the gallery, so I would be interested of hearing a solution about thisMolopää wrote:Hi, VISIBLETHUNDER
I have a rank images on the forum, but those not work on the gallery, it shown only rank teksts, but not a images at all.
Any ideas?
Hiya VT.VISIBLETHUNDER wrote:Molopaa and Diablo
Can I ask you both which template you are using?
and also is that the image is not displayed (i.e it is red X'd) or there is no sign of an image at all ?
Code: Select all
-----[ OPEN ]-----
gallery/viewpic.php
-----[ FIND ]-----
$rank_img_src = preg_replace('/(<i)(.*)(c=")/','<img src="../',$rank_img_src);
-----[ IN LINE, FIND ]-----
../
-----[ REPLACE, WITH ]-----
./../
-----[ SAVE / CLOSE ]-----
Code: Select all
-----[ OPEN ]-----
gallery/viewpic.php
-----[ FIND ]-----
$rank_img_src = preg_replace('/(<i)(.*)(c=")/','<img src="../',$rank_img_src);
-----[ IN LINE, FIND ]-----
../
-----[ REPLACE, WITH ]-----
http://{your site address}/{your forum folder}/
-----[ SAVE / CLOSE ]-----
I tryed this, and this works better for meVISIBLETHUNDER wrote:
First try this,
Code: Select all
-----[ OPEN ]----- gallery/viewpic.php -----[ FIND ]----- $rank_img_src = preg_replace('/(<i)(.*)(c=")/','<img src="../',$rank_img_src); -----[ IN LINE, FIND ]----- ../ -----[ REPLACE, WITH ]----- ./../ -----[ SAVE / CLOSE ]-----
Code: Select all
-----[ REPLACE, WITH ]-----
./