Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How I can change Article Manager menu?


salam110

Recommended Posts

hi

I want change Article Manager menu!

1- I want delete "Articles by Author" box. how can I?

2- I want delete "New Articles" menu,too!

3- I want change "All Articles" menu to "All content".

Thanks.

:blink:

I Know how Can I create "news" & "mina" & "Artisan" by this add-on! ;)

U can see my site: :lol:

http://www.persianartisan.com

This site inauguration soon. :rolleyes:

Link to comment
Share on other sites

What this error means?

"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 378838 bytes) in /home/persiana/public_html/includes/boxes/articles.php on line 20"

 

this occur when i delete some categories and product. :blink:

http://www.persianartisan.com

Edited by salam110
Link to comment
Share on other sites

Removing menu options should be the reverse of the installtion instructions in the contribution documentation.

 

Renaming menu options will probably be in /includes/languages/english/article_manager.php. (The name should be in the contribution installation instructions).

 

I suspect you have an error in includes/boxes/articles.php, missing semi colon perhaps?

 

Have you edited this file?

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

Removing menu options should be the reverse of the installtion instructions in the contribution documentation.

Renaming menu options will probably be in /includes/languages/english/article_manager.php. (The name should be in the contribution installation instructions).

I can't find it!

 

I suspect you have an error in includes/boxes/articles.php, missing semi colon perhaps?

Have you edited this file?

No, I don't change this file, but after remove some of Categories and product this error occur!

Edited by salam110
Link to comment
Share on other sites

You can't find the contribution to get the installation instructions or can't find the file?

 

If the first go look in the contribution section, if the second the name was a swag and the hint "(The name should be in the contribution installation instructions)" needs to be used.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

You can't find the contribution to get the installation instructions or can't find the file?

If the first go look in the contribution section, if the second the name was a swag and the hint "(The name should be in the contribution installation instructions)" needs to be used.

I can't this file "article_manager.php". I use this "Article Manager v 1.5.6v1".

This doc is help of this contribution :

http://salam110.persiangig.ir/other/readme.txt

my website is down now!

Link to comment
Share on other sites

I delete this phrase "powered by oscommerce".

I do this because hacker can't reconnoiter my site and hack me.

Are I do a mistake or not? My website not ping! Are this foul of Gnu law?

Pls help me!

what are wrong? What is solution :huh: ?

Edited by salam110
Link to comment
Share on other sites

I delete this phrase "powered by oscommerce".

I do this because hacker can't reconnoiter my site and hack me.

Are I do a mistake or not? My website not ping! Are this foul of Gnu law?

Pls help me!

what are wrong? What is solution :huh: ?

 

It is Ok to remove powered by

 

The files you added are

 

article_info.php

articles.php

articles_new.php

article_reviews.php

article_reviews_info.php

article_reviews_write.php

article_rss.php

includes/article_header_tags.php

includes/boxes/articles.php

includes/boxes/authors.php

includes/functions/article_header_tags.php

includes/functions/articles.php

includes/functions/clean_html_comments.php

includes/languages/english/article_header_tags.php

includes/languages/english/article_info.php

includes/languages/english/article_reviews.php

includes/languages/english/article_reviews_info.php

includes/languages/english/article_reviews_write.php

includes/languages/english/article_rss.php

includes/languages/english/articles.php

includes/languages/english/articles_new.php

includes/modules/article_listing.php

includes/modules/articles_upcoming.php

includes/modules/articles_xsell.php

includes/modules/articles_pxsell.php (new since v1.5)

 

My first step would be to comment out the articles box from the left column, this will prove if it is code in the article manager or somewhere else in the site.

Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile

 

Virus Threat Scanner

My Contributions

Basic install answers.

Click here for Contributions / Add Ons.

UK your site.

Site Move.

Basic design info.

 

For links mentioned in old answers that are no longer here follow this link Useful Threads.

 

If this post was useful, click the Like This button over there ======>>>>>.

Link to comment
Share on other sites

What this error means?

"Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate 378838 bytes) in /home/persiana/public_html/includes/boxes/articles.php on line 20"

 

this occur when i delete some categories and product. :blink:

http://www.persianartisan.com

 

Hi, I'm not too sure but I think your error is PHP related, check the php.ini on the server if you have root access and adjust the appropriate line to allow more memory.

 

Lines like this under resource limits:

 

max_execution_time = 60	; Maximum execution time of each script, in seconds
max_input_time = 60; Maximum amount of time each script may spend parsing request data
memory_limit = 32M	 ; Maximum amount of memory a script may consume (16MB)

Link to comment
Share on other sites

Hi, I'm not too sure but I think your error is PHP related, check the php.ini on the server if you have root access and adjust the appropriate line to allow more memory.

 

Lines like this under resource limits:

 

max_execution_time = 60; Maximum execution time of each script, in seconds
max_input_time = 60; Maximum amount of time each script may spend parsing request data
memory_limit = 32M	; Maximum amount of memory a script may consume (16MB)

 

I have access to .htaccess file,but i don't know how change it. Admin of my host tell me i can change .htaccess then change php.ini automaticly.How i can change .htaccess file?

Link to comment
Share on other sites

  • 3 weeks later...
I have access to .htaccess file,but i don't know how change it. Admin of my host tell me i can change .htaccess then change php.ini automaticly.How i can change .htaccess file to this.

What is the code For .htaccess file?

 

I Change .htaccess file by this : "php_value memory_limit 16M" or "php_value memory_limit 32M" or "# php_value memory_limit 16M" or "# php_value memory_limit 16M" but error is be.

This is now "php_value memory_limit 32M" but error is be.

Link to comment
Share on other sites

  • 4 weeks later...

hi

 

i see that you PM me. However I'm not sure what you asking for.

 

I'm not a programmer however I'll try to help. You might like to explain further more

 

Thanks

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...