It works fine with TTT. It's an addon that as far to my knowledge shouldn't conflict with anything.
Plus respect for this dude, can't wait for the group syncing comes for ULX =D Keep up the good work!
[QUOTE=Racer;38930979]Plus respect for this dude, can't wait for the group syncing comes for ULX =D Keep up the good work![/QUOTE]
Totally slipped my mind. Working on it now expect a commit in an hour or so. Already have Evolve working and I'm now working on ULX.
I just can't seem to get it working with the DB I use for the website.
Check if you host only allows internal query(s) or if their is a white list for how can query.
[editline]22nd December 2012[/editline]
[quote]Added ULX and Evolve support.
Fixed a minor bug.
Tortoise svn being a real pain in the ass.[/quote]
svn
[url]https://garryforum.googlecode.com/svn/trunk/[/url]
zip
[url]http://code.google.com/p/garryforum/downloads/list[/url]
[editline]22nd December 2012[/editline]
To get your forums usergroups to work with your evolve or ulx usergroups the names have to match exactly. The names are not case sensitive.
[QUOTE=Aide;38932435]Check if you host only allows internal query(s) or if their is a white list for how can query.
[editline]22nd December 2012[/editline]
svn
[url]https://garryforum.googlecode.com/svn/trunk/[/url]
zip
[url]http://code.google.com/p/garryforum/downloads/list[/url]
[editline]22nd December 2012[/editline]
To get your forums usergroups to work with your evolve or ulx usergroups the names have to match exactly. The names are not case sensitive.[/QUOTE]
What minor bug?
[QUOTE=Phoenixf129;38933503]What minor bug?[/QUOTE]
-snip- Actually it was this,
[lua]
if tonumber(_Args['gid']) == BanGroup and Kick then
[/lua]
Its been changed and fixed to this,
[lua]
if tonumber(_Args['g_id']) == BanGroup and Kick then
[/lua]
It's been like that possibly for 2-3 revisions you can view all past commits here.
[url]http://code.google.com/p/garryforum/downloads/list?can=4&q=[/url]
I had to wipe all commits because I was committing files to wrong directory.
[editline]22nd December 2012[/editline]
With this update if your forum software has a donation plugin(*paypal ipn*) that allows users to donate and have their group change you could easily create a ulx or evolve group and have automatic donation "feature".
This one works perfectly as I've used it for 2 communities.
[url]http://custom.simplemachines.org/mods/index.php?mod=916[/url] -- SMF
I don't know if its just me, But I don't think connecting to already made accounts on IPB works properly. When you make an account VIA in-game it works just fine tho. I am still messing with it.
(My IPB version is: 3.3.4)
I'll check the hash. In my testing I used IP.Board 3.3.4.
When will vbulletin become available, i have support tickets which you can use to ask vbulletin staff help with your coding.
For some reason even if someone registers it doesn't update the current member count at the bottom of the page.
eg. We currently have 100 members registered. Then if someone makes an account on it it stays at 100?
[QUOTE=craigy09;38957912]For some reason even if someone registers it doesn't update the current member count at the bottom of the page.
eg. We currently have 100 members registered. Then if someone makes an account on it it stays at 100?[/QUOTE]
run a forum recount
[QUOTE=Racer;38948559]I don't know if its just me, But I don't think connecting to already made accounts on IPB works properly. When you make an account VIA in-game it works just fine tho. I am still messing with it.
(My IPB version is: 3.3.4)[/QUOTE]
I was able to verify that linking existing accounts do work on revision 10 and 9.
[thumb]http://cloud.steampowered.com/ugc/902109343863469780/114C58C05B673DFFC87569C2B88B1629C6284F4C/[/thumb]
[thumb]http://cloud.steampowered.com/ugc/902109343863457973/1AAB99DC7DF4775FD4ED592E8936DCF95374BCC9/[/thumb]
[thumb]http://puu.sh/1ERfK[/thumb]
[thumb]http://puu.sh/1ERgi[/thumb]
[QUOTE=metrotyranno;38957350]When will vbulletin become available, i have support tickets which you can use to ask vbulletin staff help with your coding.[/QUOTE]
I wasn't able to ever get the vbulletin hash to match. I remember telling you.
[QUOTE=Aide;38959940]I was able to verify that linking existing accounts do work on revision 10 and 9.
[thumb]http://cloud.steampowered.com/ugc/902109343863469780/114C58C05B673DFFC87569C2B88B1629C6284F4C/[/thumb]
[thumb]http://cloud.steampowered.com/ugc/902109343863457973/1AAB99DC7DF4775FD4ED592E8936DCF95374BCC9/[/thumb]
[thumb]http://puu.sh/1ERfK[/thumb]
[thumb]http://puu.sh/1ERgi[/thumb]
[/QUOTE]
Ok then, Thanks! You showed me how to link accounts now atleast manually. Maybe Its just being a whore for me. Idk. Thanks for your time!
i am confused about the "Requirements : gm_mysqloo -- mysql module" am i meant to place that in garrysmod ? or my mySQL server
Its required for your garrys mod server.
[QUOTE=metrotyranno;38957350]When will vbulletin become available, i have support tickets which you can use to ask vbulletin staff help with your coding.[/QUOTE]
How about this helping for the last major forums software?
Getting some errors (sqloo and libsql is installed), and I'm using the latest SVN
when clicking on "goto our forums" -
[code][ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:766: bad argument #1 to 'OpenURL' (string expected, got nil)
1. OpenURL - [C]:-1
2. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:766
3. OnMouseReleased - lua/vgui/dlabel.lua:206
4. unknown - lua/vgui/dimagebutton.lua:125
[/code]
when clicking on "view all users forum account" -
[code]
[ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:757: attempt to call upvalue 'Users' (a userdata value)
1. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:757
2. OnMouseReleased - lua/vgui/dlabel.lua:206
3. unknown - lua/vgui/dimagebutton.lua:125
[/code]
while the send a pm menu works, nothing happens when you click send. nothing happens when you click "read PMs" either. hoping that you might know why this is happening
[editline]26th December 2012[/editline]
oh, getting serverside lua errors as well
[code]
[ERROR] addons/garryforum/lua/autorun/server/sv_meta.lua:1252: attempt to index local 'query1' (a nil value)
1. GetPM - addons/garryforum/lua/autorun/server/sv_meta.lua:1252
2. unknown - addons/garryforum/lua/autorun/server/sv_cmd.lua:29
3. unknown - lua/includes/modules/concommand.lua:69
[/code]
How would I execute a query to be sent which will update the value, STEAM_ID in the smf_members table when they successfully link accounts.
Basically comparing smf_link "id" with smf_members "member_id" and updating their value on the forums.
[QUOTE=Soleeedus;38984448]Getting some errors (sqloo and libsql is installed), and I'm using the latest SVN
when clicking on "goto our forums" -
[code][ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:766: bad argument #1 to 'OpenURL' (string expected, got nil)
1. OpenURL - [C]:-1
2. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:766
3. OnMouseReleased - lua/vgui/dlabel.lua:206
4. unknown - lua/vgui/dimagebutton.lua:125
[/code]
when clicking on "view all users forum account" -
[code]
[ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:757: attempt to call upvalue 'Users' (a userdata value)
1. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:757
2. OnMouseReleased - lua/vgui/dlabel.lua:206
3. unknown - lua/vgui/dimagebutton.lua:125
[/code]
while the send a pm menu works, nothing happens when you click send. nothing happens when you click "read PMs" either. hoping that you might know why this is happening
[editline]26th December 2012[/editline]
oh, getting serverside lua errors as well
[code]
[ERROR] addons/garryforum/lua/autorun/server/sv_meta.lua:1252: attempt to index local 'query1' (a nil value)
1. GetPM - addons/garryforum/lua/autorun/server/sv_meta.lua:1252
2. unknown - addons/garryforum/lua/autorun/server/sv_cmd.lua:29
3. unknown - lua/includes/modules/concommand.lua:69
[/code][/QUOTE]
Appears to be a problem on your end. MyBB is working fine I was able to send/read pms and use URL link. Double check everything and re-download modules.
[QUOTE=Brojo;38984510]How would I execute a query to be sent which will update the value, STEAM_ID in the smf_members table when they successfully link accounts.
Basically comparing smf_link "id" with smf_members "member_id" and updating their value on the forums.[/QUOTE]
[url]http://puu.sh/1FIc1[/url]
lines 430 - 440
still getting
[code][ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:757: attempt to call upvalue 'Users' (a userdata value)
1. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:757
2. OnMouseReleased - lua/vgui/dlabel.lua:206
3. unknown - lua/vgui/dimagebutton.lua:125
[/code]
when trying to view all users forum accounts
[editline]27th December 2012[/editline]
and now I'm getting "MySQL server has gone away"
went too long without a MySQL query
any idea how that can be rectified?
Users() doesn't do anything however your problem seems to be more than with your mysql.
[QUOTE=Soleeedus;38984448]Getting some errors (sqloo and libsql is installed), and I'm using the latest SVN
when clicking on "goto our forums" -
[code][ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:766: bad argument #1 to 'OpenURL' (string expected, got nil)
1. OpenURL - [C]:-1
2. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:766
3. OnMouseReleased - lua/vgui/dlabel.lua:206
4. unknown - lua/vgui/dimagebutton.lua:125
[/code]
when clicking on "view all users forum account" -
[code]
[ERROR] addons/garryforum/lua/autorun/client/cl_init.lua:757: attempt to call upvalue 'Users' (a userdata value)
1. DoClick - addons/garryforum/lua/autorun/client/cl_init.lua:757
2. OnMouseReleased - lua/vgui/dlabel.lua:206
3. unknown - lua/vgui/dimagebutton.lua:125
[/code]
while the send a pm menu works, nothing happens when you click send. nothing happens when you click "read PMs" either. hoping that you might know why this is happening
[editline]26th December 2012[/editline]
oh, getting serverside lua errors as well
[code]
[ERROR] addons/garryforum/lua/autorun/server/sv_meta.lua:1252: attempt to index local 'query1' (a nil value)
1. GetPM - addons/garryforum/lua/autorun/server/sv_meta.lua:1252
2. unknown - addons/garryforum/lua/autorun/server/sv_cmd.lua:29
3. unknown - lua/includes/modules/concommand.lua:69
[/code][/QUOTE]
I am also getting this problem
[QUOTE=ideal-gaming;38991139]I am also getting this problem[/QUOTE]
Restart your server and tell me if it tells you the following.
[quote]Successfully to connected to database[/quote]
I didnt see it in the startup log
Here is is [url]http://pastebin.com/tFL9FGmf[/url]
Add a bot or join the server. To get it to initially to connect.
Sorry, you need to Log In to post a reply to this thread.