Skocz do zawartości
"Idzie nowe..." - o zmianach i nie tylko ×
Przeniesienie zakupów z IPS Marketplace / Moving bought items from IPS Marketplace ×

Rekomendowane odpowiedzi

Opublikowano

Mam "mały" problem z (NG30) Google Adsense v1.2.0 i (NG30) Google Ads In Topic View v1.0.1

Nie wiem co jest ale po prostu nic nie ma.

Ustawiłem chyba wszystko dobrze (póki co dla testów wyświetlanie tylko dla adminów), włączyłem wyświetlanie w każdym możliwym miejscu i hook'a tak jakby nie było.

Nie widać żadnych śladów po nim. Żadnej ramki, nic nawet jak wezmę wyświetlanie dla wszystkich użytkowników.

Próbowałem innych przeglądarek, inne style, zalogowany/niezalogowany i zero.

Nawet jakbym złe kody podał to raczej by się wyświetlało. (ręcznie wprowadzony kod w "Custom Sidebar Blocks" wyświetla się).

["ng30_gadst_on"]=>
string(1) "1"
["ng30_gadst_title"]=>
string(10) "Google Ads"
["ng30_gadst_location"]=>
string(1) "3"
["ng30_gadst_wrap_ad_1"]=>
string(1) "1"
["ng30_gadst_wrap_ad_2"]=>
string(1) "1"
["ng30_gadst_group_perms"]=>
string(1) "4"
["ng30_gadst_pub_id"]=>
string(20) "pub-9874112394167941"
["ng30_gadst_format"]=>
string(1) "2"
["ng30_gadst_type"]=>
string(1) "3"
["ng30_gadst_channel"]=>
string(0) ""
["ng30_gadst_color_border"]=>
string(7) "#DFE6EF"
["ng30_gadst_color_bg"]=>
string(7) "#DFE6EF"
["ng30_gadst_color_link"]=>
string(7) "#DFE6EF"
["ng30_gadst_color_text"]=>
string(7) "#000000"
["ng30_gadst_color_url"]=>
string(7) "#000000"
["ng30_gadst_ad_slot_number"]=>
string(10) "3166572914"
["ng30_gads_above_cats"]=>
string(1) "1"
["ng30_gads_ad_slot_vertical"]=>
string(10) "8670374373"
["ng30_gads_ad_slot_horizontal"]=>
string(10) "3166572914"
["ng30_gads_color_url"]=>
string(7) "#000000"
["ng30_gads_title_no_show"]=>
string(1) "1"
["ng30_gads_format_horzontal"]=>
string(1) "2"
["ng30_gads_color_text"]=>
string(7) "#000000"
["ng30_gads_color_link"]=>
string(7) "#DFE6EF"
["ng30_gads_color_bg"]=>
string(7) "#DFE6EF"
["ng30_gads_color_border"]=>
string(7) "#DFE6EF"
["ng30_gads_channel"]=>
string(0) ""
["ng30_gads_type"]=>
string(1) "3"
["ng30_gads_format"]=>
string(1) "4"
["ng30_gads_pub_id"]=>
string(20) "pub-9874112394167941"
["ng30_gads_group_perms"]=>
string(1) "4"
["ng30_gads_title_image_url"]=>
string(57) "http://amxx.pl/public/style_images/master/comment_new.png"
["ng30_gads_title_show_image"]=>
string(1) "1"
["ng30_gads_on"]=>
string(1) "1"
["ng30_gads_title"]=>
string(10) "Google Ads"
["ng30_gads_below_cats"]=>
string(1) "1"

W cache/skin_cache/cacheid_*/skin_boards.php hook jest:

/* -- hookGoogleAds --*/
function hookGoogleAds() {
$IPBHTML = "";
$IPBHTML .= "<div class='general_box alt clearfix' id='hook_googleads'>
	" . (($this->settings['ng30_gads_title_no_show'] == 1) ? ("<h3>" . (($this->settings['ng30_gads_title_show_image'] == 1) ? ("<img src='{$this->settings['ng30_gads_title_image_url']}' title='{$this->lang->words['icon']}' /> ") : ("")) . "{$this->settings['ng30_gads_title']}</h3>") : ("")) . "
<div class='recent_activity' align='center'>
	<script type=\"text/javascript\">
	<!--
	google_ad_client = \"{$this->settings['ng30_gads_pub_id']}\";
	google_ad_slot = \"{$this->settings['ng30_gads_ad_slot_vertical']}\";
" . (($this->settings['ng30_gads_format'] == 1) ? ("
	google_ad_width = \"125\";
	google_ad_height = \"125\";
	google_ad_format = \"125x125_as\";
") : ("")) . "
" . (($this->settings['ng30_gads_format'] == 2) ? ("
	google_ad_width = \"180\";
	google_ad_height = \"150\";
	google_ad_format = \"180x150_as\";
") : ("")) . "
" . (($this->settings['ng30_gads_format'] == 3) ? ("
	google_ad_width = \"120\";
	google_ad_height = \"240\";
	google_ad_format = \"120x240_as\";
") : ("")) . "
" . (($this->settings['ng30_gads_format'] == 4) ? ("
	google_ad_width = \"120\";
	google_ad_height = \"600\";
	google_ad_format = \"120x600_as\";
") : ("")) . "
" . (($this->settings['ng30_gads_format'] == 5) ? ("
	google_ad_width = \"160\";
	google_ad_height = \"600\";
	google_ad_format = \"160x600_as\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 1) ? ("
	google_ad_type = \"text\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 2) ? ("
	google_ad_type = \"image\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 3) ? ("
	google_ad_type = \"text_image\";
") : ("")) . "
	google_ad_channel =\"{$this->settings['ng30_gads_channel']}\";
	google_color_border = \"{$this->settings['ng30_gads_color_border']}\";
	google_color_bg = \"{$this->settings['ng30_gads_color_bg']}\";
	google_color_link = \"{$this->settings['ng30_gads_color_link']}\";
	google_color_text = \"{$this->settings['ng30_gads_color_text']}\";
	google_color_url = \"{$this->settings['ng30_gads_color_url']}\";
	// -->
	</script>
	<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>
</div>
</div>";
return $IPBHTML;
}

/* -- hookGoogleAds2 --*/
function hookGoogleAds2() {
$IPBHTML = "";
$IPBHTML .= "<div align=\"center\">
	<script type=\"text/javascript\">
	<!--
	google_ad_client = \"{$this->settings['ng30_gads_pub_id']}\";
	google_ad_slot = \"{$this->settings['ng30_gads_ad_slot_horizontal']}\";
" . (($this->settings['ng30_gads_format_horizontal'] == 1) ? ("
	google_ad_width = \"234\";
	google_ad_height = \"60\";
") : ("")) . "
" . (($this->settings['ng30_gads_format_horizontal'] == 2) ? ("
	google_ad_width = \"468\";
	google_ad_height = \"60\";
") : ("")) . "
" . (($this->settings['ng30_gads_format_horizontal'] == 3) ? ("
	google_ad_width = \"728\";
	google_ad_height = \"90\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 1) ? ("
	google_ad_type = \"text\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 2) ? ("
	google_ad_type = \"image\";
") : ("")) . "
" . (($this->settings['ng30_gads_type'] == 3) ? ("
	google_ad_type = \"text_image\";
") : ("")) . "
	google_ad_channel =\"{$this->settings['ng30_gads_channel']}\";
	google_color_border = \"{$this->settings['ng30_gads_color_border']}\";
	google_color_bg = \"{$this->settings['ng30_gads_color_bg']}\";
	google_color_link = \"{$this->settings['ng30_gads_color_link']}\";
	google_color_text = \"{$this->settings['ng30_gads_color_text']}\";
	google_color_url = \"{$this->settings['ng30_gads_color_url']}\";
	// -->
	</script>
	<script type=\"text/javascript\" src=\"http://pagead2.googlesyndication.com/pagead/show_ads.js\"></script>
</div>";
return $IPBHTML;
}

Więc już pogubiłem się i nie wiem ocb.

Opublikowano

Nie wiem jak to możliwe że te hooki jeszcze się trzymały w necie.

Jest w nim trochę literówek typu ng30_gads_format_horzontal zamiast ng30_gads_format_horizontal, nazwy klas są po części jakby z innych wersji, np jest:

<hook_classname>boardIndexGoogleAdsense2</hook_classname>

a potem:

class boardGoogleAds2

itp

W załącznikach daje wersje poprawione, działające.

Jeżeli niepotrzebnie to można usunąć.

A temat do zamknięcia.

(NG30) Google Ads In Topic View v1.0.1.zip

(NG30) Google Adsense v1.2.0.zip

  • Manager
Opublikowano

Problem ROZWIĄZANY. Jeśli są jakiekolwiek wątpliwości, pytania proszę o założenie nowego tematu.

Wszelkie uzasadnione reklamacje/pretensje/sugestie/rady przyjmuje ekipa forum.

intermedia - profesjonalne rozwiązania Invision Power Board

---

Chcesz uzyskać szybko i sprawnie pomoc? Uzupełnij wersję i adres w profilu.

Gość
Ten temat został zamknięty. Brak możliwości dodania odpowiedzi.
  • Ostatnio przeglądający   0 użytkowników

    • Brak zarejestrowanych użytkowników przeglądających tę stronę.
×
×
  • Dodaj nową pozycję...

Powiadomienie o plikach cookie

Umieściliśmy na Twoim urządzeniu pliki cookie, aby pomóc Ci usprawnić przeglądanie strony. Możesz dostosować ustawienia plików cookie, w przeciwnym wypadku zakładamy, że wyrażasz na to zgodę.