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 - Google Adsense Privacy Policy (AJAX) (https://vborg.vbsupport.ru/showthread.php?t=222190)

TheSupportForum 09-01-2009 12:53 PM

Quote:

Originally Posted by zelnik (Post 1877744)
Thanks working now but suffers from the same problem as the other one from macro

https://vborg.vbsupport.ru/showpost....3&postcount=14

Could you fix this small bug please?

Thanks

this has been fixed

all you need to do is turn it on in admincp

zelnik 09-01-2009 12:59 PM

1 Attachment(s)
Quote:

Originally Posted by simonhind (Post 1877754)
this has been fixed

all you need to do is turn it on in admincp

Sorry you misunderstood.

The underscore continues from mod to privacy policy

It should look like "archive - top"

Serenity278 09-01-2009 01:27 PM

Quote:

Originally Posted by zelnik (Post 1877744)
Thanks working now but suffers from the same problem as the other one from macro

https://vborg.vbsupport.ru/showpost....3&postcount=14

Could you fix this small bug please?

Thanks

You know you can make it to where your style doesn't have underlines for the links. I have mine like that so it doesn't have that problem and I think it looks better like that anyways.

gorentals 09-01-2009 02:34 PM

Cool Mod. Installed but getting

Uncached templates: T4U_Temp (1)

and then when I am on the privacy page I get this at the bottom

Uncached templates: T4U_Temp (1)
Uncached templates: T4U_privacy (1)

How do I fix this?

Also it only shows up for myself and mods. Users can't see the link at all.

TheSupportForum 09-01-2009 03:48 PM

Quote:

Originally Posted by gorentals (Post 1877809)
Cool Mod. Installed but getting

Uncached templates: T4U_Temp (1)

and then when I am on the privacy page I get this at the bottom

Uncached templates: T4U_Temp (1)
Uncached templates: T4U_privacy (1)

How do I fix this?

Also it only shows up for myself and mods. Users can't see the link at all.

if you have vbseo installed this could be casuing the problem, you will need to contact them about this, this is also a problem with the following browsers

http://support.microsoft.com/kb/234067

please read REFERENCES SECTION

TheSupportForum 09-01-2009 04:56 PM

Quote:

Originally Posted by zelnik (Post 1877760)
Sorry you misunderstood.

The underscore continues from mod to privacy policy

It should look like "archive - top"

if you are getting this issue then its your footer template that is an issue
i currently have 1 issue with a custom template i am trying to sort out

Floris 09-01-2009 05:57 PM

He says, help contribute, because I am new to this .. basically.
Then later he says, if you can't get it to work, give me your login and I will install it for you. While .. it was a bug ..

Eh - no thanks. I will never share my admin rights with someone, especially, new to coding vb plugins. No offense, just posting this as a fair warning to others who participate in this thread.

That said, good start, and I will wait a bit longer before using this on my live site, so bugs can be fixed, etc.

Floris 09-01-2009 05:58 PM

Please learn vBulletin a bit more, uncached templates are your product problem, and has nothing to do with the link you provided or whatever.

Floris 09-01-2009 06:00 PM

Code:

define('THIS_SCRIPT', 'privacy');
This should be the filename, minus the .php

If your file is privacy_policy.php, then that should be

Code:

define('THIS_SCRIPT', 'privacy_policy');

Floris 09-01-2009 06:02 PM

In the footer of your php file you have this:

Code:

eval('print_output("' . fetch_template('T4U_privacy') . '");');
But in the header you have this:

Code:

$globaltemplates = array(
    'privacy',
);

Please make sure it is either one or the other.

Cache the right template, and name it correctly.

Important tip of a plugin release for the public: take your time to write it, test it, read through it, and get help during development.


All times are GMT. The time now is 02:07 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.01155 seconds
  • Memory Usage 1,740KB
  • 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
  • (4)bbcode_code_printable
  • (5)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
  • (10)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