#1 (permalink)  
Old 11-06-2008, 04:35 PM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default Link Back Plugin for Deluxe

Automatically generates linkback code for all your listings, and displays a preview. Good for SEO and provides more links back to your site.

Plugin: Yes
Block: No
AddOn: No need code change in indexu files
Modification: No modification required
Title: Link Back plugin
Description: Automatically generates linkback code for all your listings
Version: 000.1
Compatibility: Will work on any version
Price: Free

DB Changes: No
Template changes: No
Code changes: No
Additional files: Yes
Installer included: No

Live Demo URL: http://www.articleconveyer.com
Support Site: http://www.nicecoder.com/community

Installation Guide: below
Screenshot: Yes

Before uploading to you plugins folder edit the linkback.php file and change the lines with "yoursite" and "my article site is great" to your needs.

The plugin uses the "hook_html_link_detail_after_link_detail" hook.

upload the folder "linkback" to the plugins directory.

make sure you have "hook_html_link_detail_after_link_detail" in your detail_link.html.

Enable the plugin in your admin back end
Attached Images
File Type: jpg 2linkback2.JPG (50.1 KB, 62 views)
Attached Files
File Type: zip linkback_plugin.zip (1.8 KB, 15 views)
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure



Last edited by echo@; 11-08-2008 at 01:58 PM.
Reply With Quote
  #2 (permalink)  
Old 11-06-2008, 05:03 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

Very nice, I'll test this out tonight.

So how was your first experience making a plugin?
Reply With Quote
  #3 (permalink)  
Old 11-06-2008, 05:46 PM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default

Code:
Content visible to License Owner only.
It was quite hard trying to understand the instructions in the guide as its baised on the feed back plugin and in pigeon english. This might seem like a easy example but most of the code in this plugin wasnt needed.
Im not a php programer but the example expects you to know what a "custom function" is. So i did some looking through the ifeedback plugin and worked it out.

It took about 3 hours to make the plugin and it worked first time,

I also needed to make <%$site_url%>,<%$detail_page_url%> and <%$title%> work from the plugin so i had to put some of browse.php in the file, in fact all the varibles from browse.php are in there.

If you could use an aditional example plugin that simply pulled up html would of made things easier. but then i guess people would use the indexu vars in this html <%$site_url%> <%$detail_page_url%>.

On the whole i expected it not to work and was supprised how easy it was
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure


Reply With Quote
  #4 (permalink)  
Old 11-07-2008, 12:39 AM
FSGDAG's Avatar
Moderator
 
Join Date: May 2007
Location: NJ, United States
Posts: 977
FSGDAG is on a distinguished road
Default

You did GREAT echo@!!! Thanks for the hard work and dedication!
__________________
FSGDAG | IndexU Hosting | Owner
Website | NiceCoder Script Hosting and More! | Blog
General Directory | Deep Links Directory | Bidding Directory
Reply With Quote
  #5 (permalink)  
Old 11-07-2008, 06:39 AM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default

Code:
Content visible to License Owner only.
I makes it all worth it with these comments

Thanks
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure


Reply With Quote
  #6 (permalink)  
Old 11-25-2008, 10:19 AM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default Anyone using this?

Did anyone use this plugin in the end?
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure


Reply With Quote
  #7 (permalink)  
Old 11-26-2008, 12:28 AM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

I'm using it on webcomicguide.com

I haven't implimented this elsewhere yet, but I plan to. It's going on my recipe site for sure.
Reply With Quote
  #8 (permalink)  
Old 11-26-2008, 04:07 AM
Registered User
 
Join Date: May 2006
Posts: 7
xmith is on a distinguished road
Default

echo@

How difficult is to make it work for categories (rather than detail level)?

The plugin make senses for an article directory but for URLs (my case) a link back to category would be better.
Reply With Quote
  #9 (permalink)  
Old 11-26-2008, 12:41 PM
Bruceper's Avatar
Nicecoder Team
 
Join Date: Jun 2002
Location: Winnipeg Canada
Posts: 4,008
Bruceper is on a distinguished road
Default

All you would need to do is change the hooks from the detail page to the browse page.
Reply With Quote
  #10 (permalink)  
Old 11-26-2008, 01:02 PM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default

Yes that will make it display on the browse pages but it wont actually give you a link back to the current category.

So untill indexu is able to return a url for the current category I guess the answer is no
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure


Reply With Quote
  #11 (permalink)  
Old 11-27-2008, 11:53 AM
Registered User
 
Join Date: Dec 2006
Posts: 11
ilcoici is on a distinguished road
Default

Can i use your plugin on indexu 5.4.1 ?

it's possible?

Thanks
Reply With Quote
  #12 (permalink)  
Old 11-27-2008, 12:08 PM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default

Yes but instead of a plugin you will have to create a block as 5.4.1 doesnt have plugin support

Then include the block within the detail_link.html.

So create a custom page , and clear out the contents then paste

Code:
Content visible to License Owner only.
( edit the Bold areas to your desires)

into the page and save , in this example ill call it linkback.html

Now find your detail_link.html file and include to your desired location the linkback file like so.

Code:
Content visible to License Owner only.
Browse your detail link
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure



Last edited by echo@; 11-27-2008 at 12:10 PM.
Reply With Quote
  #13 (permalink)  
Old 12-08-2008, 09:14 AM
echo@'s Avatar
Active Member
 
Join Date: Oct 2007
Location: UK Essex
Posts: 473
echo@ is on a distinguished road
Default Potm

Did this quallify as POTM?
__________________
____________________________
http://www.articleconveyer.com
Give Your Articles Exposure


Reply With Quote
  #14 (permalink)  
Old 12-08-2008, 05:43 PM
Registered User
 
Join Date: Mar 2008
Location: Rome, Italy
Posts: 57
Dr. Jekyll is on a distinguished road
Default

Code:
Content visible to License Owner only.
Reply With Quote
Reply

Tags
link back, plugin

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
New! Improved Link Validation Plugin mpdaddy Blocks and Modification 5 09-29-2008 10:19 PM
Back Link CEC Blocks and Modification 6 12-05-2006 03:17 AM
Link back to detail after new review manuel_pr v5.x 2 02-19-2005 11:33 AM
[OOT] I'm back. dody v5.x 4 01-31-2005 01:22 AM

HACKER SAFE certified sites prevent over 99.9% of hacker crime.

All times are GMT -5. The time now is 02:14 PM.


Powered by vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO
SSL Certificate