You are not logged in. Please login or register.
Active topics Unanswered topics
Search options (Page 2 of 6)
padizar wrote:Much thanks.
When nobody is online the line with the list of users who visited the forum that day ("Online today") moves to the upper line ("Users online"). How to fix it?
Oh jeah! I forgot about it. In previous version always somebody was online (only logged in could see it).
Simple fix - it'll be ready in few hours, when I'll find some time
padizar wrote:1. Guests can't see who was online today.
done
new version in first post
Remember, that updated extension will be switched to disabled. Just like in PunBB repository.
Not sure why is that. Maybe for security reasons.
In next versions I'll try to solve this.
maststef wrote:is it possible to show your other extension in the list
I'm working on this It will be even better than PunRep (hope so) But you must be patient. I have new job and not so much time like formerly. Two weeks at least.
KeyDog wrote:don't forget this yonash i'm really looking forward to this "improved" one (with slimboxes)
I will not I was doing couple other things. Now I need to improve Online Plus, Favorite Topic, Hide Online, and this one. Maybe in different order.
Hello
This extension is doing couple things:
- sticking all extensions which have new version available
- add my URL to repositories list to check for updates
- let you automatically upgrade my extensions
- add small button to my extensions
This extension requiring PunBB Repository.
This extension is not compatible with Pun Admin Manage Extensions Improved (because it's not upgrading current repository, but using new one instead).
In future I'm planning to develop this extension. Currently it's only updating currently installed extensions. It's not displaying any other. I would like it to be something like "Unofficial PunBB repository" with categories, sorting, searching and some rating system. For all extensions developers of course
Version 1.0
y_repository_1.0.zip
daris wrote:I checked in Firefox and you're right, it doesn't work ;P
that's why
I used jQuery. As long as jQuery is compatible with some browser, it will always work.
I done better one for 1.2.x (you can see it on my forum in my signature)
Maybe some day I will prepare it for 1.3
Cheers
padizar wrote:1. Guests can't see who was online today.
It was my purpose. I can add an option in next release.
padizar wrote:2. How can administrator set the mask for the range of IP adresses, for example: 10.15. - 10.20. = Unknown.
10.15.
10.16.
...
You can't set range even in bans. I don't have idea right now how to do this.
padizar wrote:3. How to make the extention recognize IP adress wich is not in the list of IP adresses as "unknown", for example: *.*. = Unknown.
I don't see any reason to mask all IP's. All unmasked are unknown But if you really want to do this, change manifest.xml. After line 116:
$currhost = $forum_user_online['ident'];
add:
$forum_user_online['ident'] = 'Unknown';
fantasma wrote:Hello it work correctly but i not able to change language after that i have upload the new language files.
I'll check it when I'll back at home, but it should be OK.
anggiawan wrote:Can you add "display guest online today"
Display it in number/amount not the ip or host
No - there is no table for guests. It will need new table.
I'm planning to make some statistics ext in future It'll include it.
YonasH wrote:I'm late
Garciat - maybe you will add those options which I was planning to make in my version of "online today"
(radio)
o display users online today
o display users online this week
o display both
o show users online from last midnight/monday
o show users online last 24 hours/7 days
I will need last week one for one of my forums, so anyway I'll do this in future
Cheers
FINALLY I did my one
It's working fine with all timezones. I was debugging it with many possible scenarios.
http://punbb.informer.com/forums/topic/ … line-list/
Hello
This extension let you to improve your online list. It let you to:
display users online today / last day (24h)
display users online this week / last week (7 days)
display list of guest hosts (for admins and moderators only)
mask some hosts in guest list
configure all options in admin panel
Improved online list
Configuration panel
It's working with all timezones.
I mean, it should I was testing it with all possible scenarios.
Version 1.0
online_plus_1.0.zip
Version 1.1
-Added option to show/hide today/week online list for guests
online_plus_1.1.zip
Version 1.2
-Fixed bug with displaying today/week when there is no users online.
online_plus_1.2.zip
Version 1.3
-Added option for sorting today/week list.
online_plus_1.3.zip
[KeyDog - 07-09-2010]
Version 1.3.7
-Added KeyDog fix of code not ending in php mode in first hook
Download Mirror 1 | Download Mirror 2 | Download Mirror 3
Hi
I think forum names on search result list should be as a links.
search.php (line 372)
$forum_page['item_body']['info']['forum'] = '<li class="info-forum"><strong>'.$cur_set['forum_name'].'</strong> <span class="label">'.(($cur_set['num_replies'] == 1) ? $lang_forum['Reply'] : $lang_forum['Replies']).'</span></li>';
change to:
$forum_page['item_body']['info']['forum'] = '<li class="info-forum"><a href="'.forum_link($forum_url['forum'], array($cur_set['forum_id'], sef_friendly($cur_set['forum_name']))).'">'.$cur_set['forum_name'].'</a> <span class="label">'.(($cur_set['num_replies'] == 1) ? $lang_forum['Reply'] : $lang_forum['Replies']).'</span></li>';
Temporary you can just use my extension:
http://punbb.informer.com/forums/topic/ … ch-result/
Hello
Another small extension. It's changing way to display topics list on viewforum.php.
Removing "by User" and moving it into link title (hover). As an extra it's adding info about topic creation date.
I'm using it on my forum, because it's not important who created topic and subjects are usually long.
I'm just sharing
Version 1.0
y_viewforum.zip
Hi
Just small one. Convert forum names to links on search result page (display as topics)
For example, here:
http://punbb.informer.com/forums/search/unanswered/
Fun
PunBB 1.3 extensions
PunBB 1.3 additions
...
will be changed to links.
fix_search_list.zip
Yes, that's true. But in his way he will have plenty of hidden not verified user entries
Anyway I said that it can be just temporary solution for him
Cheers
So, if default group will not have permission to post, you'll get what yu want
They (and only they) will just see new forum with instructions how to get full access. No spam boots will come through.
you can use header hook to load your own javascript file
You can just create new default group, with same limited permissions as guest.
Then create new forum and make it visible only for this new default group (read permission only).
In this forum create one topic with information, that users need to be verified before will get full access.
When verify is success, moderator (admin) can change group of this user.
I done it on my new site:
Guest can see only one forum/topic with info about registration and verify.
New registered user can see only one forum/topic (next one) with details about verify process.
After successfuly verify, moderator can change user group.
Of course verified users doesn't see first two forums
I know that is not best solution on the world, but it's working Maybe use it as temporary one?
* to create a link to reinstall;
* to create a link to reinstall only hooks.
what is the difference? And who should add this link? Extension developer? Or it's added to all extensions after installing this one?
(I can't check it right now, so I giving basic questions)
You can look here as well
http://punbb.informer.com/forums/topic/ … m-upgrade/
I'm late
Garciat - maybe you will add those options which I was planning to make in my version of "online today":
(radio)
o display users online today
o display users online this week
o display both
o show users online from last midnight/monday
o show users online last 24 hours/7 days
I will need last week one for one of my forums, so anyway I'll do this in future
Cheers
KeyDog wrote:your other post must contain a mistake for footer.php
Read it carefully. I think that you didn't Beyond copyright part move its changes hooks too:
old
($hook = get_hook('ft_about_output_start')) ? eval($hook) : null;
($hook = get_hook('ft_about_pre_quickjump')) ? eval($hook) : null;
...
...
($hook = get_hook('ft_about_pre_copyright')) ? eval($hook) : null;
new
($hook = get_hook('ft_about_output_start')) ? eval($hook) : null;
($hook = get_hook('ft_about_pre_copyright')) ? eval($hook) : null;
...
...
($hook = get_hook('ft_about_pre_quickjump')) ? eval($hook) : null;
Maybe you missed one, and left other twice?
Or maybe you just have some trash in extensions cache? Try to clear it.
(in first release "Privacy Policy" link was displayed through different hook)
KeyDog wrote:any idea why I could be getting these kind of error messages
Notice: Undefined index: FAQ in /functions.php(466) : eval()'d code on line 20
Notice: Undefined index: Privacy in /footer.php(38) : eval()'d code on line 11
tried the same 1.1 extension on another board also and it was also undefined index faq and privacy but in misc.php - don't understand it...
Should be permanently fixed
New version in first post
Posts found: 26 to 50 of 142