RE:
1. image in signatures: check this post
2. how is a moderator suppose to moderate (ban, suspend IPs (!) etc) if he can't see the info?
You are not logged in. Please login or register.
PunBB Forums → Posts by KeyDog
RE:
1. image in signatures: check this post
2. how is a moderator suppose to moderate (ban, suspend IPs (!) etc) if he can't see the info?
Great stuff.
BTW: Would this also work for uploading say mp3 files? then using the mp3 extension to let users share their music (non-copyrighted of course ) ?
Works fine for other members.
But Administrator's style is Oxygen still :-(How can I change it to Urban too?
Thanks.
Profile of Admin, then settings...
here you go
dimkalinux' extension FANCY VIDEO TAG
Okay after some more research I was told that I'm embedding the whole of openstreetmap - which obviously isn't a good idea...
found this plugin for wordpress (http://www.faktor.cc/Fotomobil/wp-osm-plugin) on http://wiki.openstreetmap.org/wiki/Depl … Slippy_Map - but looks out of my depth to implement this...
but download numbers suggest there's interest in the community for this opensource map feature as an extension...
I've uploaded some pages of the plugin here
http://pastebin.com/u/KeyDog
osm-import.php
osm-options.php for wordpress
osm-openlayers.php for wordpress
osm.php for wordpress
Seems to be a bug;
line 615 of extension manifest.xml
<hook id="fn_generate_navlinks_end"><![CDATA[
if (!$lang_ajax_rating) {
if (file_exists($ext_info['path'].'/lang/'.$forum_user['language'].'/'.$ext_info['id'].'.php'))
include_once $ext_info['path'].'/lang/'.$forum_user['language'].'/'.$ext_info['id'].'.php';
else
include_once $ext_info['path'].'/lang/English/'.$ext_info['id'].'.php';
}
$links['ajax_rating_toprated'] = '<li id="navtoprated"'.((FORUM_PAGE == 'toprated') ? ' class="isactive"' : '').'><a href="'.forum_link('toprated.php').'">'.$lang_ajax_rating['Post ratings'].'</a></li>';
]]></hook>
in punbb 1.4.x
Notice: Undefined variable: lang_ajax_rating in /home/.../include/functions.php(492) : eval()'d code on line 35
in punbb 1.3.x
getting;
Notice: Undefined variable: lang_ajax_rating in /home/.../include/functions.php(468) : eval()'d code on line 10
functions.php line 468
($hook = get_hook('fn_generate_navlinks_end')) ? eval($hook) : null;
Confirmed. The problem is that plupload cover the upload button with his own invisible container. I'll try to fix that.
I'll try to upload this new version asap.
Looking forward to it, this extension really shows images in a nice fashion. Thank you.
Thanks,
found the setting in fancy_stop_spam.inc.php
will test.
Just noticed something
Guest tries to register with email in sfs database, fancy_stop_spam picks that up and stops registeration
then,
SAME IP with 'clean' email address registers and posts spam
Is there some way you could include
prohibit new attempt from same IP (example; within 48 hours) ? [ IF the guest has already been caught trying to register with know spam email address...]
I'd like to allow quest posting to certain areas of my forum, and this extension does not check those.
Akismet extension for PunBB 1.3 catches a lot of guest posts that are spam in my experience...
RE: stopforumspam.com Antispam extension; is it possible any other extensions are interfering with it? Any changes you or your host made since dec 20th?
Small bug;
the upload button qia-pick-files doesn't act the same as qia-browse-files.
background doesn't change color on hover (qia-pickl-files)..
I am. But it is a feature request, it doesn't exist yet.
In the meantime;
http://punbb.informer.com/forums/topic/ … se-google/
Check with the user who posted here if he found a solution (by adding reply to his post);
http://punbb.informer.com/forums/topic/ … irst-post/
It doesn't exist yet...
This you mean
@dimkalinux: has a better cockpit feel to it if important info (name + install lines) is on one line (+expandable additional information), imo
something to consider for 1.4.3 then ...
All Captchas are pretty much hacked by standard spamming software and I'd advise to use
Pun_stop_bots Questions.
Choose questions that aren't too easy! No 2+2 or 'What color is the sky'. (not sure it's tested for PunBB 1.4.x though!)
Also EITHER fancy_stop_spam (get an API key from stopforumspam.com) or sfs_antispam is a must have.
If you have human spammers posting links;
URL Checker (report spammers links to me - along with all info like IP, email!)
Make sure you have email verfication on in Administration → Settings → Registration
1. Cache will be fixed in next release (end of January) (cache issue)
2. Manual is fast and easy...
3. Great about the croatian. Most only need front end...
My bigger issue is 1 - enable/disable registration rule for same ip adress deny
in register.php
// Check that someone from this IP didn't register a user within the last hour (DoS prevention)
$query = array(
'SELECT' => 'COUNT(u.id)',
'FROM' => 'users AS u',
'WHERE' => 'u.registration_ip=\''.$forum_db->escape(get_remote_address()).'\' AND u.registered>'.(time() - 3600)
);
($hook = get_hook('rg_register_qr_check_register_flood')) ? eval($hook) : null;
$result = $forum_db->query_build($query) or error(__FILE__, __LINE__);
if ($forum_db->result($result) > 0)
{
$errors[] = $lang_profile['Registration flood'];
}
change as desired, not poss from admin section...
2 - I can't seem to get the new favicon working, any trick with that?
Use a good tool,
In some cases a reload won't be enough, you need to restart browser...
Hard to say after reading his elaborate post ,
probably your right though .
for board footer
in
pun_tags/style/Oxygen/pun_tags.min.css
find
#brd-pun_tags{margin-bottom:1em;padding-left:0;overflow:auto;display:block;margin-top:1em;text-align:left}
change to
#brd-pun_tags{margin-bottom:1em;padding-left:0;overflow:auto;display:none;margin-top:1em;text-align:left}
for threads/posts
Some ideas I wanted to float...
What would make extension management interface user-friendlier
one line instead of five for each extension
small(er) font
What would make having most up to date extensions easier
repository tab with unofficial extensions (either a database that keeps track of latest version number only OR a repository like for official extensions that has the extensions ready for download
possibility to turn on auto-alert with checking for newest version of unofficial extensions availability
extension developers sending their extensions for upload
Currently there isn't specifically such an extension (addon).
fast way;
in include/template/main.tpl
you can add a <div> with the code for the 'donation bar'
best way
or you can write an extension
that uses a hook (like for extension active topics by Grez) to place something where you need it...
What is the code the forum above uses? (paste it between [ code ] tags)
PunBB Forums → Posts by KeyDog
Powered by PunBB, supported by Informer Technologies, Inc.