PDA

View Full Version : Image without wrapper in forum sidebar


Guest20210129
01-28-2017, 12:04 PM
Hi, I'm trying to add a block with an image in the sidebar without any wrapper, as you can do in vbadvanced:

https://vborg.vbsupport.ru/external/2017/01/2.jpg

I've made a block with a custom template (block_html1) but I can't remove all the borders of the block, it always stay at least one, and the result is not good. This is what I want:

https://vborg.vbsupport.ru/external/2017/01/3.jpg

I've tried to insert the code manually modifying files, but I can't find the file where sidebar is.

Any help will be appreciated. Thanks!

Guest20210129
01-30-2017, 01:23 PM
Any help? Thanks.:(

webmastersun
01-30-2017, 03:16 PM
Any help? Thanks.:(

Do you want to make a same one as on our marketing forum (http://www.webmastersun.com) like this?

https://vborg.vbsupport.ru/external/2017/01/1.png

If yes then I can send you codes to remove wrapper in your forum sidebar.

Guest20210129
02-01-2017, 04:14 AM
Do you want to make a same one as on our marketing forum (http://www.webmastersun.com) like this?

https://vborg.vbsupport.ru/external/2017/01/1.png

If yes then I can send you codes to remove wrapper in your forum sidebar.

That is exactly what I want. Thanks!!

Seven Skins
02-01-2017, 01:33 PM
You should be able to edit the forumhome page template manually and insert the images you want. Look at around line 180 of the template.

Guest20210129
02-02-2017, 06:10 PM
Thanks!

webmastersun
02-08-2017, 10:29 AM
That is exactly what I want. Thanks!!
I was going to share codes to make sidebar as on my forum but Seven Skins is faster and that can do what you wanted.
You should be able to edit the forumhome page template manually and insert the images you want. Look at around line 180 of the template.
I didn't think about directly adding code into template but definitely this way is good to solve the OP's question.