vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Simple Ad Management (https://vborg.vbsupport.ru/showthread.php?t=165901)

KURTZ 04-24-2008 05:06 AM

Quote:

Originally Posted by siriuxs (Post 1497617)
I have upgrade my forum to 3.7 RC 4 and now the banner is not visualized... why???

you must reinstall the product ... anyway any news from Maestro? :mad:

towerhill 04-24-2008 09:05 AM

Did a search for "uncached template" on the forum as I was wondering the same thing myself.

Check out: https://vborg.vbsupport.ru/showthread.php?t=173660

It might help.

KURTZ 04-24-2008 09:30 AM

Quote:

Originally Posted by towerhill (Post 1497988)
Did a search for "uncached template" on the forum as I was wondering the same thing myself.

Check out: https://vborg.vbsupport.ru/showthread.php?t=173660

It might help.

thx, so how we can fixed our trouble?

KURTZ 04-24-2008 09:38 AM

just checked something ... it's really weird ...

after the update to RC4, just now i've uninstalled this hack, and activated the debug mode ... like you can see now i haven't any uncached templates ... BUT the templates of this hack still ' working' ...

budatalk 04-24-2008 01:00 PM

Works like a charm! Many thanks!

IvyKeepMommy 04-25-2008 01:13 PM

uninstalled since the template changes make the templates not revertible and are over written with each upgrade.

KURTZ 04-25-2008 01:26 PM

Ivy have you fixed the templates or not?

bpat1434 04-28-2008 07:07 PM

Installed on 3.7 RC3 and when I go to the simple ad management mod through the vB Options, I get the following in firebug:

Quote:

uncaught exception: [Exception... "Component returned failure code: 0x805e000a [nsIDOMHTMLFormElement.submit]" nsresult: "0x805e000a (<unknown>)" location: "JS frame :: http://www.roundcubeforum.net/adminc...ons.php?null=0 :: ondblclick :: line 1" data: no]

Line 0
After that, ALL vB admin options fail to work. It says it installs properly, so not sure what the issue is.

Also happens if I click the "edit" button after selecting the option. The only difference is the error. The double-click error happens cuz of the ajax; however, there is no content sent back to the browser if I get there without ajax.

So to summarize: Blank module page when I try to use this mod. The above error happens when I try to get to it via an AJAX double-click in the vB options menu. Any help would be appreciated.

MaestroX 04-30-2008 09:17 PM

Quote:

I do have 2 questions about this modifiction:

- Why are you distributing default templates in this modification? By doing this, you are overwriting the default vBulletin templates in the MASTER_STYLE, making it impossible to revert to the original templates, even after uninstalling this modification. Doing this is an absolute "Don't" in my view. On the other hand, this modification will probably stop working if any of the default templates used by this modification is ever updated in the default vBulletin package.
- Why are you processing only at the 'global_start' hook location? I strongly suggest to use more specific hook locations to avoid code being run on pages where they don't have any function. This is bad for performance.
This modification was made quickly at the request of a user back when vBulletin 3.7 was in its early release. I released it on the basis that it would help users, obviously erros have occured and I'm contemplating actions to revise this add-on when time allows it.

bpat1434 05-01-2008 03:08 AM

Quote:

Originally Posted by MaestroX (Post 1503882)
I'm contemplating actions to revise this add-on

So does that mean you may drop this addon all together? I'd much rather be able to manage my ads through one interface (if I can ever get it working) rather than editing all of my styles (and I only have 4 right now).

KURTZ 05-02-2008 08:01 PM

Maestro, what about the 'template' issue?

weitalia 05-08-2008 08:28 AM

why this clause:
<if condition="$show['guest']">
ad_banner
</if>

doesn't work? (all user, registered include, see the banner)

bpat1434 05-08-2008 01:24 PM

If you're using vB 3.7, I think it'd be better like this:

HTML Code:

<if condition="is_member_of($bbuserinfo, 1)">
  <!-- Advertisement -->
</if>


a2zwebs 05-08-2008 01:34 PM

I'm having a bit of difficulty trying to upload this xml file...

I was trying to do it within the admincp style upload/download area.

Is that the right place?

I got this error

"Invalid File Specified"

weitalia 05-08-2008 02:31 PM

Quote:

Originally Posted by bpat1434 (Post 1512664)
If you're using vB 3.7, I think it'd be better like this:

HTML Code:

<if condition="is_member_of($bbuserinfo, 1)">
  <!-- Advertisement -->
</if>


it doesn't work, i see the code and also when i'm logged in

a2zwebs 05-09-2008 03:37 PM

Quote:

Originally Posted by a2zwebs (Post 1512672)
I'm having a bit of difficulty trying to upload this xml file...

I was trying to do it within the admincp style upload/download area.

Is that the right place?

I got this error

"Invalid File Specified"

Can someone guide me here? When I try to upload the xml (as stated above) i get the "Invalid File Specified" error.

a2zwebs 05-09-2008 06:25 PM

Nevermind. I found it. :) In the Vbulletin Options menu.

rootnik 05-18-2008 09:02 PM

Re: ucached Templates after uninstall.

People who are having problems with uncached templates need to ad new templates to their styles via the style manager.

These are templates that come with vbulletin, and the author foolishly overwrote them instead of using replacement methods. This is a bad habit to get into, because of the problem people are having right now. For each template that is overwritten it ads an extra database query after you uninstall because vbulletin is looking for a template that is not there.

I would no recommend installing this mod until the author corrects this problem.

nene94 05-21-2008 06:41 PM

thanks

raman911 06-11-2008 10:08 PM

i just installed plugin but don't know how to add ads

Ohiosweetheart 06-12-2008 12:57 PM

I was thinking of using this, but after reading about the issues users are having, and lack of support for this "supported" modification, I think not.

Sushubh 06-12-2008 06:41 PM

Quote:

Originally Posted by weitalia (Post 1512721)
it doesn't work, i see the code and also when i'm logged in

does not work for me too.

i know this add-on is not advised for usage. but i like it and it works for me! i am looking for a solution. :)

srkrocks 06-26-2008 03:13 PM

I tried in my skin..doesn't work :S Any Help¿

giraffesyo 06-29-2008 09:37 AM

Nice.

Can you add left sidebar, right sidebar options?

spitb19 06-29-2008 03:25 PM

Don't work with vbb 3.7.2 :(

Sushubh 06-29-2008 03:42 PM

oh damn. that means i am stuck in a bad situation now!

vwdforum 07-18-2008 08:20 PM

is this mod no more?

RvG2 08-17-2008 04:54 PM

this mod has a bad un-installation. :( not a good mod... sorry.

RvG2 08-18-2008 06:11 PM

how to un-install this mod without leaving un-cached templates???


All times are GMT. The time now is 08:39 AM.

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.01408 seconds
  • Memory Usage 1,781KB
  • 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
  • (2)bbcode_html_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (29)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