• gForum - Forum Registration (SMF, MyBB, XenForo)
    211 replies, posted
yeah me to!
sv_config.lua [code]// URL is the address to your forum site index page. ** ** ** Do not include any file and file extentsion instead use the folder of the index page. ** ** ** URL = "http://127.0.0.1:8080/mybb/"[/code] Make sure to include http or https (if valid) in the quotes.
Hey Aide, is there any way you can make the MyBB section able to update the board statistics? Because at the moment when you register ingame, the board Statistics aren't updated- Counting total members and newest member. I currently have a CRon job set every two days to check and recount all board statistics, which isn't really the best solution. [editline]11th June 2013[/editline] The table name is mybb_stats if you don't already know. I've tried this myself, but ended up with it all screwy.
[ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:851: attempt to index local 'query1' (a nil value) 1. GetUserID - addons/gforum/lua/autorun/server/sv_meta.lua:851 2. v - addons/gforum/lua/autorun/server/sv_init.lua:88 3. unknown - gamemodes/darkrp/gamemode/server/chat.lua:81
what about vBulletin
Can you make so it adds a players SteamID to their forum account?
[QUOTE=Temponinja;41391528]Can you make so it adds a players SteamID to their forum account?[/QUOTE] That would need the actual database editing.
[QUOTE=Temponinja;41391528]Can you make so it adds a players SteamID to their forum account?[/QUOTE] You can do that via php. Grab the forum users userid then query the link table. If exist's display steamid if not account != linked. [QUOTE=Knoxed;41391715]That would need the actual database editing.[/QUOTE] Not required. Also I don't have any plans to update. According to all the testing I've done this build is stable. However their maybe a conflictions with certain gamemodes or addons. This is probably a results of 'database = {}' table inside of the sv_init.lua.
What about making a close button so you can close the menu :o
[QUOTE][ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:851: attempt to index local 'query1' (a nil value) 1. GetUserID - addons/gforum/lua/autorun/server/sv_meta.lua:851 2. v - addons/gforum/lua/autorun/server/sv_init.lua:88 3. unknown - gamemodes/darkrp/gamemode/server/chat.lua:81[/QUOTE]
Most German GMod communitys using WBB 3, it would be great if you integrate this :) Perhaps I can help.
I keep getting the error: [ERROR] addons/gforum/lua/autorun/client/cl_init.lua:849: bad argument #1 to 'OpenURL' (string expected, got nil) 1. OpenURL - [C]:-1 2. DoClick - addons/gforum/lua/autorun/client/cl_init.lua:849 3. OnMouseReleased - lua/vgui/dlabel.lua:206 4. unknown - lua/vgui/dimagebutton.lua:125 Everytime i click the button to goto our forums, yes i change the url in the config.lua
-deleted-
Can you make this support phpBB please!:D
How about support for Joomla3? It has a user account system. It's most popular forums plugin is Kuena but that polls accounts from the Joomla accounts system. [url]http://www.joomla.org/3/en[/url] [url]http://www.kunena.org/[/url]
Just so you know I had to fix some of the sql queries for mybb. they did not work and were missing things like "group" on the end of database table names. The developer of this might want to look into that and update them.
There are still some things broken such as viewing messages. Getting this error often now for a number of things. Have no idea how to fix this because i have no idea why it is happening. [url]http://imgur.com/N0bKZkv[/url] Not getting any error code so I have no idea if it is timing out or what.
Why are you using global variables, especially named as "Admin", "Group", "URL", "Prefix", "Kick"? That could easily mess your addon if some other addon use global variables too. I recommend making one global table called something like gforums and storing all variables and functions to it.
How can i fix this: [ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:1086: attempt to index local 'query1' (a nil value) 1. GetUserID - addons/gforum/lua/autorun/server/sv_meta.lua:1086 2. fn - addons/gforum/lua/autorun/server/sv_init.lua:69 3. unknown - addons/ulib/lua/ulib/shared/hook.lua:105
[QUOTE=Segecos;47692543]How can i fix this: [ERROR] addons/gforum/lua/autorun/server/sv_meta.lua:1086: attempt to index local 'query1' (a nil value) 1. GetUserID - addons/gforum/lua/autorun/server/sv_meta.lua:1086 2. fn - addons/gforum/lua/autorun/server/sv_init.lua:69 3. unknown - addons/ulib/lua/ulib/shared/hook.lua:105[/QUOTE] By not using an addon from 2012.
[QUOTE=tzahush;47694394]By not using an addon from 2012.[/QUOTE] So? Ive scrolled through the comments and i dont see any problems what havent been fixed.
[QUOTE=Segecos;47694898]So? Ive scrolled through the comments and i dont see any problems what havent been fixed.[/QUOTE] From 2 years ago, when it Was supported.
[QUOTE=tzahush;47694973]From 2 years ago, when it Was supported.[/QUOTE] Turns out, It wasnt outdated. It was the SQL table. So stop acting cocky.
Unless db fields have changed since the creation of this it should work. Query(numbers) usually means mysql connection error.
-snip-
Hey Aide, the images in your OP went 404.
Dead dropbox image links welp.
Does this have support for MyBB 1.8.x?
Does it actually work now?
[QUOTE=Whip-Tide;47964913]Does it actually work now?[/QUOTE] It's dead.
Sorry, you need to Log In to post a reply to this thread.