Search found 30 matches

by dbashyal
Mon May 13, 2013 9:02 pm
Forum: Marketing
Topic: Does Google Rob Small publishers?
Replies: 0
Views: 129463

Does Google Rob Small publishers?

Since last week there has been odd behavior on my adsense report. For example at 6pm income is $xx.xx but after an hour it's $0.0x What I am thinking is google adsense sends $100 coupon to attract advertisers. Google of course can't spend that from it's and share holder's pocket, so it registers as ...
by dbashyal
Sun Jul 17, 2011 11:50 am
Forum: Marketing
Topic: Social Media Marketing Through Twitter
Replies: 2
Views: 93116

Social Media Marketing Through Twitter

[p]Social Media Marketing is the manner that most savvy marketers deliver their message to voracious, ambitious viewers. Social media marketing is one of the simpler means to connect and become involved with your viewers. Twitter is a passionately prevalent micro blogging service. It includes writin...
by dbashyal
Tue Jul 12, 2011 9:20 pm
Forum: Marketing
Topic: Facebook Marketing Tips For Small Businesses
Replies: 0
Views: 57953

Facebook Marketing Tips For Small Businesses

[p]Facebook these days is the lord of the social networking websites and operates the largest people search engine on the internet with the highest growth rate. If you have developed a small business, one manner that you can constructattention in your enterprise and separate yourself from the local ...
by dbashyal
Wed Jul 28, 2010 9:28 am
Forum: Announcements
Topic: codefight cms 1.5 out now.
Replies: 0
Views: 152718

codefight cms 1.5 out now.

Version 1.5 of codefight cms is out now.
by dbashyal
Wed Jul 28, 2010 9:24 am
Forum: Bug Report
Topic: PHP error at home page (front end)
Replies: 2
Views: 245074

Re: PHP error at home page (front end)

try new version and let me know if it solved your issue. If not can you send me the url, so i can have a look at the issue.
by dbashyal
Sun Jul 04, 2010 5:23 pm
Forum: Announcements
Topic: Codefight CMS Version 1.4.2.6 based on Codeigniter 2.0
Replies: 0
Views: 44627

Codefight CMS Version 1.4.2.6 based on Codeigniter 2.0

Codefight CMSVersion 1.4.2.6 based on Codeigniter 2.0 This new version took a while to release. I would like to thank first to chaleswa, eowynx and shershen for great feedbacks. In this version I have added submitted form viewer. So, now when any form like contact us page is submitted, you can view...
by dbashyal
Mon Jun 28, 2010 9:04 pm
Forum: Bug Report
Topic: PHP error at home page (front end)
Replies: 2
Views: 245074

Re: PHP error at home page (front end)

You can add $reduce_space = false; somewhere at the beginning of the function to fix that issue.

Code: Select all

if(!is_array($this->menu) || empty($this->menu)) return FALSE;

//add this line.
$reduce_space = false;
app/frontend/libraries/Menu.php
by dbashyal
Mon Jun 28, 2010 3:42 pm
Forum: Bug Report
Topic: Problem editing admin user
Replies: 5
Views: 188508

Re: Problem editing admin user

admin and frontend have separate autoload.php

You added on admin, so it will be loaded on admin pages only.
by dbashyal
Sun Jun 27, 2010 7:50 pm
Forum: Bug Report
Topic: Problem editing admin user
Replies: 5
Views: 188508

Re: Problem editing admin user

That was CI 2.0 bug, which I didn't knew before as it was working fine in previous version and have fixed in new one, which is yet to release. It can be fixed by adding: $this->load->library('security'); to a page, or can be globally turned on at: app/admin/config $config['global_xss_filtering'] = T...
by dbashyal
Sun Jun 27, 2010 7:23 pm
Forum: Bug Report
Topic: Problem trying to create a page without a menu item/parent
Replies: 1
Views: 115635

Re: Problem trying to create a page without a menu item/pare

I never tried without associating page to a menu. That was my big mistake. Thanks for the great feedback. I really appreciate all your feedbacks I am receiving today.