GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   [UPDATED] Link Submission WordPress Theme (https://gfy.com/showthread.php?t=1068772)

fris 05-20-2012 08:51 PM

[UPDATED] Link Submission WordPress Theme
 
for those of you who downloaded it, I made a few changes over the days.

live demo site:

http://hotlinkers.com

changelog as seen below

Quote:

Links 1.0.4, 2012-05-20
------------------------
- Added 1,2,3,4 Ajax Pagination
- Removed Ajax More

Links 1.0.3, 2012-05-19
------------------------
- Added Advanced Tag Search page
- Added .html extension for Categories /category/code.html
- Added Proper Titles for each page (about,archives,etc)
- Added Link Count for Categories
- Added Link Count for Tags
- Added Total Links and Pending Counts
- Modified All Queries for Performance
- Removed Github Updater (sorry to much of a pain)

Links 1.0.2, 2012-05-13
------------------------
- Added 404 Page
- Added Tag Archive Page
- Added Pretty Tag Urls /tag/tagname.html
- Added .html extension for Pages

Links 1.0.1, 2012-05-12
------------------------
- Added Category Archives
- Added No Results Search Check, with Alternate Links
- Added Bold Search Results
- Added Capital Case for Words

Links 1.0, 2012-05-11
------------------------
- Initial release

AllAboutCams 05-20-2012 09:25 PM

when i update the site from the backend it gives this error
An error occurred while updating Hot Linkers POC: Update package not available..

anexsia 05-20-2012 09:28 PM

Thanks fris!

fris 05-25-2012 05:54 PM

updated :thumbsup

Quote:


Links 1.0.8, 2012-05-25
------------------------
- Added shift+s shortcut for search

Links 1.0.7, 2012-05-24
------------------------
- Improved Search Box

Links 1.0.6, 2012-05-22
------------------------
- Fixed Proper Archive Order
- Fixed Height Issue with Archive Page
- Changed from Random to Recent Listings

Added Open New Window for Links

Links 1.0.5, 2012-05-21
------------------------
- Added Open New Window for Links

Links 1.0.4, 2012-05-20
------------------------
- Added 1,2,3,4 Ajax Pagination
- Removed Ajax More

Links 1.0.3, 2012-05-19
------------------------
- Added Advanced Tag Search page
- Added .html extension for Categories /category/code.html
- Added Proper Titles for each page (about,archives,etc)
- Added Link Count for Categories
- Added Link Count for Tags
- Added Total Links and Pending Counts
- Modified All Queries for Performance
- Removed Github Updater (sorry to much of a pain)

Links 1.0.2, 2012-05-13
------------------------
- Added 404 Page
- Added Tag Archive Page
- Added Pretty Tag Urls /tag/tagname.html
- Added .html extension for Pages

Links 1.0.1, 2012-05-12
------------------------
- Added Category Archives
- Added No Results Search Check, with Alternate Links
- Added Bold Search Results
- Added Capital Case for Words

Links 1.0, 2012-05-11
------------------------
- Initial release

NBHNC 05-25-2012 06:37 PM

where to dl?

fris 05-25-2012 06:45 PM

Quote:

Originally Posted by NBHNC (Post 18965689)
where to dl?

http://github.com/chrismccoy/links

Failed 05-25-2012 07:27 PM

Thanks for this Fris. I think the only thing that may be missing is an up and down vote option.

SOURFEET 05-25-2012 08:57 PM

Thanks fris.

fris 05-25-2012 09:53 PM

Quote:

Originally Posted by Failed (Post 18965736)
Thanks for this Fris. I think the only thing that may be missing is an up and down vote option.

ill put it in for the next release

Failed 05-26-2012 04:45 AM

Quote:

Originally Posted by fris (Post 18965851)
ill put it in for the next release

:thumbsup Very cool. Thanks again!

globofun 05-26-2012 01:01 PM

Is there a way of having a slider added and a sidebar?

fris 05-26-2012 02:12 PM

Quote:

Originally Posted by globofun (Post 18966641)
Is there a way of having a slider added and a sidebar?

slider with what content?

globofun 05-26-2012 06:10 PM

Quote:

Originally Posted by fris (Post 18966700)
slider with what content?

I would use the theme as a link dump and have a slider at the top with sponsors pictures sending the surfer to the tour of the best converting sites...... good or not? :upsidedow

fris 05-26-2012 06:38 PM

Quote:

Originally Posted by globofun (Post 18966843)
I would use the theme as a link dump and have a slider at the top with sponsors pictures sending the surfer to the tour of the best converting sites...... good or not? :upsidedow

ya that would be easy to do.

fris 06-04-2012 03:32 PM

added a few features plus changed the design around a bit.

everything is css, except logo, i will provide psd when i update the code on github

http://i.imgur.com/lThfD.png

http://i.imgur.com/9GXth.png

st0ned 06-04-2012 04:30 PM

Quote:

Originally Posted by fris (Post 18986139)
added a few features plus changed the design around a bit.

everything is css, except logo, i will provide psd when i update the code on github

http://i.imgur.com/lThfD.png

http://i.imgur.com/9GXth.png

The new design looks dope! Keep us updated.

I will definitely put that to use.

:thumbsup

geedub 06-04-2012 04:34 PM

The Pretty Link guys sent me this, it will echo the hits to the pretty links to have an actual hits counter. I edited 1 line, hope the syntax is still legit, it works regardless :1orglaugh

PHP Code:

<!-- SHOW PRETTY LINK HITS -->
<?php
global $prli_link;
$myID get_post_meta(get_the_ID(), '_pretty-link'true);
if(
$myID)
{
  
$data $prli_link->getOne($myIDOBJECTtrue);
  echo 
$data->clicks.' Views';
}
?>
<!-- END SHOW PRETTY LINK HITS -->


fris 06-04-2012 04:39 PM

Quote:

Originally Posted by geedub (Post 18986239)
The Pretty Link guys sent me this, it will echo the hits to the pretty links to have an actual hits counter. I edited 1 line, hope the syntax is still legit, it works regardless :1orglaugh

PHP Code:

<!-- SHOW PRETTY LINK HITS -->
<?php
global $prli_link;
$myID get_post_meta(get_the_ID(), '_pretty-link'true);
if(
$myID)
{
  
$data $prli_link->getOne($myIDOBJECTtrue);
  echo 
$data->clicks.' Views';
}
?>
<!-- END SHOW PRETTY LINK HITS -->


thanks i will update the code with this. i was only doing random click counts until i had time to put the real ones in.

Freaky_Akula 06-05-2012 08:08 AM

:thumbsup:thumbsup

djroof 06-05-2012 08:34 AM

thankssssssssss

fris 06-05-2012 08:43 AM

gonna upload the new theme under a different repo name incase people wanna keep the simple layout.

Strickie 06-05-2012 08:51 AM

Looks cool, thanks!

st0ned 06-05-2012 10:58 AM

Quote:

Originally Posted by fris (Post 18987239)
gonna upload the new theme under a different repo name incase people wanna keep the simple layout.

Sweet. I am keeping my eye out for the release. :thumbsup

Failed 06-05-2012 12:38 PM

Hey Fris, did pretty links pro come with the package you sold? I've looked through but didn't see it, unless I missed it, there were a lot of plugins. Just checking, as I'm trying to get this up and running on a site.

Thanks.

fris 06-05-2012 02:59 PM

Quote:

Originally Posted by Failed (Post 18987793)
Hey Fris, did pretty links pro come with the package you sold? I've looked through but didn't see it, unless I missed it, there were a lot of plugins. Just checking, as I'm trying to get this up and running on a site.

Thanks.

hit me up for this.

also i updated both the mininal and new design on github, i kept them seperate for those who still want the minimal design.

minimal

http://github.com/chrismccoy/links

new design

http://github.com/chrismccoy/hotlinkers

will be implementing an options panel next to add a few more features.

:thumbsup

rogueteens 06-05-2012 04:56 PM

was there a couple of premium plugins needed to run this before? are they still needed?

fris 06-05-2012 06:23 PM

Quote:

Originally Posted by rogueteens (Post 18988286)
was there a couple of premium plugins needed to run this before? are they still needed?

gravityforms for the link submit, and pretty links for short urls, i will be making that an option so you can turn off short urls, and i will be coding up a submit form without gravity forms.

rogueteens 06-05-2012 07:45 PM

are those plugins cheap? I dont fancy spending out to find i cannot use the theme for some reason or other (although it does look REALLY good!)

fris 12-07-2012 12:55 PM

New version out.

Quote:

Links 1.1, 2012-12-07
------------------------
- Added Email Domain Blacklist
- Improved Submission Limit System
- Improved Confirmation System
Code:

new Hot_Linkers_SubmissionLimit(array(
    'form_id' => 1,
    'limit' => 2,
    'time_period' => 60 * 60 * 24 * 1,
    'limit_message' => 'You are all maxed out! Try again tomorrow.',
    'limit_by' => 'ip',
    ));

Will limit the submissions to 2 per day.

I will be adding an options page to let you pick how many via that.

new design

https://github.com/chrismccoy/hotlinkers

simple css no image design

https://github.com/chrismccoy/links

also read form_fix.txt when updating.

Va2k 12-07-2012 02:16 PM

Hey Fris I'm having a brain fart, what is this script for if I may ask? I know for wp but what would say I would do with it? Thanks
Tom

VenusBlogger 12-07-2012 03:07 PM

Quote:

Originally Posted by Fungus (Post 19357648)
Hey Fris I'm having a brain fart, what is this script for if I may ask? I know for wp but what would say I would do with it? Thanks
Tom

Hello buddy, it's for submitting links, for example BLOG Links, similar to a dump list pages.

I plan to implement this for VenusBlogger webmasters soon, so they can submit their links to one of my sites and get some additional traffic. Either that, using FRIS system, or also im planning another system, where every time they make a new post, it propagates to a networks of other dump lists and they also get some traffic, which motives people to post more. Good stuff will only follow. :)

fris 12-07-2012 09:15 PM

Quote:

Originally Posted by VenusBlogger (Post 19357714)
Hello buddy, it's for submitting links, for example BLOG Links, similar to a dump list pages.

I plan to implement this for VenusBlogger webmasters soon, so they can submit their links to one of my sites and get some additional traffic. Either that, using FRIS system, or also im planning another system, where every time they make a new post, it propagates to a networks of other dump lists and they also get some traffic, which motives people to post more. Good stuff will only follow. :)

yep for submitting links.

was mainly used as a proof of concept piece, but wanted to make it public with more features.

Nicolas 12-07-2012 09:29 PM

:thumbsup

Va2k 12-08-2012 01:24 PM

Quote:

Originally Posted by VenusBlogger (Post 19357714)
Hello buddy, it's for submitting links, for example BLOG Links, similar to a dump list pages.

I plan to implement this for VenusBlogger webmasters soon, so they can submit their links to one of my sites and get some additional traffic. Either that, using FRIS system, or also im planning another system, where every time they make a new post, it propagates to a networks of other dump lists and they also get some traffic, which motives people to post more. Good stuff will only follow. :)

Thanks mate!!!!!!!!!!!!!!! :thumbsup

fris 12-08-2012 02:27 PM

Quote:

Originally Posted by Fungus (Post 19358839)
Thanks mate!!!!!!!!!!!!!!! :thumbsup

see the demo site to see it in action

http://hotlinkers.com

fris 12-26-2012 01:43 PM

Updated:

Quote:

Links 1.1, 2012-12-07
------------------------
- Added Email Domain Blacklist
- Improved Submission Limit System
- Improved Confirmation System

Links 1.0.8, 2012-05-25
------------------------
- Added shift+s shortcut for search

Links 1.0.7, 2012-05-24
------------------------
- Improved Search Box

Links 1.0.6, 2012-05-22
------------------------
- Fixed Proper Archive Order
- Fixed Height Issue with Archive Page
- Changed from Random to Recent Listings

Added Open New Window for Links

Links 1.0.5, 2012-05-21
------------------------
- Added Open New Window for Links

Links 1.0.4, 2012-05-20
------------------------
- Added 1,2,3,4 Ajax Pagination
- Removed Ajax More

Links 1.0.3, 2012-05-19
------------------------
- Added Advanced Tag Search page
- Added .html extension for Categories /category/code.html
- Added Proper Titles for each page (about,archives,etc)
- Added Link Count for Categories
- Added Link Count for Tags
- Added Total Links and Pending Counts
- Modified All Queries for Performance
- Removed Github Updater (sorry to much of a pain)

Links 1.0.2, 2012-05-13
------------------------
- Added 404 Page
- Added Tag Archive Page
- Added Pretty Tag Urls /tag/tagname.html
- Added .html extension for Pages

Links 1.0.1, 2012-05-12
------------------------
- Added Category Archives
- Added No Results Search Check, with Alternate Links
- Added Bold Search Results
- Added Capital Case for Words

Links 1.0, 2012-05-11
------------------------
- Initial release
links

orig clean no images version

https://github.com/chrismccoy/links

rebooted ver with a better design

https://github.com/chrismccoy/hotlinkers


All times are GMT -7. The time now is 08:49 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123