Quote:
Today at 04:28 AM chitown said this in Post #70
I cannot get it to parse the urls properly, it saves the file, creates the new thread the the url and vbcode is not correct shows the [url] instead of the clickable url
|
open filesadmin.php ;
search for word "thanks" in file , u should find it at $message= ... around line 585 .... replace the current $message with
PHP Code:
$message="This thread is opened to discuss file which is stated at : [url]"."$bburl/files.php?action=viewfile&f=$fileid1"."[/url]
A little [b]info[/b] on program : $data2
Please post your comments on this program to this thread.
Thanks $filepr for your submission.
Greetings $u";
after this research the word "thanks" it should be around line 715 replace it with
PHP Code:
$message="This thread is opened to discuss file which is stated at : [url]"."$bburl/files.php?action=viewfile&f=$fid"."[/url]
A little [b]info[/b] on program : $data2
Please post your comments on this program to this thread.
Thanks $filepr for your submission.
Greetings $u";
it should be ok with this ...