Topic: Anyone has a POLL working with PunBB 1.2.17 or PunBB 1.2.16?
if yes, what mod it is?
Unfortunately no one can be told what PunBB is - you have to see it for yourself.
You are not logged in. Please login or register.
PunBB Forums » PunBB 1.2 modifications, plugins and integrations » Anyone has a POLL working with PunBB 1.2.17 or PunBB 1.2.16?
if yes, what mod it is?
Easy Poll by Mediator
Easy_Poll-1.1.3.zip - Author: Mediator
"You are running a version of PunBB (1.2.16) that this mod does not support. This mod supports PunBB versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6"
Im sure you can get it to work just fine by messing with the files, but "out of the box" this mod does not support 1.2.16/17. At least, so it says if someone tries to install it following readme.txt.
fhelikK: To make this mod "work" for 16/17, just add those numbers to line 12, in install_mod.php. Example:
// One or more versions of PunBB that this mod works on. The version names must match exactly!
$punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.16', '1.2.17');However, I dont know if this will work any good or f*ck up your forums, this code just fake mod compability to work with the new versions. If anything critical has been changed since 1.2.6, this could mess with the database.
Last edited by Nidhogg (2008-03-12 11:37:53)
Easy_Poll-1.1.3.zip - Author: Mediator
"You are running a version of PunBB (1.2.16) that this mod does not support. This mod supports PunBB versions: 1.2.3, 1.2.4, 1.2.5, 1.2.6"
Im sure you can get it to work just fine by messing with the files, but "out of the box" this mod does not support 1.2.16/17. At least, so it says if someone tries to install it following readme.txt.
fhelikK: To make this mod "work" for 16/17, just add those numbers to line 12, in install_mod.php. Example:
// One or more versions of PunBB that this mod works on. The version names must match exactly! $punbb_versions = array('1.2.3', '1.2.4', '1.2.5', '1.2.6', '1.2.16', '1.2.17');However, I dont know if this will work any good or f*ck up your forums, this code just fake mod compability to work with the new versions. If anything critical has been changed since 1.2.6, this could mess with the database.
thank you, it works pretty good with 1.2.17
Can it work on 1.2.20?
If not,how to do?
Powered by PunBB, supported by Informer Technologies, Inc.
Currently installed 5 official extensions. Copyright © 2003–2009 PunBB.