Fudforum plugin not on forum's webserver [message #35546] |
Sun, 21 January 2007 09:29 |
willy
Messages: 24 Registered: March 2005
Karma: 0
|
Junior Member |
|
|
Hello,
I manage a fudforum, and a community news site this sites works different webservers. I migrated forum from phpbb and phpbb installation was an comment engine for the news site. News site news comments go to phpbb database, i hide comments forums in phpbb , and news readers writes comments without knowledge of forum site, but if this user also user of forum can login to forum and comments to news as forum registered user. In forum side users can't search, see or write post to "comments forum". This works good. But now i migrate to fudforum, migration successfull, and everithing is works fine, but the comments system not works properly.
In fudforum i can hide comments forums from forum's users (can't search, browse etc), But in news side i failed.
I copy fudforum to news site(technical reason), and use external fudapi, and login php to login, and list old comments, old comments listing works fine, but write comments not works good, i write a new post comments php based on fudforum original post php but i have problems:
- if user make comment(in popup) after the post the popup window jumping to comments forum, i don't how to make do nothing, or jumps to "Thanks your comments" php and after close this (i dont understand fudforum redirect system, and can't modify redirected destination)
- the second problem same as above redirection related, if i provide login button on my post php (popup) after successfull login popup window redirect to forum main page. I only need to close this.
- third problem: if comments have attachments ex:image the url is relative to forums site, how to insert full web url to comments for attachments?
Thanks your help!
|
|
|
Re: Fudforum plugin not on forum's webserver [message #35556 is a reply to message #35546] |
Sun, 21 January 2007 19:50 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
As far as posting messages my suggestion would be that you design your own post form, collect the data and then add the message using FUDAPI. Then redirection is completely up to you. If you use the normal post form you cannot modify redirect destination without modifying the code inside post.php.t
Well, you need to adjust the JS code responsible for including attached images into the message. This code can be found inside post.tmpl template.
FUDforum Core Developer
|
|
|