08-05-2012, 04:01 AM
Hi,
we have a plugin called "Report Thread". here the original File:
we have a plugin called "Report Thread". here the original File:
PHP Code:
|
now my problem:
we have a function, that a user cannot post the same subject 2 times. so we must have a solution, cause the downfile-reports have all the same subject. this line (144) is for the thread-subject:
PHP Code:
|
Result: [Meldung] Downfile: @Username
and this is what i need: a random number behind "Meldung". so that it looks like this:
[Meldung257813] Downfile: @Username
257813 = the random number
the number must not be at this place. can look like this:
[Meldung] 257813 Downfile: @Username
But i must have a random number in thread subject. is this possible? would be great