Support Request Support ⇒ Extension Request (advanced statets)
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
Extension Request (advanced statets)
Your phpBB Version: 3.2.1
Your phpBB Type: Premodded phpBB
Extensions installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
What have you already tried to solve the problem?
Description and Message
Hello
is it possible create a new extension that call in vbulletin Vietvbb , there is similar extension in mybb , xenforo and ... there is not in phpBB
the pic is here:
http://vbulletin-mods.com/forum/img/images/v2xx.jpg
i was create for phpBB 3.0 Mod and i could not convert to extension
it is here:
Here is:
the english version
http://www.mediafire.com/file/jknhazjcj ... +stats.zip
Thank you
Your phpBB Type: Premodded phpBB
Extensions installed: No
Your knowledge: Basic Knowledge
What have you done before the problem was there?
What have you already tried to solve the problem?
Description and Message
Hello
is it possible create a new extension that call in vbulletin Vietvbb , there is similar extension in mybb , xenforo and ... there is not in phpBB
the pic is here:
http://vbulletin-mods.com/forum/img/images/v2xx.jpg
i was create for phpBB 3.0 Mod and i could not convert to extension
it is here:
Here is:
the english version
http://www.mediafire.com/file/jknhazjcj ... +stats.zip
Thank you
Last edited by meis2m on Aug 14th, '17, 09:02, edited 1 time in total.
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
Re: Extension Request (advanced statets)
Hello
any idea?
any idea?
-
- Admin
- Magic user status: Offline
- Posts: 4919
- Joined: Apr 6th, '14, 14:12
Re: Extension Request (advanced statets)
I installed this on a test forum and found i could not read a single word of it so it would need to be translated so some one could understand it.
Use this to install an ext on your board no more ftp or path making.
Path too install this ext is ext/boardtools/upload
Download is here Make it easy for us to solve your issues
Path too install this ext is ext/boardtools/upload
Download is here Make it easy for us to solve your issues
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
-
- Admin
- Magic user status: Offline
- Posts: 4919
- Joined: Apr 6th, '14, 14:12
Re: Extension Request (advanced statets)
The download you just posted is ajax forum stats thats an ext already il post the link i f i can find it.
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
Re: Extension Request (advanced statets)
Hello martin
it is not ext ?
this is a mod for 3.0 series
it is not ext ?
this is a mod for 3.0 series
-
- Admin
- Magic user status: Offline
- Posts: 4919
- Joined: Apr 6th, '14, 14:12
Re: Extension Request (advanced statets)
Yes yours is a mod for 3.0 but the link is for ajax forum stats and that is an ext now.
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
Re: Extension Request (advanced statets)
Any idea ? 

-
- Users
- Magic user status: Offline
- Posts: 33
- Joined: Jul 24th, '17, 20:25
Re: Extension Request (advanced statets)
Hi dear @dmzx
sorry for my simple questions
here:
https://github.com/meis2m/AJAX-Advanced ... stats.html
line 17:
is this not load?
is the new posts
and here in:
https://github.com/meis2m/AJAX-Advanced ... r/main.php
line 74 is the php function on new post
sorry for my simple questions
here:
https://github.com/meis2m/AJAX-Advanced ... stats.html
line 17:
Code: Select all
function addEventV() {
// document.getElementById('statstable').style.display="block";
document.getElementById('top_users').onchange = function() {
top_users_stats(this.value);
}
li = document.getElementsByTagName('li');
for (i = 0; i < li.length; i++) {
li5 = li[i].id.substr(0, 5);
if (li5 == 'topx_') {
li[i].className = '';
//alert(li[i].id+' '+i);
li[i].onclick = function() {
li = document.getElementsByTagName('li');
for (i = 0; i < li.length; i++) {
li5 = li[i].id.substr(0, 5);
if (li5 == 'topx_') li[i].className = '';
}
this.className = 'current';
top_posts_stats(this.id);
}
}
}
top_users_stats('newest');
document.getElementById('topx_newpost').className = 'current';
top_posts_stats('topx_newpost');
}
Code: Select all
<li id="topx_newpost" class="current">
is the new posts
and here in:
https://github.com/meis2m/AJAX-Advanced ... r/main.php
line 74 is the php function on new post