PDA

View Full Version : Small Question for programing vB product


ArAb4NoKiA
07-04-2007, 02:15 AM
Hi Everybody,

I'm programing a vB product and i went to point i don't know how to do it (I'm a beginner in programing)

what a want is :
if a member posting a new thread and it's including the hide tag

[hide]


he get a error :
You are not authorized to post a hide content in the thread

except some members i define them with the member id

how can i do that ?

Second question :
i want all old thread's that content the hide tag and the thread owner is not authorized to post hide content i want the thread to remove the hide tag Or hide it

That's all

And thanks

Regards,

Dismounted
07-04-2007, 05:28 AM
There's already a hack like this, search for it.

ArAb4NoKiA
07-04-2007, 03:06 PM
the available hack doesn't include this function

and i'm programing my own hack

mfyvie
07-05-2007, 08:38 AM
the available hack doesn't include this function

and i'm programing my own hack

You might be better off posting this question on the thread for that hack. Maybe the author of that hack will help my adding the functionality you want. If not, it might be better for you to build onto his hack, rather than starting from scratch.

ArAb4NoKiA
07-05-2007, 04:32 PM
Hello,

can you give me the code it you know it ?

mfyvie
07-05-2007, 04:44 PM
Hello,

can you give me the code it you know it ?

I'm sorry if anyone on this thread gave you the impression that they knew the code, but like I just said - why don't you post on the thread for the other mod?

People don't really tend to write other people's mods in this area. If you are having trouble debugging a piece of code you've written, then feel free to post it. Or if you are looking for a particular function, feel free to ask. But please don't ask us to write your code for you!

ArAb4NoKiA
07-05-2007, 06:03 PM
Hello,

i'm not asking you to right the code for me

i just want to now how do it

i'm a new programmer and i'm trying to learn

i don't want to ask the hack programmer because i'm not using his hack and i'm using my own

Dismounted
07-06-2007, 05:11 AM
You can't just "start" on hacks, you have to slowly build up your knowledge on PHP.