vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Add-On Releases - DnP AJAX Custom News Link - Offer the best news to your forum visitors (https://vborg.vbsupport.ru/showthread.php?t=224698)

silveryhat 12-19-2009 05:35 AM

Quote:

Originally Posted by Zi55 (Post 1933283)
and it use 1 query for each thread block :( too much using .
I hope to get this fixed

The modification uses one query for all the content. It even saves you bandwidth with the AJAX feature therefore the whole forum does not have to refresh itself to switch pages.

Zi55 12-19-2009 11:53 PM

Dear Silvery hat ,
If you would like to check my forum i can send you the details PM .
Thanks ,
Zi55

Zi55 12-21-2009 11:58 AM

We hope to get this bugs fixed

silveryhat 12-21-2009 10:24 PM

Quote:

Originally Posted by Zi55 (Post 1934517)
We hope to get this bugs fixed

Yes please pm me your board url.

------------------------------


Updated v1.3 on Dec / 21 / 2009
Fix a small bug and add support for vBA CMPS.

http://img269.imageshack.us/img269/99/cmpsdnpnews.gif

cloferba 12-23-2009 01:03 AM

will this be upgraded to vb4?

silveryhat 12-25-2009 12:05 AM

Quote:

Originally Posted by cloferba (Post 1935958)
will this be upgraded to vb4?

As soon as I could have vb4. At the meantime it's too expensive for a college student to afford. :(

Wormow 12-25-2009 04:56 AM

I can share with you? Or something else, PM me about it.

Taurus1 12-25-2009 11:19 AM

This is great!! Thanks!! But it only shows on the Portal if I disable the plugin. Is there any way I can display this on my forumhome and the Portal??

Thanks!!

silveryhat 12-25-2009 10:24 PM

Quote:

Originally Posted by Wormow (Post 1937801)
I can share with you? Or something else, PM me about it.

I don't think we could share a license right :erm: , it seems to me the major difference atm is the template changes

Quote:

Originally Posted by Taurus1 (Post 1937919)
This is great!! Thanks!! But it only shows on the Portal if I disable the plugin. Is there any way I can display this on my forumhome and the Portal??

Thanks!!

I believe as long as DnP News as a plugin + as a module does not run on the same page it should not conflict.

Taurus1 12-25-2009 11:23 PM

Quote:

Originally Posted by silveryhat (Post 1938277)
I don't think we could share a license right :erm: , it seems to me the major difference atm is the template changes



I believe as long as DnP News as a plugin + as a module does not run on the same page it should not conflict.

I had to disable the module for this for my Portal page to show again, and enable the plugin for the news to show on my homepage. It wont work together. Please help me to get this working on both. Thanks!

Zi55 12-26-2009 11:52 AM

Dear Silverhat ,
After a lot of tests , find a fix for modify header problem just but commas near
// define('CVS_REVISION', '$RCSfile: dnpmusicbox_setting.php');
// define('NO_REGISTER_GLOBALS', 1);
in dnp_custom_news_setting.php
and the modify header problem will be fixed , but there are still other problem that it use 4 queries in every page , even it's not called through $dnp_news_output , i do a test in my localhost and in a live server .
PHP 5.2.11
With xCache and without
Apache 2.2.22.
I hope you please to fix this bugs , as this hack very very nice , and we need it .
Thanks ,
Zi55

kmohamed 12-26-2009 02:31 PM

are u planing to add rss feature to this great mod

Zi55 12-28-2009 02:33 AM

Hello Silveryhat ,
I know that you are busy :) , but i really really hope you to fix this bugs .
Thanks ,
Zi55

silveryhat 12-28-2009 04:25 AM

Quote:

Originally Posted by kmohamed (Post 1938642)
are u planing to add rss feature to this great mod

I doubt and it depends on the whether it is a must or not. Because I want to keep the mod small and fast at the moment. However, I may give additional plugin that supports rss for DnP News in the future.

Quote:

Originally Posted by Zi55 (Post 1938548)
and the modify header problem will be fixed , but there are still other problem that it use 4 queries in every page , even it's not called through $dnp_news_output , i do a test in my localhost and in a live server .
PHP 5.2.11
With xCache and without
Apache 2.2.22.

Did you by any chance follow this guide DnP AJAX Custom News on every page of forum before ?

You may reverse the steps by open up Plugin Manager > DnP Custom News, then change Hook Location to forumhome_complete

Taurus1 12-28-2009 04:36 AM

Man, I am so happy to see you online! I really need to get this working on my forum homepage and my portal. Do you have a solution for me please!!!!!?????

Thanks!!

silveryhat 12-28-2009 05:58 PM

Quote:

Originally Posted by Taurus1 (Post 1940032)
Man, I am so happy to see you online! I really need to get this working on my forum homepage and my portal. Do you have a solution for me please!!!!!?????

Thanks!!

If I'm not here you can always find for help on the official homepage of DnP News.

Now, let's try this :
- Download v1.3 again. Reupload everything to forum_root , and upload one more of dnp_news.php to modules folder.
- Go to Plugin Manager > DnP Custom News plugin, change Hook Location to forumhome_complete instead of global_start.
- Now follow the instruction for both with/without vBadvanced CMPS in the first post.

Taurus1 12-28-2009 10:11 PM

Quote:

Originally Posted by silveryhat (Post 1940677)
If I'm not here you can always find for help on the official homepage of DnP News.

Now, let's try this :
- Download v1.3 again. Reupload everything to forum_root , and upload one more of dnp_news.php to modules folder.
- Go to Plugin Manager > DnP Custom News plugin, change Hook Location to forumhome_complete instead of global_start.
- Now follow the instruction for both with/without vBadvanced CMPS in the first post.

Fantastic!!! Works man! :D:D

Thank you so much!!

Taurus1 12-30-2009 07:14 AM

Would it be possible for you to make this so that the DNP Control Panel is also in the Moderators Control Panel? Then my Mods can also add news.

That would really help!!

Thanks!!

Zi55 12-31-2009 09:36 AM

Quote:

Originally Posted by silveryhat (Post 1940025)
I doubt and it depends on the whether it is a must or not. Because I want to keep the mod small and fast at the moment. However, I may give additional plugin that supports rss for DnP News in the future.



Did you by any chance follow this guide DnP AJAX Custom News on every page of forum before ?

You may reverse the steps by open up Plugin Manager > DnP Custom News, then change Hook Location to forumhome_complete

I didn't give it a try yet , but the hack still use 4 queries in each page , and not as you say to us 1 query only , We hope to see your develop for this hack

silveryhat 12-31-2009 10:19 PM

Quote:

Originally Posted by Taurus1 (Post 1942255)
Would it be possible for you to make this so that the DNP Control Panel is also in the Moderators Control Panel? Then my Mods can also add news.

That would really help!!

Thanks!!

I'll take a try into that soon ;)

Quote:

Originally Posted by Zi55 (Post 1943253)
I didn't give it a try yet , but the hack still use 4 queries in each page , and not as you say to us 1 query only , We hope to see your develop for this hack

I have already explained to you about the 4 queries you see via the PM

Quote:

The MOD is using a different way of approaching the data it stores and the AJAX has its method to retrieve data, asynchronously. It only runs one query, the other three come from vBulletin's global.php and class_bbcode.php which are duplicated and does not actually run themselves again.
Now, go ahead and try the steps
- Go to Plugin Manager > DnP Custom News plugin, change Hook Location to forumhome_complete instead of global_start.

ctrlbrk 01-02-2010 05:09 AM

Excellent work, really looking forward to this.

Mike

Zi55 01-04-2010 01:35 AM

Hello Silvery ,
Thanks for your reply , what about vBSEO support ?
as if you put a long URL the hack won't save it , and if you put the default vBulletin URL , and then you have more then 10 news , when you go to the second page the URLS becomes not re-writed .
Thanks ,

Taurus1 01-15-2010 05:49 AM

How about that option to have the DNP control panel in the Moderators Control Panel??

Thanks!

Taurus1 01-30-2010 10:58 AM

I suppose not then....great support...thanks man!

silveryhat 02-05-2010 08:54 PM

Quote:

Originally Posted by Taurus1 (Post 1970384)
I suppose not then....great support...thanks man!

It will be included in next version ;)


Quote:

Originally Posted by Zi55 (Post 1946537)
Hello Silvery ,
Thanks for your reply , what about vBSEO support ?
as if you put a long URL the hack won't save it , and if you put the default vBulletin URL , and then you have more then 10 news , when you go to the second page the URLS becomes not re-writed .
Thanks ,

As I have replied on your PM

Quote:

vbSEO does not fully support AJAX, however if you worry about SEO, all search engines will see the rewrited URL since search engines does not execute javascript. I'll see what I can do to extend the URL length limitation by this weekend.

Frank Sinatra 02-12-2010 08:48 AM

Thanks, install and nominated

Great work !!

silveryhat 02-22-2010 07:13 AM

;) Thanks alot. Leave me know if you have any problem/feedback

kmohamed 03-01-2010 08:37 PM

hey i'm back
luv the mod

you may if i translated this mod to arabic ? need ur permission ?
is there any vb4 update version?

thanx man

Taurus1 03-29-2010 05:20 PM

Any update on getting the Control Panel in the Moderators Control Panel??

FitgirlWorld 04-07-2010 04:25 AM

does this work on 4.0?

Taurus1 04-17-2010 04:58 PM

And no support here either!

silveryhat 06-01-2010 10:31 PM

Quote:

Originally Posted by kmohamed (Post 1994732)
hey i'm back
luv the mod

you may if i translated this mod to arabic ? need ur permission ?
is there any vb4 update version?

thanx man

Quote:

Originally Posted by FitgirlWorld (Post 2017237)
does this work on 4.0?

I do think it is compatible with vb4.0, in fact no advanced vb3.0 modification would be compatible with vb4 at all. I'm unable to afford vb4 at the moment so I cannot develop MOD for it yet.

Quote:

Originally Posted by Taurus1 (Post 2012367)
Any update on getting the Control Panel in the Moderators Control Panel??

DnP was the one who's responsible for this project and unfortunately he has been caught up with many things recently. I'll put a reminder to him to finish it as soon as possible. And it'll be for the next version. Hopefully.

Taurus1 09-18-2010 12:59 PM

Still nothing here! I really need this for vb4. Will pay!

ajithkumarts 01-23-2011 12:18 PM

is it support 4.1...display an error message..."fetch_template() calls should be replaced by the vB_Template class. Template name: dnp_vba_news_output in [path]/includes/functions.php on line 4055"

SamirDarji 01-28-2011 08:44 AM

Mental note to look at later.

Erica1977 07-23-2011 04:09 AM

Ok does anyone have this working yet on 4.1.4 , if so can someone share thanks hoping the person as welll updates it for 4xx

Erica1977 08-11-2011 04:13 AM

Sorry to bump this Thread but does anyone got a fix for this yet for 4.1.5 vB i will pay if someone can help me get it to work on 4.1.5 vB Thanks!

moreilly 08-30-2011 04:11 PM

Downloaded and installed.

But I get this error after installation and then looking at my site.

Fatal error: Cannot redeclare fetch_tag_list() (previously declared in /home/design/public_html/includes/class_bbcode.php:2228) in /home/design/public_html/includes/class_bbcode.php on line 2482

Any suggestions?

I'm using vb version 3.8.5

Artes_Marciales 09-01-2011 09:05 AM

Uncached templates: dnp_vba_news_output (1) : S

billstelling 09-02-2011 02:09 PM

Just letting everyone know that TheBull over at Creativex got this mod working on vb4.1.5 but he won't share what he did to get it working. One of you all might have better luck getting the info out of him.
http://creativx.net/forums/
I'm pretty sure he won't help me out because I belong to a competing site http://virtualcustoms.net/ and there was a big rift over posting work from Virtual Customs on there site without permission and claiming it as there own, but I didn't follow it all that much so I don't really know. Needless to say when I asked him what he did to get it working he refused me and seemed to know exactly who I was. Said he knows how I feel about him and CreativeX even though I never got involved in the mess or said anything to or about them.
At any rate, someone here might have better luck with them, but don't count on it..


All times are GMT. The time now is 01:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01421 seconds
  • Memory Usage 1,829KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (20)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete