PDA

View Full Version : İmageUpload template edit


mobster46
02-03-2017, 03:32 PM
https://vborg.vbsupport.ru/external/2017/02/15.png

How can ı delete this area

forum url:travian.forumkeyfim.com
id:test
pasword:test123

mobster46
02-05-2017, 08:12 AM
I need help.

MarkFL
02-05-2017, 08:48 AM
I need help.

Post a screenshot in English, because speaking for myself, I don't know what I'm looking at. :)

cellarius
02-05-2017, 10:16 AM
I *think* it's this:

155782

But if so, it's been mangled restyled almost beyond recognition.

Kane@airrifle
02-05-2017, 10:29 AM
Looks more like an iframe sitting in postbit / postbit_legacy and within that is <div id="mostrar_social"> which he wants to delete.

The whole iframe should probably be run through <vb:if condition="$show['member']"> as well...

mobster46
02-05-2017, 11:00 AM
Looks more like an iframe sitting in postbit / postbit_legacy and within that is <div id="mostrar_social"> which he wants to delete.

The whole iframe should probably be run through <vb:if condition="$show['member']"> as well...

There is no position you say.

plugin link>http://s9.dosya.tc/server2/pb978a/resimupload.zip.html

setup

in config.php edit
$ftp_user = 'FTPismi'; // FTP İD
$ftp_pass = 'SİFRE'; // FTP password
---------------------------------------------
find in showthread
<vb:if condition="$show['next_prev_links']">

Add it on top(Edit red text)
<iframe src="http://www.siteurl.com/resimupload/" scrolling="auto" frameborder="0" style="width: 100%;min-height:450px;"></iframe>

Kane@airrifle
02-05-2017, 03:27 PM
Then you will need to comment out the <div id="mostrar_social"> in resimupload/index.php

mobster46
02-05-2017, 03:53 PM
Then you will need to comment out the <div id="mostrar_social"> in resimupload/index.php

Thank fory everything. Worked

https://vborg.vbsupport.ru/external/2017/02/13.png

How can I remove the red box? Because there is a big gap.

MarkFL
02-05-2017, 04:58 PM
I have edited your "SHOWTHREAD" template in both active styles to add some inline CSS to the added iframe element to remove the extra space and unneeded horizontal scrollbar. :)

mobster46
02-05-2017, 05:09 PM
I have edited your "SHOWTHREAD" template in both active styles to add some inline CSS to the added iframe element to remove the extra space and unneeded horizontal scrollbar. :)

WoW. You are like an angel of goodness. thank you.