Article Manager v1.0
#1301
Posted 15 November 2009, 22:26
Is there a way to make a unique image appear per article in the upper left corner? Just like the thumbnails of the products would appear?
Thank you,
Jason
#1302
Posted 15 November 2009, 22:44
Thank you,
Jason
Edited by rustyclockwork, 15 November 2009, 22:45.
#1303
Posted 16 November 2009, 01:14
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1304
Posted 16 November 2009, 03:37
Darn, and I'm assuming it's a pretty big change in the code, not just a few minutes worth right? I'd definitely spend the time on it, if I knew what I was doing.
Really appreciate all the code support you have helped me out with over the past few weeks, I've got my new site almost back up and running again.
Jason
#1305
Posted 18 November 2009, 10:19
Is it possible to adjust
printer friendly newsdesk contribution
for Aricle manager to have printer friendly articles?
#1306
Posted 22 November 2009, 19:26
I just install Articles Manager V 1.57_3... However, when i go to the admin side and click on Articles Manager on the left hand side i get this error
1146 - Table 'secureseat.authors' doesn't exist
select count(*) as total from authors
[TEP STOP]
As my site is getting on now, i know i need to update the the newset version of Header Tags SEO but i just want to get these errors sorted first. (if i can)...
I am using MySQL 5.0.45 & PHP Version 5.1.6
Please help me out on this as i am lost...
Thanks all
#1307
Posted 22 November 2009, 19:38
SyCoDeath, on 22 November 2009, 19:26, said:
select count(*) as total from authors
[TEP STOP]
Edited by Jack_mcs, 22 November 2009, 19:38.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1308
Posted 22 November 2009, 19:44
This has been uploaded and all are showing in the PHP MyAdmin page...
That is what is confusing me so much...
Thanks
Craig
#1309
Posted 22 November 2009, 19:56
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_UPCOMING_ARTICLES' at line 1
select a.articles_id, a.articles_date_added, a.articles_date_available as date_expected, ad.articles_name, ad.articles_head_desc_tag, au.authors_id, au.authors_name, td.topics_id, td.topics_name from articles a, articles_to_topics a2t, topics_description td, authors au, articles_description ad where to_days(a.articles_date_available) > to_days(now()) and a.articles_id = a2t.articles_id and a2t.topics_id = td.topics_id and a.authors_id = au.authors_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1' order by date_expected limit MAX_DISPLAY_UPCOMING_ARTICLES
[TEP STOP]
Seems like i may have messed up somewhere but i did everything it told me to do...
#1310
Posted 22 November 2009, 20:31
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1311
Posted 22 November 2009, 20:41
Jack_mcs, on 22 November 2009, 20:31, said:
Can't be that, i only have one database...
Would it be because i do not have Header Tags Controller installed and need to figure out how to upgrade to Header Tags SEO (I hope that is an easy task, and not lose my ranking positions)
Thanks for your help... Much appreciated
#1312
Posted 23 November 2009, 01:12
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1313
Posted 24 November 2009, 17:38
My whole site, index, product_info etc all pick up the title/meta descriptions/keywords
But when I goto any article it's all missing, I've checked in my /admin/ and the topics/articles are putting the info into the sql database... but I just cant get the pages to come up with it
So I get the standard browser titles, "articles" "articles info" and my page source looks like the following :
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Articles </title>
<meta name="Description" content="" >
<meta name="Keywords" content="Articles " >
<meta name="googlebot" content="all" >
<meta name="robots" content="noodp" >
<meta name="slurp" content="noydir" >
<meta name="robots" content="index, follow" >
<link rel="canonical" href="http://mysite.com/articles.php" >
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" >
<!-- EOF: Header Tags SEO Generated Meta Tags -->
Any help would be extremely helpful
Thanks!!!
#1314
Posted 24 November 2009, 18:41
jay2k5, on 24 November 2009, 17:38, said:
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1315
Posted 25 November 2009, 04:34
I installl article manager into OSC,but awawys it doesn't work!
I test Article Manager from V1.0 to V1.57_3 on OSC 2.2RC2 and 2.2RC2a
Fatal error: Call to a member function add_current_page() on a non-object in E:\web\oscommerce-2.2rc2a\includes\application_top.php on line 312
The SEO Tages have installed before installing Article manager.
#1316
Posted 25 November 2009, 12:48
Edited by Jack_mcs, 25 November 2009, 12:49.
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1317
Posted 25 November 2009, 14:10
SyCoDeath, on 22 November 2009, 19:56, said:
1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'MAX_DISPLAY_UPCOMING_ARTICLES' at line 1
select a.articles_id, a.articles_date_added, a.articles_date_available as date_expected, ad.articles_name, ad.articles_head_desc_tag, au.authors_id, au.authors_name, td.topics_id, td.topics_name from articles a, articles_to_topics a2t, topics_description td, authors au, articles_description ad where to_days(a.articles_date_available) > to_days(now()) and a.articles_id = a2t.articles_id and a2t.topics_id = td.topics_id and a.authors_id = au.authors_id and a.articles_status = '1' and a.articles_id = ad.articles_id and ad.language_id = '1' and td.language_id = '1' order by date_expected limit MAX_DISPLAY_UPCOMING_ARTICLES
[TEP STOP]
Seems like i may have messed up somewhere but i did everything it told me to do...
#1318
Posted 26 November 2009, 07:55
Here is my Parameters, who can give me a big help to install Article Manager,Thanks very much.
Server OS: Windows 2003
Database: MySQL 5.0.51b-community-nt
HTTP Server: Apache/2.2.11 (Win32) PHP/5.2.6
PHP Version: 5.2.6 (Zend: 2.2.0)
Oscommerce Version: osCommerce Online Merchant v2.2 RC2a Released (latest)
Article Manager version: Article Manager v1.57_3
Header Tags SEO version: v3.1.8
1 steps, I install the latest v2.2 RC2a OSCommerce ----successful
2 Bucause it's clean store,so install Header tags SEO is very easy,upload the headertags_seo.sql via PHPADMIN, then copy all files to catalog --------successful,Admin cpanel no error.
3 No matter how install Article Manager v1.1 ,v1.56,v1.56v1,1.57,1.57_2,1.57_3...all of them were Failed.---------upload the article_manager_V_1.57.sql,copy all of the files under NEWFILE folder to catalog,
then
I copy all the files under ArticlesManager_1.57_3---catalog to website catalog
or fix it Shining on the readme.txt to do all give me many error..
PS: I can skillfully use Dreamweaver/Editplus/Emeditor, who use v2.2 rc2a version and successful installed article manager?
anyone can give a complete description?
Edited by jujumao, 26 November 2009, 08:07.
#1319
Posted 26 November 2009, 12:21
Most Important: Header Tags SEO - Ultimate SEO V 2.2d
All SEO Addons: Recommended SEO Addons
Support Links:
Finding relevant link exchanges - Headers Already Sent - What does it cost? -What's my version? - How to change titles? - Preventing HotLinking
#1320
Posted 26 November 2009, 12:59
Jack_mcs, on 26 November 2009, 12:21, said:
// include the articles functions
require(DIR_WS_FUNCTIONS . 'articles.php');
// calculate topic path
if (isset($HTTP_GET_VARS['tPath'])) {
$tPath = $HTTP_GET_VARS['tPath'];
} elseif (isset($HTTP_GET_VARS['articles_id']) && !isset($HTTP_GET_VARS['authors_id'])) {
$tPath = tep_get_article_path($HTTP_GET_VARS['articles_id']);
} else {
$tPath = '';
}
if (tep_not_null($tPath)) {
$tPath_array = tep_parse_topic_path($tPath);
$tPath = implode('_', $tPath_array);
$current_topic_id = $tPath_array[(sizeof($tPath_array)-1)];
} else {
$current_topic_id = 0;
}
if (isset($_GET['articles_id'])) {
$articlesPage = FILENAME_ARTICLE_INFO . "?articles_id=" . $_GET['articles_id'];
$pageTags_query = tep_db_query("select page_name, page_title from " . TABLE_HEADERTAGS . " where page_name like '" . $articlesPage . "' and language_id = '" . (int)$languages_id . "' LIMIT 1");
if (tep_db_num_rows($pageTags_query) == 1) {
$pageTags = tep_db_fetch_array($pageTags_query);
$breadcrumb->add('Articles', tep_href_link(FILENAME_ARTICLES));
$breadcrumb->add($pageTags['page_title'], tep_href_link($articlesPage));
}
}
before the last ?>
then I view my website,it's display follow
The connection was reset
The connection to the server was reset while the page was loading.
* The site could be temporarily unavailable or too busy. Try again in a few
moments.
* If you are unable to load any pages, check your computer's network
connection.
* If your computer or network is protected by a firewall or proxy, make sure
that Firefox is permitted to access the Web.
then I delete " require(DIR_WS_FUNCTIONS . 'articles.php'); " this line .it's can display the page with the error
Articles
Fatal error: Call to undefined function tep_has_topic_subtopics() in E:\web\oscommerce-2.2rc2a\catalog\includes\boxes\articles.php on line 41
Edited by jujumao, 26 November 2009, 13:06.














