PDA

View Full Version : Mini Mods - You Can't See Attached Files Before Replying


beebi
08-17-2005, 10:00 PM
this hack allow you to make any one to reply before he can see Attach Files

except any one who can moderate this form

turksengel
08-18-2005, 05:40 AM
i did it but as a error it said :

?????? ???? ?Ğ? ????İŞ ??? ??? ???? ??? ???????

and i modify it ;)

beebi
08-18-2005, 06:08 AM
sorry
its an Arabic characters

been fixed

Marco van Herwaarden
08-18-2005, 06:10 AM
There are still double-byte characters in the title field.

beebi
08-18-2005, 07:06 AM
try it now :squareeyed:

Marco van Herwaarden
08-18-2005, 07:20 AM
Looking great now :D

beebi
08-18-2005, 08:35 AM
my pleasure

beebi
08-18-2005, 10:38 AM
In arabic lang
للغة العربية
عدم مشاهدة المرفقات قبل الرد

iSpanish
08-18-2005, 11:41 AM
In arabic lang
للغة العربية
عدم مشاهدة المرفقات قبل الرد

Hello bro

Nice work
but you must replace this

<normalfont>cantseeattach</normalfont>


to

<normalfont>You Can't See Attach Files Before Reply</normalfont>


and upload the product-cantseeattachAR.xml
in the first post with the English one, By this way all arab users can see it :):)

marsauae.com
08-18-2005, 11:43 AM
In arabic lang
للغة العربية
عدم مشاهدة المرفقات قبل الرد

7beebi.com
thank you

iSpanish
08-18-2005, 11:44 AM
Oh sorry


*Marboosh Clicks Install

:)
Best Regards

beebi
08-18-2005, 11:47 AM
Hello bro

Nice work
but you must replace this

<normalfont>cantseeattach</normalfont>


to

<normalfont>You Can't See Attach Files Before Reply</normalfont>


and upload the product-cantseeattachAR.xml
in the first post with the English one, By this way all arab user can see it :):)

it's fully in arabic

thank u

iSpanish
08-18-2005, 11:54 AM
it's fully in arabic

thank u

I maen in the ENGLISH XML File bro.....

beebi
08-18-2005, 12:01 PM
done :nervous:

iSpanish
08-18-2005, 12:03 PM
done :nervous:

Good :)

i have idea for you
you can replace

<normalfont>cantseeattach</normalfont>
to

<div class="smallfont">
$vbphrase[cantseeattah]
</div>



then add to the XML file

<phrases>
<phrasetype name="GLOBAL" fieldname="global">
<phrase name="cantseeattah"><![CDATA[You Can't See Attach Files Before Reply]]></phrase>
</phrasetype>
</phrases>

for who using 2 or more language



and you can repalce all of this from XML file
"' . fetch_template('postbit_cantseeattach') . '"
with this
$vbphrase[cantseeattah]
and delete
<templates>
<template name="postbit_cantseeattach" templatetype="template" date="0" username="" version=""><![CDATA[<normalfont>You Can't See Attach Files Before Reply</normalfont>]]></template>
</templates>

also delete this
<codes>
</codes>


for who using 2 or more language

anyway

Good Work

beebi
08-18-2005, 12:37 PM
done as u request :squareeyed:

iSpanish
08-18-2005, 12:41 PM
done as u request :squareeyed:

nice
look again to my last post
i do some edit :)

beebi
08-18-2005, 01:58 PM
done

thanks Marboosh.Net

Alrasam
08-18-2005, 02:37 PM
Thank you 7beebi.com
nice work :squareeyed:

Andreas
08-18-2005, 10:06 PM
Instead of having to maintain 2 (or even more) Product XMLs for different languages i'd suggest to keep the Product XML in one Language (preferably English) and just provide Language XMLs for Translations.

Living in music
08-19-2005, 09:03 AM
What do I need to do after adding "new product"? I uploaded product but it wasn't working.

P/S: when users submit reply or post,attachment still not appear for downloading.

beebi
08-19-2005, 03:04 PM
What do I need to do after adding "new product"? I uploaded product but it wasn't working.

P/S: when users submit reply or post,attachment still not appear for downloading.

fixed

import the plugin only


thanks

Living in music
08-20-2005, 12:54 AM
Nice work, thx bro :D

beebi
08-20-2005, 04:54 AM
u r well come :squareeyed:

alshehi
08-20-2005, 10:24 PM
7beebi.com
thank you

alshehi

Roxie
08-21-2005, 03:50 PM
Can you set this to specific forums?

beebi
08-21-2005, 08:10 PM
Can you set this to specific forums?

yes u can

open the plugin

find

if($vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)

replace with

if($forumid == 1 and $vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)


and set $forumid == ?
to the one u whant :rolleyes:

Roxie
08-21-2005, 10:56 PM
Cool. Thanks. Will try.

tinjon
08-22-2005, 03:07 AM
I wish it was available for posts.. to hide certain parts of a post. *sigh*

beebi
08-24-2005, 09:52 PM
workin on it

firas
08-26-2005, 12:38 PM
gr8 job dear

íÚØíß ÇáÝ ÚÇÝíÉ

oxi_action
09-04-2005, 12:15 PM
Hi,
I installed but it gave database error

kauka
09-05-2005, 07:35 PM
ok how would you do it if you had more then one forum you wanted to use this hack?

beebi
09-05-2005, 08:17 PM
ok how would you do it if you had more then one forum you wanted to use this hack?

if($forumid == 1 and $vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)

if($forumid == 1 or $forumid == 4 or $forumid == 3 and $vbulletin->userinfo[userid]!= $m AND can_moderate($forumid, 'canremoveposts') == false or $vbulletin->userinfo[userid] == 0)



like this :squareeyed:

or $forumid == ?

kauka
09-05-2005, 11:53 PM
thank you

beebi
09-06-2005, 12:53 AM
u r welcome

ArabSQuad
09-10-2005, 01:16 AM
Thank You Very Much Bro
ÇáÜÜÝ ÔßÑ íÇ ÛÇáÜÜÜÜí

GrendelKhan{TSU
09-10-2005, 02:39 AM
awesome

<< clicks install. ;)

GrendelKhan{TSU
09-10-2005, 04:08 AM
er...is this supposed to be installed as a product or a plug in? (I'm assuming product since that's what the file is called...but one line in the explanation saying which would be great. ;))

thanks! great hack. :)

====

edit: ok its a product. :p

GrendelKhan{TSU
09-10-2005, 04:51 AM
also, sorry to be nit picky but......
the current language used grammatically incorrect. :p

currently: You Can't See Attach Files Before Reply
SHOULD be: You Can't See Attached Files Before Replying


but that is still awkward, I recommend something more engaging and active....

=======================
HIDDEN CONTENT!
You must reply first to see the hidden content.
=======================


just my suggestion. :D again, thanks for the work. :D :D

vietkool
10-06-2005, 10:15 PM
is there any setup for this mod ? I imported to the forum and have looked in "show all setting" but nothing memtion about this mod? and I tried to upload one attachment w/ admin username, then used another user to view, I still see the attachment image
help guys

riedel
10-06-2005, 11:09 PM
This plugin works in 3.5 gold? but dont works forme :S ToT

DivisionByZero
10-07-2005, 02:09 AM
this hack only opens up your boards to a bunch of garbage posts, such as:


yes
asdfasdf
wetwe4ijas
dsdgfw4e
blah blah


useless :)

Julio
10-13-2005, 07:10 PM
Any chance this can have an option to "can't see attachment" before attaching an image as well?

Gizmo5h1t3
10-13-2005, 07:46 PM
this hack only opens up your boards to a bunch of garbage posts, such as:


yes
asdfasdf
wetwe4ijas
dsdgfw4e
blah blah


useless :)


not at all....it then gives your slack staff something to do...lmao

beebi
11-04-2005, 03:02 AM
updated

Reminder
11-07-2005, 01:33 AM
3,5,1 Not working

Database error in vBulletin 3.5.1:

Invalid SQL:
SELECT userid from post where threadid = '9432' AND userid = 2;

MySQL Error : Table 'xxx_xxx.post' doesn't exist
Error Number : 1146
Date : Monday, November 7th 2005 @ 05:32:08 AM
Script : http://www.zerorelax.com/forum/showthread.php?p=46918 (http://www.zerorelax.com/forum/showthread.php?p=46918)
Referrer : http://www.zerorelax.com/forum/index.php?
IP Address : xxxxxx
Username : xxxxx
Classname : vb_database

beebi
11-07-2005, 05:34 AM
open it

find " . TABLE_PREFIX . "post

replase it with your xxx_xxx.post

puertoblack2003
11-12-2005, 04:06 PM
good day,
i installed the hack everything looks good but when doing a test run i reply on that attachment it won't let me download what else should i do?

puertoblack2003
11-12-2005, 05:53 PM
never mind fixed the problem used the arb.langauage and changed stuff around and it working perfectly....good hack....installed

Mastar
11-22-2005, 03:47 PM
Are they any settings for this?

bashy
12-02-2005, 07:24 PM
Cheers m8, me clicks installs

bashy
12-03-2005, 01:45 PM
Hi..

when installed, i thought it was working but...After reply to post it still does not show the attachment??

Please advise?

Bashy

Mastar
12-04-2005, 07:22 PM
Hi..

when installed, i thought it was working but...After reply to post it still does not show the attachment??

Please advise?

Bashy

Same problem here!

hoangminh
12-07-2005, 06:45 PM
It's does not work.

Only moderator can see attachment, user can not see even they make reply

Cloud Strife
12-25-2005, 02:50 PM
yep. its not working for me either... When a user replies, it doesnt show the attachment

Cloud Strife
12-25-2005, 03:40 PM
Well, I fixed the problem. For all the people who need this hack, i've fixed it. I hope the author doesnt mind me uploading it, but here it is :)

YOimYO
01-06-2006, 02:23 PM
Well, I fixed the problem. For all the people who need this hack, i've fixed it. I hope the author doesnt mind me uploading it, but here it is :)


Yes. works great :). but .... i am using a custom skin. and my icons for the file rar are not showing ....

see attached image :)


any ideas ? thx ;)

beebi
01-06-2006, 03:35 PM
Well, I fixed the problem. For all the people who need this hack, i've fixed it. I hope the author doesnt mind me uploading it, but here it is :)

no I don't mind u can also take it as a new author :squareeyed:

and I upload it ;)

YOimYO
01-06-2006, 03:44 PM
no I don't mind u can also take it as a new author :squareeyed:

and I upload it ;)

Kewl for him :D.


but what about the image thing ?

can i jsut upload the images into my custom ftyle folder ?

and where would i find these images on my ftp ?


thx ...

beebi
01-06-2006, 03:58 PM
can i jsut upload the images into my custom ftyle folder ?
yes

and where would i find these images on my ftp ?
forum/custom style folder/attach

;)

beebi
01-06-2006, 04:03 PM
or rest the attach's path

YOimYO
01-06-2006, 06:17 PM
thx :)

Replicators
01-20-2006, 08:15 AM
This hack doesn't work for me at all, i was really looking forward to it to.

trigon
01-23-2006, 03:32 PM
wokrs well, but is it possible to answer with the thanks button i ve installed from here?
i mean this one: Post Thank You Hack 2.7 https://vborg.vbsupport.ru/showthread.php?t=92410

ahmed-samara
01-29-2006, 07:51 AM
thank you

flomsen
02-09-2006, 09:36 AM
hi all

how to enable replying for super moderator/moderator to, the have to before there cant see Attached Files ?

the only one who can see it is Admin there don't need replying

sorry for my english

lordi
04-22-2006, 11:35 AM
تسلم حبيبي هاني

بس عندي لك سؤال و اتمنى منك الاجابة بأسرع وقت ممكن...انا امس جربت هاك نفس هذا بس نزلته من ترايدنت...ركبته و كل شي تماام بس لما يرد العضو , ما يقدر يشوف المرفقات بعد..لانني بستخدم خاصية الأجاكس و الصفحة لا تتحدّث

سأتكلم معك بالانكليزي لكي تفهمني::::::::

thanks for this effective hack..it's really amazin'

My question is:::: Does it work with the AJAX ??????????? bcoz when the user replies on the post using the Ajax reply option...It may not work becoz the page using Ajax is not gonna be refreshed...!!

Can u tell us if it does work with ur new hack or just the same??????????

اخوك مسل?

'

RFViet
05-04-2006, 12:44 PM
hi all

how to enable replying for super moderator/moderator to, the have to before there cant see Attached Files ?

the only one who can see it is Admin there don't need replying

sorry for my english

The same question, just want to hide from all but admin !!!
And I want to use it in some specifice forums -> How can i do that ???

imranbaig
05-09-2006, 10:59 AM
I had problems, after downloading the modified version it works neat.
Yhanks

alwlhan0_0
08-06-2006, 10:53 PM
any body try to upgrade the Plugin to 3.6

germinus
12-20-2006, 02:22 PM
any body try to upgrade the Plugin to 3.6


works fine on 3.6.4 ... anyone got an idea how to alter this file so it only hides certain attachments but shows others?

lasto
10-01-2007, 04:20 PM
it dont auto refresh when u reply does it ??

lasto
10-01-2007, 06:09 PM
does this need ajax turned on - if so how do i enable it as when i reply i have to refresh the page to see the attachment

firas
11-18-2007, 05:58 AM
didn't work on 3.6 :(

also i wanted it to be for only 4 sections

Sandy-XXX
12-04-2007, 08:32 AM
I need something like this but for 3.6.8 version.

firas
12-16-2007, 02:07 AM
i need something for 3.6.1 :(

haytham
01-29-2008, 05:22 PM
It's working for 3.6.8 but it's useless because there is a workaround for downloading attachments. I think there is no solution.

https://vborg.vbsupport.ru/showthread.php?p=1431836#post1431836

germinus
05-22-2008, 04:12 PM
Easy just remove the following code from your threadbit template

<if condition="$show['paperclip']"> <a href="#" onclick="attachments($thread[threadid]); return false"> <img class="inlineimg" src="$stylevar[imgdir_misc]/paperclip.gif" border="0" alt="<phrase 1="$thread[attach]">$vbphrase[x_attachments]</phrase>" /></a> </if>

By the way this also works on 3.7.x

mack324
11-01-2008, 04:42 PM
Hi exellent hack mate

Is there a way to use image instead of your text

regards