Raised This Month: $12 Target: $400
 3% 

[ANY] Report to Forums


Post New Thread Reply   
 
Thread Tools Display Modes
_david_
SourceMod Donor
Join Date: Apr 2013
Old 01-02-2014 , 14:21   Re: [ANY] Report to Forums
Reply With Quote #501

Got it all working expect one thing:

if i set rtf_admin_nopost to 1 it also doesnt show any alert ingame for the admin?
_david_ is offline
Julius95
Senior Member
Join Date: Jul 2013
Location: Sweden
Old 02-02-2014 , 09:52   Re: [ANY] Report to Forums
Reply With Quote #502

I need help
Julius95 is offline
Send a message via ICQ to Julius95 Send a message via AIM to Julius95 Send a message via MSN to Julius95 Send a message via Yahoo to Julius95 Send a message via Skype™ to Julius95
Doc-Holiday
AlliedModders Donor
Join Date: Jul 2007
Old 02-04-2014 , 11:33   Re: [ANY] Report to Forums
Reply With Quote #503

Quote:
Originally Posted by Julius95 View Post
I need help
a post like that you wont get any we need more information...

Last edited by Doc-Holiday; 02-04-2014 at 11:33.
Doc-Holiday is offline
Julius95
Senior Member
Join Date: Jul 2013
Location: Sweden
Old 02-04-2014 , 12:51   Re: [ANY] Report to Forums
Reply With Quote #504

Okay. I would like to need a video tutorioal or pictures for how to do install all this. I can't come any further. I don't see where I should post the code or anything. When I press GO it's just downloading a file.

Could someone make a video tutorioal or post pictures step by step?
Julius95 is offline
Send a message via ICQ to Julius95 Send a message via AIM to Julius95 Send a message via MSN to Julius95 Send a message via Yahoo to Julius95 Send a message via Skype™ to Julius95
Julius95
Senior Member
Join Date: Jul 2013
Location: Sweden
Old 03-12-2014 , 12:05   Re: [ANY] Report to Forums
Reply With Quote #505

bump. help
Julius95 is offline
Send a message via ICQ to Julius95 Send a message via AIM to Julius95 Send a message via MSN to Julius95 Send a message via Yahoo to Julius95 Send a message via Skype™ to Julius95
blacklagoon
Senior Member
Join Date: Jun 2012
Old 03-14-2014 , 02:16   Re: [ANY] Report to Forums
Reply With Quote #506

Quote:
Originally Posted by FreakySt0rm View Post
Hi Doc! Firstly, AWESOME plugin (Have some bacon! )

However, I have a strange issue occuring after setting it up...

The sm_report <name> <reason> works perfectly through the console, a post is made on our forums within seconds. BUT! The !report menu system doesn't seem to work :\ The menu appears, and you are able to select <Reason> and <Player_Name> and you receive a message saying the report was successful, but no forum post :\

Any ideas please?

I'm using VB4.2.2 (Obviously databases.cfg and rtfsettings.cfg are correct as the console command works perfectly) Any other info you need, just let me know.

Also, I set Debug to 1 in rtfsettings.cfg, but I can't find any debug log file?

P.S. The auto-updater has updated the plugin to: "Report To Forums Beta" (1.1.7f) by SavSin

P.P.S. There are no errors in the SourceMod error log files either :\

Regards

FreakySt0rm
St0rm.net Gaming
It does the same to me, the !report command doesn't work but you can still use !sm_report command in chat, try to modify the advert until an update.
blacklagoon is offline
killjoy64
AlliedModders Donor
Join Date: Apr 2012
Location: 81.773644,-46.933594
Old 06-24-2014 , 20:10   Re: [ANY] Report to Forums
Reply With Quote #507

How would this plugin work with this
__________________

Last edited by killjoy64; 06-24-2014 at 20:11.
killjoy64 is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 06-25-2014 , 19:09   Re: [ANY] Report to Forums
Reply With Quote #508

Hi Doc, we use report and get errors..

Code:
L 06/25/2014 - 19:07:26: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 06/25/2014 - 19:07:26: [SM] Displaying call stack trace for plugin "reporttoforum.smx":
L 06/25/2014 - 19:07:26: [SM]   [0]  Line 1577, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::ParsePlayerName()
L 06/25/2014 - 19:07:26: [SM]   [1]  Line 1643, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::AddPlayersToMenu()
L 06/25/2014 - 19:07:26: [SM]   [2]  Line 735, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::DisplayTargetSelectionMenu()
L 06/25/2014 - 19:07:26: [SM]   [3]  Line 722, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::Command_SMReport()
L 06/25/2014 - 19:07:58: [SM] Native "SQL_EscapeString" reported: Invalid database Handle 0 (error: 4)
L 06/25/2014 - 19:07:58: [SM] Displaying call stack trace for plugin "reporttoforum.smx":
L 06/25/2014 - 19:07:58: [SM]   [0]  Line 1577, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::ParsePlayerName()
L 06/25/2014 - 19:07:58: [SM]   [1]  Line 1643, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::AddPlayersToMenu()
L 06/25/2014 - 19:07:58: [SM]   [2]  Line 735, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::DisplayTargetSelectionMenu()
L 06/25/2014 - 19:07:58: [SM]   [3]  Line 722, E:\SourceMod Plugins\Public\Report To Forums\scripting\reporttoforum.sp::Command_SMReport()
__________________
lyric is offline
lyric
Veteran Member
Join Date: Sep 2012
Old 06-26-2014 , 16:33   Re: [ANY] Report to Forums
Reply With Quote #509

somehowe the above error fixed itself.. now i get errors

Code:
[SM] Plugin Report To Forums Beta reloaded successfully.
Unknown command "rtf_dev_toggle"
in the console after reloading plugin and i get below error when reporting someone

Code:
L 06/26/2014 - 16:30:25: [reporttoforum.smx] Failed To Create Thread: Table 'report.xf_topics' doesn't exist
no idea where it getting that report.xf_topics from tho.. i have settings like this in my rtfsettings.cfg

Code:
//Table Prefix
rtf_table_prefix "xf_"
which is what my forum uses i think.. any ideas?


edit- nevermind, i can see now going through all this thread that this was the exact same problem i was having long time ago that was never resovled. we just deleted it. thanks though
__________________

Last edited by lyric; 06-26-2014 at 21:27.
lyric is offline
indwin
Junior Member
Join Date: Jun 2014
Old 06-29-2014 , 03:42   Re: [ANY] Report to Forums
Reply With Quote #510

Plugin work's great on 5 servers CS:GO and XenForo forum. Thank you.

Quote:
Originally Posted by lyric View Post
no idea where it getting that report.xf_topics from tho.. i have settings like this in my rtfsettings.cfg
update plugin version. I had a similar error on my servers. with plugin version 1.1.6 they does't work, on 1.1.7 all work's fine.

Last edited by indwin; 06-29-2014 at 03:44.
indwin is offline
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:03.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode