Quote:
Originally Posted by AWJunkies
I didn't mean steal toolio I ment look at it and see what I ment by stats and what could be a future add on to this mod. No reason to be nasty. I am a programer as well and we all share and help eachother to make the best mods possible it has nothing to do with stealing and always give original coder credit. If you don't like the idea that is totaly understandable it is your mod and a GREAT mod at that no credit taken away. But for a business or commercial stand point without the stats it is useless. I have 25 websites and will use this mod on about 10 of them but rest are to commercial and need to record stats to show the clients. I client log in to check stats is a huge plus as well which would be a great add on.
|
Oh, I wasn't being rude! Nothing wrong with the idea, but I made it with Adsense in mind which has third party stats so it was never part of my intention. Lots of other advertisement providers do the same so it's not useless in that sense, although I appreciate it's not very helpful if you want to do your own. I guess it's possibility for the future, but for now it would require too much of a rewrite.
Quote:
Originally Posted by The Wedge
when you have ads after posts it kills the ability to click the users name and get the drop down for View Public Profile
Send a private message
Visit homepage!
Find More Posts by
Add to Your Buddy List
This happens on on the posts that appear just before the ad
|
I can't reproduce this, it works fine for me. Try checking the validity of your forum code (ads included) using this:
http://validator.w3.org
Quote:
Originally Posted by Michel Fortin
Hmmm, got this error message when trying to install the product...
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
### INSERT QUERY GENERATED BY fetch_query_sql() ###
INSERT INTO vb_plugin
(`active`, `executionorder`, `title`, `hookname`, `phpcode`, `product`)
VALUES
('1', '5', 'Postbit/Postbit_Legacy advertisement integrate', 'cache_templates', '\r\nif ($vbulletin->options[\'adintegrate_onoff\'])\r\n{\r\n if ($vbulletin->options[\'adintegrate_footer_onoff\'])\r\n {\r\n $adtemplates[] = \'footer_advertisement\';\r\n }\r\n \r\n if ($vbulletin->options[\'adintegrate_forumbit_onoff\'])\r\n {\r\n $adtemplates[] = \'forumbit_advertisement\';\r\n }\r\n \r\n if ($vbulletin->options[\'adintegrate_header_onoff\'])\r\n {\r\n $adtemplates[] = \'header_advertisement\';\r\n }\r\n \r\n if ($vbulletin->options[\'adintegrate_leftcolumn_onoff\'])\r\n {\r\n $adtemplates[] = \'leftcolumn_advertisement\';\r\n } \r\n \r\n if ($vbulletin->options[\'adintegrate_announcements_onoff\'] OR $vbulletin->options[\'adintegrate_pms_onoff\'] OR $vbulletin->options[\'adintegrate_posts_onoff\'])\r\n {\r\n if ($vbulletin->options[\'legacypostbit\'])\r\n { \r\n $adtemplates[] = \'postbit_legacy_advertisement\';\r\n }\r\n else\r\n {\r\n $adtemplates[] = \'postbit_advertisement\';\r\n }\r\n }\r\n \r\n if ($vbulletin->options[\'adintegrate_rightcolumn_onoff\'])\r\n {\r\n $adtemplates[] = \'rightcolumn_advertisement\';\r\n } \r\n \r\n if ($vbulletin->options[\'adintegrate_threadbit_onoff\'])\r\n {\r\n $adtemplates[] = \'threadbit_advertisement\';\r\n }\r\n \r\n if (count($adtemplates) > 0)\r\n {\r\n $globaltemplates = array_merge($globaltemplates, $adtemplates);\r\n }\r\n}\r\n', 'adintegrate_rt');
MySQL Error : Unknown column 'executionorder' in 'field list'
Error Number : 1054
Date : Wednesday, November 29th 2006 @ 12:15:35 AM
Script : http://www....
Referrer : http://www.....com/admincp/plugin.php?do=productadd
IP Address : 74.101.243.93
Username : Michel Fortin
Classname : vB_Database
|
That is a 3.5x forum. This is a 3.6x product. See my signature.