vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   vBadvanced CMPS (Content Management & Portal System) (https://vborg.vbsupport.ru/showthread.php?t=65797)

MRGTB 09-05-2005 04:10 PM

They have been down since about 3am UK Time yesterday.

ADM 09-05-2005 04:24 PM

Yeah I've got the same problem.. I hope it goes up quickly.

jaks 09-05-2005 04:24 PM

Thanks for the response bud. Kinda glad it's not just me but I hope everything is ok. :surprised:

By the way custom page content is what is normally used as the forums when you include VBa. It must be enabled if you are planning to add any modules to forums pages.

For Google adsense you should add the code to the bottom of the navbar template. That will give you ads on every page including the portal. If you want to add google to a module I believe you would need the standard template for a module and include the code where it says "add content here".
I use the first answer I gave. You can see it here http://www.askhow.net

If you need more help just let me know. The problem I'm having is a strange one but i have been running Vba for a while now.

Jaks

MRGTB 09-05-2005 04:40 PM

Quote:

Originally Posted by jaks
Thanks for the response bud. Kinda glad it's not just me but I hope everything is ok. :surprised:

By the way custom page content is what is normally used as the forums when you include VBa. It must be enabled if you are planning to add any modules to forums pages.

For Google adsense you should add the code to the bottom of the navbar template. That will give you ads on every page including the portal. If you want to add google to a module I believe you would need the standard template for a module and include the code where it says "add content here".
I use the first answer I gave. You can see it here http://www.askhow.net

If you need more help just let me know. The problem I'm having is a strange one but i have been running Vba for a while now.

Jaks

Do NOT add Google Adsence to either the Header or Footer. If you read Google Adsence AUP they say you are not allowed to display there banner on pages such as Registration Pages etc. By adding the adsence to your footer it will be displayed on the registration pages and other pages that google say in there AUP you are not allowed to do and will breach there rules. Thats why I removed mine from the footer and used a hack instead to just display it after the last thread on the forum, and also just on the portal page.

Go read there AUP small print and you will see what I mean. You don't want to make a bit off money from there banner, only for them to say you are in breach of there AUP by having dispklayed on a registration page and other pages that breach there adsence rules.

Here is the hack I used and then put the banner in the box: http://www.vbulletin.com/forum/showthread.php?t=123281

jaks 09-05-2005 04:48 PM

Well if you want to try to register on my site you will see the google ads are replaced on the reg page with a dhtml message so I think I'm alright there. You can use if statements to exclude the pages that will not comply with the AUP. Not a big issue.

Jaks

MRGTB 09-05-2005 04:52 PM

You should really read there AUP, becuase I'm not sure if the same went for members list pages, I do know there were other pages that putting the banner in the footer breached there agreement.

The footer is the best place to use it, but after reading there rules. I decided not to risk it, even though I see many other boards still doing it that way. Like I say better to read there AUP so you can see what exactly they don't allow. I only skipped through it, but read enough to decide in removing it from the footer.

To be honest the footer is kind of a bad place I think anyway. People tend to ignore banners in footers and headers. There too used to them being there on most sites. Take a look at a thread on my site and see how the banner is always displayed after the last post. You have a much better chance of it being clicked there as the thread is read.

jaks 09-05-2005 05:10 PM

Maybe this would be a good topic to start. I also use adsense at the end of the first post and it seems to be doing very well. With some tweaking to the Vb code the ads are definitely content related now. I guess the best thing to do is to contact them. They have already been to my site about 7 months ago because one of my over eagar moderators was asking people to click on the ads. That is a huge violation. They were very helpful pointing out all violations, gave me time to fix those issues and being under the nav was not one they pointed out. I don't think they are out to screw you, they want to make money like everyone else.

Thanks for the heads up though.
Jaks

jaks 09-05-2005 09:07 PM

I'm going to start a new topic for this subject since it one that should be discussed further.

Jaks

HO3R 09-14-2005 12:58 PM

Hi

I installed this portal and it really looks awesome
But i got one error and i really hope this one isnt managed before otherwise i'm sorry for remention it

When i use the module: Latest threads and i've edited it little, just the title of the module and some options. when admins check the page then there is no problem but when unregistered or regular members visit it, they get a database error and i receive this email:

Code:

Database error in vBulletin 3.0.7:

Invalid SQL:
                  SELECT
                 
                  thread.threadid, thread.title, thread.replycount, postusername, postuserid, thread.dateline AS postdateline, IF(views <= thread.replycount, thread.replycount+1, views) AS views, thread.lastposter, thread.lastpost, pollid
                 
                       
                        , post.pagetext AS preview
                       
                        FROM thread as thread
                       
                       
                        LEFT JOIN post AS post ON (post.postid = thread.firstpostid)
                        LEFT JOIN deletionlog AS deletionlog ON (thread.threadid = deletionlog.primaryid AND type = 'thread')
                       
                        WHERE open <> '10' AND thread.visible = 1 AND thread.forumid NOT IN(3,4,5,6,7,8,9,10,11,12,13,30,31,14,15,16,17,33,44,34,42,18,45,46,19,20,21,22,23,36,27,29,47,48,32,35,41,37,38,39,43,40,24,25,26) Array AND deletionlog.primaryid IS NULL
                        ORDER BY lastpost DESC
                        LIMIT 10
       
mysql error: You have an error in your SQL syntax near 'Array AND deletionlog.primaryid IS NULL
                        ORDER BY lastpost DESC
                        LIMIT 10
' at line 15

mysql error number: 1064

Anyone an idea what it is??
Hope someone can help


Greetz

Andreas 09-14-2005 01:02 PM

Code:

Array AND deletionlog.primaryid IS NULL
The Array is the Problem.


All times are GMT. The time now is 01:53 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.01293 seconds
  • Memory Usage 1,751KB
  • 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_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (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