Andy Bell outlines new CSS functionality in Smashing Magazine.
-
Version
1.6.2 -
Type
Plugins -
Documentation
-
Elsewhere
EE Forums thread
Devot-ee page
Kick Awesome Show #1 by fortyseven media -
Download
Sometimes a site needs more access to next and previous entries than ExpressionEngine’s built-in next/previous tags provide.
With the Nearby Entries plugin, you can display not just one but any number of next and previous links. Order them not only chronologically by entry date but by any column in the exp_channel_titles table, such as edit date, expiration date, entry id or title. Filter them using standard channel:entries parameters such as status, category and author (search by custom fields coming soon). And display their custom fields.
For more information, see the docs.
Nearby Entries is now free and released under the GPL license.
ExpressionEngine Forums threads where Nearby Entries is mentioned as a solution:
How to construct a URL to the entry before most recent?
Documentation
Mon 18 Jan ’10
4:53pm
Adam Khan
Excellent, post here if any problems. Remember the debug=“y” parameter can be helpful if you’re not getting the results you expect.
Mon 18 Jan ’10
5:51pm
Adam Khan
My mistake, the reason the author_id parameter wasn’t documented is because it wasn’t there. Now added in v1.0.3.
Mon 18 Jan ’10
9:11pm
Terry Evans
This extension loolks really great.
Say I have a weblog and I want to show the next previous entries of only the currently viewed weblog entry’s author. Is it possible to filter entries by author?
Mon 18 Jan ’10
9:39pm
Terry Evans
Awesome. This solves a major hurdle for me. Sending $$ to you today.
Thu 21 Jan ’10
2:53am
Steve Hurst
It figures, I just solved this issue with custom query tags… where were you a month ago? :)
Fri 29 Jan ’10
9:45am
shine
Hi Adam,
Using the above example returns:
Notice: Undefined variable: output in /home/club/public_html/admin/plugins/pi.nearby_entries.php on line 364
Notice: Undefined variable: output in /home/club/public_html/admin/plugins/pi.nearby_entries.php on line 364
I have enabled php for the template. I am basically trying to use the plugin to mimic something textpattern or wordpress does out of the box whereby you can link to next and previous entries in the same weblog.
e.g. http://www.opensourcecms.com/demo/1/85/Textpattern demo showing linking to next and previous at the bottom.
Any help would be great. Cheers!
Shine
Fri 29 Jan ’10
3:01pm
Adam Khan
Shine,
I’ve updated to v1.0.4 so that there won’t be a PHP notice from if the $output variable never gets defined.
A couple of things: are you sure you even need this plugin? If you just need a simple single next and previous from the same weblog, EE’s own built-in next and previous tags should be fine.
If you’re not getting any output at all, try the debug=“yes” parameter and see what it tells you.
Fri 29 Jan ’10
3:40pm
shine
Adam thanks for you quick response and fix.
I have looked at the built-in ee next and previous tags over at http://expressionengine.com/docs/modules/weblog/entry_linking.html
I was unaware I could do what I wanted with the built-in tags because I was not getting any output.
For example I have a weblog called spring collection. I then have for example 10 entries called tops, jeans, shoes etc etc.
I simply want the user to land on the page and view the latest entry and then have a button to have a link to the next and previous entries within the same weblog.
I assumed that your plugin was necessary to get this working.
Just will have to play about with both options to see if I can execute what I want.
Thanks once again.
Shine
Tue 23 Feb ’10
8:01pm
Tyler
I have just set the this_weblog (text) and this_urltitle (segment var) but still get no output. I have set debug to “yes” and I get this
Method: prev
This entry ID:
Prelim query:
Raw results: Array
Fields SQL:
Nearby Entries errors:
If there’s no entry_id there must be both a url_title and a weblog_name.
It looks like its not pulling the url_title / weblog to determine which entry it should be. Please help. Thanks!
Tue 23 Feb ’10
11:33pm
Adam Khan
Tyler, you’re right, it’s a bug introduced with v1.1, making the plugin compatible with both EE v1 and v2. Try the new version, v1.1.1, that should address the problem. (Good to see the debug option in use!)
Tue 23 Feb ’10
11:43pm
Tyler
Now were talking! Does exactly what I want. Brilliant plug-in!
Tue 23 Feb ’10
11:50pm
Adam Khan
Thanks, Tyler, pleased to hear it.
Tue 23 Feb ’10
11:58pm
Tyler
Using it with Low Seg2Cat to completely free up the URL structure in EE.
Wed 24 Feb ’10
9:37am
Adam Khan
> Using it with Low Seg2Cat to completely free up the URL structure in EE.
Crazy sh*t. Would be interesting to see an article on this.
Sun 28 Feb ’10
11:55pm
trif3cta
Fantastic plugin idea, although I’m having the same issue that Tyler was. I’m using 1.1.1.
I’m providing this_urltitle=’{segment_x}’ and this_weblog=‘channel_name’ in debug mode and getting back:
If there’s no entry_id there must be both a url_title and a weblog_name.
Thanks for the help.
@Tyler - pls do share, that sounds wicked.
Mon 1 Mar ’10
9:22am
Adam Khan
trif3cta, are you using Multiple Site Manager?
Mon 1 Mar ’10
3:16pm
trif3cta
Nope. My setup is like so:
/staff/profile/name
Name (segment 3) is what I want to key off, and I have a channel called staff. So this_urltitle=”{segment_3}” this_weblog=“staff” gives me the error.
The entry ID method returns the right data, however it’s not what I need in this particular case.
Thanks so much for the help.
Mon 1 Mar ’10
5:59pm
Adam Khan
trif3cta, it wasn’t working in EEv2. Try downloading v1.1.2.
Mon 1 Mar ’10
7:59pm
trif3cta
Thanks Adam, that seemed to fix it.
For some reason I can’t run both functions in the same template, whichever one listed first outputs the results of the query and the other one is blank (or in debug mode, it gives the (If there’s no entry….).
Forgive me if I’m being dense.
Mon 1 Mar ’10
8:58pm
Adam Khan
trif3cta, the density is all mine. Fixed in v1.1.3…
Tue 2 Mar ’10
2:42am
trif3cta
Works like a charm. Gracias.
Thu 1 Apr ’10
6:03am
vinay
I am not able to sort the entries in
{exp:nearby_entries:next this_urltitle=”{segment_3}” this_weblog=“photos” debug=“n” limit=“5” orderby=“entry_id” sort=“desc”}
The output entries always gets sorted in “ASC” rather than what i specified. Anyway to solve this?
Thu 1 Apr ’10
6:06am
vinay
Actually when i use sort=“asc” in next loop, i get very weird results… very random entries…
Thu 1 Apr ’10
10:23am
Adam Khan
Thanks for trying the plugin, vinay. I’m taking a look now at the problem…
Thu 1 Apr ’10
11:09am
Adam Khan
Vinay, I’m seeing that when using orderby=“entry_id” and sort=“asc” for the next function, it ends up producing the same thing as the previous function. Working on it.
Thu 1 Apr ’10
4:39pm
Adam Khan
Vinya, there was a step missing in the logic, which I’m trying to fix, but the plugin won’t take two instances of a weblog (well, it does, but the second one ignores important parameters).
I’ve got to give up on this today—I’ll resume working on the fix tomorrow or Sunday.
Mon 5 Apr ’10
5:20am
vinay
Hi Adam,
Thanks for the info. Let me know if you fix this.
Mon 5 Apr ’10
11:41am
Adam Khan
Vinay, you can now download v1.2.3, and the problem should be fixed.
Because the fix required another level of complexity, the plugin now also has another level of control. See the this_orderby and this_sort parameters.
Tue 6 Apr ’10
1:49am
vikhel
Hi Adam, I am trying to download v1.2.3, but there is an error that says
“Oops, there is no file at this URL. Hopefully you can find what you’re looking for in the adjacent lists.”
Tue 6 Apr ’10
2:12am
Adam Khan
Vikhel, thanks for the heads-up. Try now.
Tue 6 Apr ’10
2:41am
vikhel
Hi Adam,
Getting this error when there are no prev entries
Notice: Trying to get property of non-object in /data/home/app/www/system/plugins/pi.nearby_entries.php on line 100
Warning: Invalid argument supplied for foreach() in /data/home/app/www/system/plugins/pi.nearby_entries.php on line 108
Tue 6 Apr ’10
2:46am
Adam Khan
Will fix that tomorrow (late here, need to be fully awake…).
Tue 6 Apr ’10
9:42am
Adam Khan
Vikhel, I can’t replicate this problem. Can you switch the debug paramter to “yes” and either post the results here or email me them?
Meanwhile I’ve updated the plugin to v1.2.4.
Wed 7 Apr ’10
2:43am
vikhel
Hi Adam,
I am using next loop inside weblog:entries
{exp:weblog:entries weblog=“contest_photos” limit=“1” disable=“trackbacks|comments” status=“Open|Featured”}
{exp:nearby_entries:next this_entryid=”{entry_id}” debug=“n” limit=“5”}
{embed=“seaawards/photocarousel” curEntryID=”{nearby:entry_id}”}
{/exp:nearby_entries:next}
{/exp:weblog:entries}
The error appears only when you are viewing the latest entry. As there is no next entries, it displays the error. When i set debug=“y”, i get
Notice: Undefined variable: fields_sql in /data/home/app/www/system/plugins/pi.nearby_entries.php on line 642
Notice: Undefined variable: final_sql in /data/home/app/www/system/plugins/pi.nearby_entries.php on line 643
Wed 7 Apr ’10
6:33pm
Adam Khan
Vikhel, those are errors generated by EE. The plugin itself should generate some info instead of the actual output when its debug paramter is set to “y”.
I tried on the latest entry myself and didn’t get those errors, that’s why I’m thinking maybe there’s a clue in the plugin’s own debug notes in your scenario.
Sat 10 Apr ’10
10:21pm
mgr88
Hi Adam,
I’m just trying it out and using the code snippet for year/month/date links, with appropriate changes for EE2. It all works well except that the php code doesn’t parse when it is inside the nearby tags.
I’ve got php enabled for the template and when I put the equivalent php date code outside the tags it gives the date with correct formatting. But when the code is inside the tags the output is a literal repeat of the code.
Michael
p.s. thanks for the great “How I Built Subtraction” article.
Sun 11 Apr ’10
9:49am
Adam Khan
Michael,
Thanks for trying the plugin. Did you try the parse=“inward” parameter?
Sun 11 Apr ’10
10:53am
mgr88
Hi Adam, I just added the parse=“inward’ parameter. It hasn’t made a difference. I’m using EE 2.0.1 on MAMP 1.8.4 and MasOSX 10.6.3.
This segment of input with the same 2 calls, one inside and one outside:
{exp:nearby_entries:next ......
....
<?php echo date(“Y/m/d”, “{entry_date}”); ?>
{/exp:nearby_entries:next}
<?php echo date(“Y/m/d”, “{entry_date}”); ?>
Gives this output
<?php echo date(“Y/m/d”, “1213886097”); ?>
2008/06/19
Michael
Sun 11 Apr ’10
5:40pm
Adam Khan
Michael, one other thing—is PHP set to the output rather than input stage in template settings? It won’t work with PHP set as input—no plugin will I don’t think, due to EE’s template parsing order.
Sun 11 Apr ’10
7:30pm
mgr88
Hi Adam, yes, PHP is set to output.
As a check to see if it was a general issue with plugins, I put the same php code inside twitter timeline tags on the same page. That rendered the dates correctly.
I also checked the logs inside MAMP and couldn’t find any error messages.
Michael
Mon 12 Apr ’10
7:39am
Adam Khan
Michael, the problem was due to introducing EE’s xss_cleaning functionality in v1.3.
I’ve added a parameter to v1.3.1 of the plugin, allow_php, which if set to “yes”, makes the plugin not use xss_cleaning, thereby allowing PHP within the plugin.
Thanks for the heads up, I’ll add this parameter to other plugins.
Mon 12 Apr ’10
10:33am
mgr88
That fixed it. Thanks so much for your prompt help.
Michael
Mon 26 Apr ’10
5:13pm
mgr88
Hi Adam, sorry to bother you again. I just upgraded EE to version 2.0.2 and something seems to have changed. The plugin now gives the following error.
Cheers,
Michael
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Channel::$query
Filename: nearby_entries/pi.nearby_entries.php
Line Number: 586
Wed 28 Apr ’10
2:28pm
Adam Khan
Sorry about the delay Michael, I’ve been travelling this last day. Will get to the fix as soon as I can.
Wed 5 May ’10
7:11am
Adam Khan
Michael, I had to take an unscheduled trip and am now back and catching up. My apologies again for letting this problem sit so long. I’ll be addressing it today, Wednesday.
Fri 7 May ’10
6:30am
Adam Khan
Michael, change made to adapt to changes in EEv2.0.2. Should work now.
Tue 11 May ’10
9:05am
mgr88
Hi Adam,
thanks again for this.
Fri 21 May ’10
4:37pm
Kyle Batson
Hi Adam,
The plugin is working properly except for getting to an entry that has no previous entry. When that happens it outputs the following error:
Notice: Trying to get property of non-object in /plugins/pi.nearby_entries.php on line 103
Warning: Invalid argument supplied for foreach() in /plugins/pi.nearby_entries.php on line 111
This is my code:
{exp:weblog:entries weblog=“comics” limit=“1”}
{comic_image}
{exp:nearby_entries:prev this_entryid=”{entry_id}” this_weblog=“comics” author_id=”{author_id}” limit=“1”}{nearby:entry_id}{/exp:nearby_entries:prev}
{/exp:weblog:entries}
Fri 21 May ’10
5:43pm
Adam Khan
Kyle, I’m not able to replicate that problem. Can you plugin in the debug=“y” parameter and report the results here? You’re on EE v1.x, right?
Fri 21 May ’10
8:08pm
Kyle Batson
Turning on debug added the following errors:
Notice: Undefined variable: fields_sql in /plugins/pi.nearby_entries.php on line 650
Notice: Undefined variable: final_sql in /plugins/pi.nearby_entries.php on line 651
Parse error: syntax error, unexpected T_LNUMBER in /core/core.functions.php(653) : eval()‘d code on line 5
Method: prev
This entry ID: 2
Prelim SQL: SELECT entry_id FROM exp_weblog_titles WHERE weblog_id = ‘1’ ORDER BY entry_date desc
Raw results: 1
Limited results:
Fields SQL:
Final SQL:
Fri 21 May ’10
8:09pm
Kyle Batson
And yes. EE 1.6.9, latest build.
Tue 8 Jun ’10
8:06pm
Kyle Batson
Any thoughts Adam? Thanks.
Thu 10 Jun ’10
6:43am
Adam Khan
Sorry Kyle, I forgot all about this one. Will get on it this afternoon (UK time) and try again to discover the problem.
Thu 10 Jun ’10
8:08pm
Kyle Batson
No worries.
Let me know if there’s anything I can do to help.
Fri 11 Jun ’10
8:07am
Adam Khan
Kyle, how many entries do you have in the Comics weblog?
Fri 11 Jun ’10
9:17pm
Adam Khan
Thanks for staying on this, Kyle. Problem now fixed in v1.4.2.
Mon 2 Aug ’10
7:16pm
Jonathan Longnecker
Hello! It doesn’t seem that the custom fields work with a file field type (native EE2). Is that correct? If so, any plans to support it in the future?
Tue 3 Aug ’10
3:54pm
Adam Khan
Jonathan, you’re right, I’ll add this limitation to the plugin’s docs. Instead of the file path, what gets outputted is {filedir_1}, so I’ll have to figure out what’s happening there. Meanwhile I’ll add supporting this to the plugin’s roadmap.
Tue 3 Aug ’10
5:09pm
Adam Khan
Jonathan, v1.4.3 of the plugin now has support for EE2’s field type.
Tue 3 Aug ’10
7:40pm
Jonathan Longnecker
Hahaha wow man. Talk about fast turnaround! Completely awesome. I’ve already got it working, thanks so much!
Tue 3 Aug ’10
7:47pm
Adam Khan
Pleasure is mine, Mr Longnecker. Can I quote some of that comment on the slidey bits below?
Tue 3 Aug ’10
8:59pm
Jonathan Longnecker
Sure thing, go for it. One more question: Is there a way to do an {if_no_results} type statement to put some content in when you’re at the first/last entry? I’ve been trying to do it with count and total_results without any luck.
thanks,
Jonathan
Tue 3 Aug ’10
9:17pm
Adam Khan
Should work with nearby:count and nearby:total_results:
{if “{nearby:count}” == “1”}first{/if} and {if “{nearby:count}” == “{nearby:total_results}”}last{/if}
Is that not working?
Tue 3 Aug ’10
9:55pm
Jonathan Longnecker
Hmm for some reason I can’t get it to work. This is what I’m using right now:
{exp:nearby_entries:prev this_urltitle=”{segment_3}” this_channel=“blog” debug=“n” limit=“1”}
{if “{nearby:count}” == “1”}
<li><h3>You’re at the first entry!!!</h3></li>
{if:else}
{embed=“blog/nextprev” title=”{nearby:title}” url=”{nearby:url_title}” img=”{nearby:body_image}”}
{/if}
{/exp:nearby_entries:prev}
This does the opposite of what I need…the first entry is blank and all the other entries that should have a previous one say “You’re at the first entry.” I assumed if I switched the logic it would work, but while it does show the correct previous entry on entries that have them, the first entry is still blank. I can’t seem to find the value in the count that will trigger the empty version.
Further adding to my confusion, the next and previous tags seemed to be switched. It might be my embed setup, but I’m so turned around from testing I’m not sure :)
Haven’t gotten to the last entry, either but I don’t see it being a big a deal as the first.
Also (man I’m turning into a pain, I’m sorry) whenever I try to view a category page I’m getting this error:
A PHP Error was encountered
Severity: Notice
Message: Undefined offset: 1
Filename: nearby_entries/pi.nearby_entries.php
Line Number: 419
Error
Error Number: 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 ‘’ at line 5
SELECT f.field_id, f.field_name
FROM exp_channel_fields AS f, exp_channels AS c, exp_channel_titles AS e
WHERE f.group_id = c.field_group
AND c.channel_id = e.channel_id
AND e.entry_id =
;
which doesn’t make any sense because the category page is a listing page, not a single entry. Both are in the same template, but being checked by {if segment} statements.
I’m sorry for all the questions; I’m just sooo close to having it all working :)
Tue 3 Aug ’10
10:03pm
Adam Khan
It’s late here UK time, I’m better off looking at this fresh in the morning.
Tue 3 Aug ’10
10:08pm
Jonathan Longnecker
Haha no worries man. That’s a lot to process. I’m out for the day here as well. Thanks again for your help.
Mon 9 Aug ’10
2:13pm
Jonathan Longnecker
Hey Adam,
So apparently EE2 handles if/segments differently than EE1 and I’ve had to separate my templates so the whole category error issue is gone for me. And the reversal isn’t that big a deal either; just trying to figure out how to add something to that newest entry to let people know they’re at the first one. I’m going to try something with channels; let me know if you come up with anything on your end.
thanks,
Jonathan
Mon 9 Aug ’10
4:09pm
Adam Khan
Jonathan, my apologies, I completely forgot about this thread. Will take a look at how conditionals are working.
Mon 9 Aug ’10
6:53pm
Adam Khan
Jonathan, I’m using Nearby Entries v1.4.3 I tried:
{if “{nearby:count}” == “1”}Something{/if}
and
{if “{nearby:count}” == “{nearby:total_results}”}Something Else{/if}
in EE2.1.0 build 20100805 and it worked fine, and no PHP errors. Maybe try with two conditionals instead of {if:else}?
Mon 9 Aug ’10
9:19pm
Jonathan Longnecker
Hey Adam,
I’m sorry I must be missing something simple. I haven’t had a chance to upgrade to the EE build that just came out, but this is the code I’m using:
{exp:nearby_entries:next this_urltitle=”{segment_3}” this_channel=“blog” debug=“n” limit=“1”}
{if “{nearby:count}” == “{nearby:total_results}”}
<li>
<div class=“noentry”></div>
<h3>You’re at the first entry</h3>
</li>
{/if}
{if “{nearby:count}” == “1”}
{embed=“blog/nextprev” title=”{nearby:title}” url=”{nearby:url_title}” img=”{nearby:body_image}”}
{/if}
{/exp:nearby_entries:next}
I’ve also tried switching these so that the count == 1 is around the related embed and the total results is around the First Entry text. I think I’m not using the tags correctly?
Thanks for your patience,
Jonathan
Mon 9 Aug ’10
9:34pm
Adam Khan
Jonathan, a first question: if you’ve got the limit set to 1, why do need to do this anyway, since there’ll only be one result? Also, comparing nearby:count to nearby:total_results will give you the last entry, not the first.
I just tried to embed a template within a conditional within the tag and it works for me.
Is the tag doing what you’d expect without the conditionals and embeds? If so, I’m not sure what else to do except try to fix directly on your template. Want to email me permissions?
Mon 9 Aug ’10
9:39pm
Jonathan Longnecker
Haha well that’s what I was wondering. Let me shoot you an email with some more info.
Fri 22 Oct ’10
6:09pm
George
I am trying to limit the results to a single category, but pass this as a variable. One way that I can see this working is by using the Session Variables plugin and setting the category parameter as:
category = {exp:session_variables:get name=‘category’}
This, however, doesn’t seem to work. Does your plugin allow other plugins to set parameters? Or is this an issue with the other plugin?
Sun 24 Oct ’10
9:52pm
george
Okay, scratch my last comment, but I do have a legitimate issue here. I am finding that when assigning a category to the parameters, The last entry in the group throws an error “The query you submitted is not valid.” This only happens when the category is set. Is this a known issue and is there a work-around?
I would really love to get this plug in to work for me and will be more than happy to pay the fee upon that happening, but right now, it’s giving me fits. Thanks!
Mon 25 Oct ’10
5:20pm
Adam Khan
George, are you on EE1 or 2?
Mon 25 Oct ’10
5:32pm
George
I’m on 2.
Mon 25 Oct ’10
6:17pm
Adam Khan
George, in EE1 the category parameter is taken care of by invoking the EE object weblog. The plugin does the same thing for EE2, invoking the channel object, but EE2 won’t accept it. I won’t have an immediate fix for this—sorry!
I’ve added to the docs that this parameter works in EE1 only.
Mon 25 Oct ’10
6:20pm
George
Ah, okay. Well thanks for looking into it and letting me know. I will explore alternative solutions.
Mon 25 Oct ’10
10:57pm
Bryan
Hi Adam,
I’m thinking of purchasing your plugin, but I have the same issue as George, I need to be able to view the next/previous entries within a category. When do you expect Nearby Entries to support the Category param in EE2?
Tue 26 Oct ’10
9:48am
fxfortress
Hello Adam,
I’m also looking at purchasing your plugin to be able to view the next/previous entries within a category for EE2. Please do let me know when it can do this, as $15 saves me a lot of time and effort.
Tue 26 Oct ’10
10:03am
Adam Khan
I’ve added the fix to the top of the roadmap and marked it urgent.
Tue 26 Oct ’10
10:05am
fxfortress
Thanks Adam ... looking forward to the next update.
Tue 26 Oct ’10
5:05pm
Bryan
Thank you, keep us posted. Cheers.
Fri 29 Oct ’10
11:33am
Arif
Hi, I am getting a serious error with EE 2 : invalid query on line 101..and then the page stops parsing.
Some entries are working fine, but I found the reason: it only happens with entries that have a NEWER entry after it with STATUS CLOSED.
Please let me know how to fix it!
Fri 29 Oct ’10
3:44pm
Adam Khan
Arif, I’ll take a look as soon as I can. Swamped with client deadlines at the moment.
Thu 11 Nov ’10
12:04am
george
Hi Adam, Sorry to pester you, but any rough idea on the release of the update?
Tue 23 Nov ’10
6:09am
Bryan
Hi Adam, Just wanted to check on the status of the categories update. Cheers.
Mon 13 Dec ’10
3:31pm
Kyle Batson
I don’t know if this has recently shown up, because it was working earlier…
When I click the link the most recent item (the one that does not have a next entry), I get the following error:
Error
The query you submitted is not valid.
Filename: third_party/nearby_entries/pi.nearby_entries.php
Line Number: 101
Tue 14 Dec ’10
9:32pm
Adam Khan
George, Bryan, my apologies for taking so long to respond to your questions re when we’ll get categories back for the EE2 version. I’ve had lots of things going on on personal front, but still, that’s no excuse. I’m afraid I can’t give you a date, but I can say it’s the first thing I’ll do when I get back to work.
Kyle, I don’t quite get it—when does that happen?
Tue 14 Dec ’10
10:18pm
Kyle Batson
http://www.premiersportsonline.com/news
It only happens when you click on the most recent entry.
Tue 14 Dec ’10
11:02pm
Adam Khan
Kyle, was it working with an earlier version of the plugin, or working at one point with the current v1.4.4?
Wed 15 Dec ’10
4:35am
Kyle Batson
I think it might have been working before. I’m sure I would have noticed if it wasn’t, but I can’t be sure. I don’t know if upgrading to 2.1.1 made the change or what. I just recently upgraded to 1.4.4 to see if that would fix it, but it didn’t.
Wed 15 Dec ’10
7:00pm
Kyle Batson
To clarify, I had some bugs in other places recently and upgraded a lot of components. This is a part of the site that had been working fine so I didn’t check it as regularly as I should have. Fortunately, I do have an old version of the site that was working. It has EE 2.1.0 and Nearby Entries version 1.4.3.
Wed 15 Dec ’10
7:19pm
Adam Khan
Kyle, one last thing: if you replace v1.4.4 now with v1.4.3, does the problem go away? If so, that should make narrowing down the problem pretty easy as due to something introduced in the new version.
Wed 15 Dec ’10
7:37pm
Kyle Batson
Nope, no luck.
Wed 15 Dec ’10
7:45pm
Adam Khan
Kyle, it might be difficult to replicate your situation—can you email me at .(JavaScript must be enabled to view this email address) edit access to the template in question and ftp access to edit the plugin at the same time?
Sat 5 Feb ’11
3:28am
Bryan
Hey Adam,
Any word on categories functionality update?
Thanks,
Bryan
Thu 10 Mar ’11
4:05am
ron cooper
Hi Adam,
I downloaded plugin to try first since I am running into problems with the next/prev tags in EE…
I just ran a test with the example provided, enabled php in template, I added the path to template and weblog. nothing shows up except the arrows, which is better than the next/prev tags in EE which do not seem to work for me at all. I must be missing something…
Thanks
Ron
Thu 10 Mar ’11
4:28am
Adam Khan
Ron, tough to tell without seeing your precise template (and possibly channel fields). Can you paste your template here?
Thu 10 Mar ’11
5:16am
Ron Cooper
I actually want/have the next/prev code in the “includes/titles”...
I did not bother yet to change any of the example html…
{embed=“includes/head” title=”{exp:weblog:entries weblog=“art” limit=“1” status=“top”}{title}{/exp:weblog:entries}”}
{exp:weblog:entries weblog=“art” status=“top” limit=“1” }
<body>
{embed=“includes/header”}
<div id= “prev” class=“prefix_13” >
<div class=“nextprev nextprev-single”>
<div class=“nav-previous”>
<span class=“nextprev-arrow”>‹</span>
{exp:nearby_entries:prev this_urltitle=”{segment_2}” this_weblog=“art” debug=“n” limit=“1”}
_ Previous Post_ <span class=“nextprev-single-link-title”>{nearby:title}</span>_
{/exp:nearby_entries:prev}
</div><!—/.nav-previous—>
<div class=“nav-next”>
{exp:nearby_entries:next this_urltitle=”{segment_2}” this_weblog=“art” debug=“n” limit=“1”}
_ <span class=“nextprev-post”>Next Post</span>_ <span class=“nextprev-single-link-title”>{nearby:title}</span>_
{/exp:nearby_entries:next}
<span class=“nextprev-arrow”>›</span>
</div><!—/.nav-next—>
</div><!—/.nextprev—>
</div>
<div id=“sub-header” class=“container_16” ><div id=“sub-head”><div id =“titlebar”><div id =“title” class=“title” >{title}</div>{embed=“includes/titles”}</div></div></div>
<div id=“content”>
<div id=“artwrap”>
<div id=“art_images” >
{article_excerpt}{/exp:weblog:entries}</div>
</div>
</div>
</body>
Thu 10 Mar ’11
8:42pm
Launch Something
Hello Adam,
I hope you can help me get this working. I keep getting the following errors:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: CI_DB_mysql_result::$result
Filename: nearby_entries/pi.nearby_entries.php
Line Number: 360
A PHP Error was encountered
Severity: Warning
Message: Invalid argument supplied for foreach()
Filename: nearby_entries/pi.nearby_entries.php
Line Number: 360
When I turn on debugging it keeps saying:
Nearby Entries errors: Multiple Site Manager is installed but the site has not been specified.
This is strange because I do have the site defined:
{exp:nearby_entries:next site=“site_name” this_urltitle=”{segment_3}” this_channel=“channel_name” limit=“1” debug=“y”}
Funny thing is, if I change line 202 from
$site_id = “”; to $site_id = “1”;
the plugin works but still kicks out the PHP errors at the beginning of this post. I am on ExpressionEngine: Version 2.1.3 Build 20101220
Thanks,
Steve
Sun 13 Mar ’11
1:11pm
Adam Khan
Steve, there was a bug. Try downloading the new v1.4.5.
Wed 6 Apr ’11
8:33pm
Andrew
Hello,
just bought this and it works great.. except it doesnt seem to work with img sizr. Is this true?
Thu 7 Apr ’11
5:28am
Adam Khan
Andrew, I’m not sure. Did you use the parse=“inward” parameter?
Sun 22 May ’11
9:51pm
8020design
I’ve been trying to get the nearby-entries to work with the Taggable add-on, but not having much luck. I’m not sure if it’s because of how Taggable stores it’s data.
What I’m trying to solve for is when a user clicks a Taggable tag, such as Non-Profit. It returns a list of project entries that were tagged with “Non-Profit.” Then if the user clicks on a specific project entry, I want the user to be able to go previous and next through only “Non-Profit” projects. However, it’s returning entries without those tags.
The URL flow looks something like this:
1. http://www.somedomain.com/work/groupsitesby/Non-Profit
2. http://www.somedomain.com/work/groupsitesby/Non-Profit/project-X
(The second URL above is generated from the previous page with dynamic=“no” so that I can show the tag name in the URL. I’m not sure if that’s causing part of the problem)
This is my code that isn’t returning the correct entries:
{exp:nearby_entries:prev this_urltitle=”{segment_4}” this_channel=“projects” debug=“n” limit=“1”}
‹ Previous: {nearby:title} |
{/exp:nearby_entries:next}
{exp:nearby_entries:next this_urltitle=”{segment_4}” this_channel=“projects” debug=“n” limit=“1”}
Next: {nearby:title} ›
{/exp:nearby_entries:next}
Am I missing something? Any help I can get would be great. Thanks in advance.
Wed 13 Jul ’11
9:23am
learn 2 speak Spanish
You may use any processor if you want to. But Nearby Entries has been used to make our data’s more accessible and organize in a way that we can check it anytime. There are a lot of things these days that made everything very easy.
Sat 16 Jul ’11
7:24pm
intech
exp:nearby_entries:next breaks if next entry is dated in the future, but if “show_future_entries=“yes” is added as a parameter to exp:nearby_entries:next it seems to do ok (even when this parameter is not give for the enclosed channel:entries tag.)
Fri 22 Jul ’11
7:54pm
Kyle Batson
Hi Adam, it’s me again. I reworked the code again, and again it’s nearly working. Unfortunately, when it gets to a page with the oldest entry, it starts gathering entries from another channel. Here’s the problem URL http://www.premiersportsonline.com/news/2010/01/27/three-returning-award-winners-and-three-new-honorees-selected-as-2009-recip
That previous link to ‘Lowe’s Ticket Management System’ should not be appearing.
Sat 23 Jul ’11
4:13pm
Trench
Looks like this is working well for our site. I don’t see a looping function, but was hoping we could jump into the entry “array” at a single point and then just push users forward through a loop of entries instead of offering them a previous link. Hopefully that makes sense. Thoughts on how to accomplish that?
Sat 23 Jul ’11
10:34pm
Trench
Also having no luck getting the search parameter working. I don’t that parameter picked up in the code, but I could be missing it.
Sun 7 Aug ’11
1:08am
Jim
Getting a PHP error on EE2 - Severity: Notice
Message: Undefined variable: this_weblog_id
Filename: nearby_entries/pi.nearby_entries.php
Line Number: 317
Would like to know how to fix this.
Wed 2 Nov ’11
4:10pm
Travis Fleck
I believe my question may be the same as Jonathan’s but is there a way to display some text when there isn’t a next or prev entry (based on the current entry page)?
Here is the scenario. I’d like to have a ‘Next’ text link when there is a next entry but just ‘Next’ text (w/out) link when there is no next entry.
Thanks!
Wed 22 Feb ’12
9:25pm
luke holder
I am also getting this error on version 1.4.5
The query you submitted is not valid.
Filename: third_party/nearby_entries/pi.nearby_entries.php
Line Number: 101
i am using this tag:
{exp:nearby_entries:next this_urltitle=”{segment_4}” this_channel=“blog” limit=“1”}
{/exp:nearby_entries:next}
The error only shows up on the most recent entry and the other ones work fine. This is not in a category or anything.
Sat 19 May ’12
8:34pm
Adam Khan
Oh dear, it looks like it’s been a solid year since I’ve responded here. What can I say fellows except to offer my apologies. Version 1.5.6 should fix the syntax error issues.
Fri 19 Oct ’12
3:40pm
tobaco
The search:-parameter seems to have no effect ans i also could not find it in the plugin-source. Did you removed this one?
Without this one, the plugin is quite useless for me by now.
Thanks!
Sun 21 Oct ’12
12:02pm
Adam Khan
Tobaco, you’re right, the parameter is in fact not supported in the plugin. I’ll remove it from the docs and add it to the roadmap. My apologies. Let me know by email if you need a refund.
Fri 27 Mar ’15
10:31am
Alka Pal
I really appreciate your work. keep it up.
Sat 9 May ’15
1:50pm
Habib Rahman
During your Holiday Tour Package in Bangladesh you can read Bangladeshi Newspaper also you can take Bangladeshi Life and Health Insurance also can purchase through Bangladeshi Online Shopping also you can know about Bangladeshi Online Health Service and Medicine.
To know more please visit: http://aparajito.com/
Thu 28 May ’15
1:51pm
Nike
I really appreciate your work.
Sat 4 Jul ’15
1:14pm
saqlain
Your article was very good to me, I will be very grateful thank you very much for posting such a device.pasang iklan gratis
Wed 19 Aug ’15
2:54pm
BD Life
A complete online Magazine in Bangladesh on Technology, Fashion, Makeup, Health Tips, Matrimony or Marriage tips, Recipes, Song, Tutorial Videos are available here.
Mon 7 Dec ’15
12:00pm
Camille Marie
Nice Post, I appreciate you Job.
Mon 21 Mar ’16
7:52am
akash
good you begin with all the program. SHAREit PC capable of managing virtually any scenario. shareit for pc or computer nice.
Tue 22 Mar ’16
8:10am
ankit
good It’s possible for you to transfer just about all kinds of files like pictures, Download SHAREit on Computer SHAREit is a great file sharing android program between two apparatus. shareit for pc windows 8 nice.
Wed 13 Apr ’16
11:27am
dogra
The blog is really appreciable and i like to keep on visiting this site once again that it would help me in further thanks for sharing the info.
Citrix Mobility
Tue 10 May ’16
8:39am
kabali 1st day collection
great post buddy thanks for sharing
Kabali 1st day collection thank you
Sat 14 May ’16
10:00am
Jane
I had open heart surgery in October 2012 and have been doing great
Sat 21 May ’16
8:22am
color switch
You’ve written nice post, I am gonna bookmark this page, thanks for info. I actually appreciate your own position and I will be sure to come back here.
mortal kombat x, a10, roblox, color switch
Sat 2 Jul ’16
11:09am
joy
good to promote you everything you want to find out about Kodi. Kodi APK Android for Glass windows permits you to enjoy Videos, kodi app latest nice.
Wed 17 Aug ’16
9:00am
vijay
good Today they include thrown out a innovative post on SnapTube Free Looking at that it is certainly the APK record of SnapTube download snaptube nice.
Wed 17 Aug ’16
9:55am
rina
good Earliest, download the Snapchat App from any of the iphone app retailers, snapchat online If you actually need to experience Snapchat online, snapchatonlineloginz nice.
Mon 22 Aug ’16
11:39am
tammy philip
The article you have shared here about the nearby entries were reallyhelpful for the readers to understand better about this concept. Sharing such informative news are really helpful. I am very glad off road lift kits to find this page.
Tue 23 Aug ’16
11:53am
Download Prisma Apk
I really like the way coding published here, it is really much beneficial for the newbies.
you can convert your images into amazing art download prisma apk
Fri 26 Aug ’16
9:17am
Dr. Sammy
I am not sure if it is true. But, I am really going to share this website with my friends on this Halloween Horror Nights
Wed 12 Oct ’16
7:41am
mohan
good Once it is finished with downloading, click on Open. Live.ly Download If you previously contain a admirer bottom part, nice.
Mon 17 Dec ’18
4:12am
Na ta
Thank you for sharing this exciting resource with me and the world. instagram photo size Wish you always luck. instagram download
Sat 29 Dec ’18
4:15am
wallpaper hd
I’m happy about everything you bring it very interesting and helpful, thanks
Sat 29 Dec ’18
4:17am
hansara
I would like to thank you for your nicely written post
super mario crossover
Thu 17 Jan ’19
3:32am
ariana pham
Thanks for sharing, this is a fantastic blog post.Thanks Again
Bonkio
Mon 21 Jan ’19
8:13am
Alex Jacob
Use your bow to hunt down animals in the best free hunting games for kids online! We got the most thrilling deer, bear, duck hunting games and animal video hunting games online for PC!
Wed 20 Feb ’19
4:47am
hansara911
Social networking can help me better relationships. I also use it to trade in a few items. It seems everything is very good.
hotmail entrar
Wed 20 Feb ’19
4:49am
happywheels2
I often get emotionally involved. Like when I read your post, I can cry, laugh, sad, funny, depending on your written words. I think you are a sensitive person.
happy wheels
Mon 1 Apr ’19
3:52am
Joshua A. Price
I wonder if this really work but I’m kinda wary of trying this. makeup artist Tampa
Wed 3 Apr ’19
3:22pm
Eduardo R.
Really appreciate you taking the time to provide all the info here. Learned a lot. Looking forward to reading more!
-Eduardo R. (Visit us at Sioux Falls Home Cleaning!)
Tue 14 May ’19
4:35am
Cassandra D. Everhart
I’ve been recently thinking the very same matter personally lately. Happy to see a person on the same wavelength! Nice article. carpet cleaner
Tue 28 May ’19
8:52pm
Sophie Miller
Ich danke Ihnen für die Information! Ich war auf der Suche nach und konnte nicht finden. Du hast mir geholfen! www.homedepot.com/survey
Tue 16 Jul ’19
12:29pm
Mike Edward
Thank you for sharing this information here. It’s always great coming across useful content. Appreciate it
Tue 16 Jul ’19
12:31pm
Mike Edward
Thank you for sharing this information here. It’s always great coming across useful content. Appreciate it
Sat 3 Aug ’19
1:29pm
Cory Boyle
Good stuff. A bit over my head still since I am a bit of newbie. Dabbling in Python and learning, learning, learning. Always cool to come across threads like this.
Wed 28 Aug ’19
6:52pm
Jimmy F
This stuff is kinda complicated but getting your appliances repaired shouldn’t be. https://myappliancerepairnaperville.com.
Wed 20 Nov ’19
10:56pm
kaden M anderson
This was extremely helpful, check out my plugins on the website I made. I made my video play two GIFs at once, auto play, and auto mute. Check me out @ auto hail repair
Fri 22 Nov ’19
10:23pm
dennis443
this is must visit site . thank you and goodluck
Wed 27 Nov ’19
8:07pm
Lara Thorns
well informative . thank you for creating such site
turmeric supplement side effects
Thu 2 Jan ’20
5:13am
assignment expert
Before starting your business, understand that there are many rules and regulations set up by local authorities, your government, international bodies and other regulatory authorities.
Thu 2 Jan ’20
5:13am
behg
Your online store may, for instance, fail in a blink if it does not comply with rules and regulations of health authorities if it is dealing with food and pharmaceutical products. https://essaybaron.com/assignment-expert
Thu 20 Feb ’20
5:53pm
John Seeder
Wow very happy to be here apart of something great. Good stuff.
Fri 28 Feb ’20
6:17pm
LeslieDove18
This site is really amazing. I am very happy that I came across this site and read these articles. Idle miner tycoon download now for free game online.
Wed 1 Apr ’20
2:03pm
Jovanny
roofing repair company
hvac keywords
< a href=“http://www.lawncaremelbourneflorida.com”>landscaping company</a>
Great post guys thank you for sharing :)
Tue 19 May ’20
12:19pm
Bobby L. Rencher
Get your own pool cages seminole, pool cages st. petersburg, pool cages clearwater and pool cages largo!
And also,
roofing companies bradenton,
roof repair st. petersburg or
roof repair bradenton
Thu 28 May ’20
9:25am
ana mae
Thanks for this article. I love it. aluminium sliding doors
Fri 29 May ’20
4:54pm
Kris Murray
I want you to thank for your time of this wonderful read!!! I definitely enjoy every little bit of it and I have you bookmarked to check out new stuff of your blog a must read blog! Kris
Tue 2 Jun ’20
3:45pm
Michael Hams
I blog quite often with timely topics and I seriously thank you for your content. This great article has truly peaked my interest. I am going to take a note of your site and keep checking for new information about once per week. I opted in for your Feed as well. I may have much to say for now. but I’ll definitely take note of this. Thanks a ton! Michael of Grading Contractor Plano
Wed 3 Jun ’20
8:16pm
screenpros
Thanks for the share!
screen enclosures st. petersburg
pool enclosures st. petersburg
patio enclosures st. petersburg
Thu 4 Jun ’20
5:06pm
Windows Expert
keep up the great work!
window installation lakewood ranch
window replacement lakewood ranch
hurricane impact windows lakewood ranch
window companies lakewood ranch
Fri 5 Jun ’20
9:31pm
Windows Expert
keep up the good work!
window installation anna maria island
window replacement anna maria island
hurricane impact windows anna maria island
window companies anna maria island
Fri 5 Jun ’20
10:02pm
FloridaWindowsPro
thanks for the share!
window installation bradenton
window replacement bradenton
hurricane impact windows bradenton
window companies bradenton
Sat 6 Jun ’20
11:21am
pro roofer
ty for the great post! keep up good work
emergency roof tarp ellenton
emergency roof tarping ellenton
roof replacement ellenton
gutter repair ellenton
emergency roof repair ellenton
roof leak repair ellenton
shingle repair ellenton
metal roof installation ellenton
how much does my roof cost ellenton
roof leak repair cost ellenton
roofing companies ellenton
get coastal exteriors
crown roofing
owens corning shingles
gaf shingles
Sun 7 Jun ’20
4:33am
autoglasspros
Thanks for posting!
auto glass repair bradenton
windshield replacement bradenton
windshield repair bradenton
auto glass service bradenton
auto glass replacement bradenton
Sun 7 Jun ’20
12:48pm
Door experts
thanks for great content!
window installation holmes beach
window replacement holmes beach
hurricane impact windows holmes beach
window companies holmes beach
Mon 8 Jun ’20
4:19am
Resnel
Thanks for this, I have been looking for a way to sort the article out like this. And to get an insight into your project is also useful. George plumber
Mon 8 Jun ’20
4:21am
Maricel
Thanks for sharing! I needed this today and thought of this exact way of doing it. plumber near me
Thu 11 Jun ’20
3:38pm
ScreenEnclosurePros
thanks for the share! keep up the good work
screen enclosures bradenton
pool enclosures bradenton
patio enclosures bradenton
pool cages bradenton
Sat 13 Jun ’20
4:00am
Dustin Jones
Great post! This is a great plug in!
- Dustin from Fresno Pool Service
Sat 13 Jun ’20
6:25pm
parrish windows
thanks for the share!
window installation parrish
window replacement parrish
hurricane impact windows parrish
window companies parrish
windows and doors installation parrish
best impact windows
pgt windows near me
replacement windows parrish
hurricane proof windows near me
hurricane windows and doors parrish
hurricane impact doors parrish
types of window replacement parrish
parrish windows
Tue 16 Jun ’20
9:21pm
24 hour tow truck staten island
I used this program to create my tow truck website. It was incredible. I get many calls for towing service, 24 hour tow trucks, emergency services and more. helped me kill it in my business!
Wed 17 Jun ’20
1:41pm
Katniss Monroes
Well this is a real life-saver! I’ve been scouring the web for hours now looking just for this kind of thing. Thank you so much for sharing! Knee pain chiropractor
Wed 17 Jun ’20
6:48pm
lwr windows and doors
thanks for sharing this site!
windows and doors installation longboat key
pgt windows near me
replacement windows longboat key
hurricane proof windows near me
hurricane windows and doors longboat key
hurricane impact doors longboat key
types of window replacement longboat key
longboat key windows
window company near me
longboat key windows and doors
replacement windows
Thu 18 Jun ’20
5:07pm
sarasota
thanks for sharing!
window installation sarasota
window replacement sarasota
hurricane impact windows sarasota
window companies sarasota
windows and doors installation sarasota
best impact windows
pgt windows near me
replacement windows sarasota
hurricane proof windows near me
hurricane windows and doors sarasota
hurricane impact doors sarasota
types of window replacement sarasota
sarasota windows
window company near me
sarasota windows and doors
replacement windows
Sun 21 Jun ’20
5:10pm
sarasota screens
thanks for sharing! patio enclosures sarasota
pool cages sarasota
Mon 22 Jun ’20
5:01pm
st pete roofs
thanks for sharing! if you need a new roof plz contact emergency roof tarp st. petersburg
emergency roof tarping st. petersburg
roof replacement st. petersburg
gutter repair st. petersburg
emergency roof repair st. petersburg
roof leak repair st. petersburg
shingle repair st. petersburg
metal roof installation st. petersburg
how much does my roof cost st. petersburg
roof leak repair cost st. petersburg
roofing companies st. petersburg
get coastal exteriors
crown roofing
owens corning shingles
gaf shingles
roofing company florida
Fri 26 Jun ’20
3:01pm
autoglasspros
thanks for sharing! auto glass repair parrish
windshield replacement parrish
windshield repair parrish
auto glass service parrish
auto glass replacement parrish
Thu 2 Jul ’20
7:06pm
Auto Glass Experts
thanks for sharing!
auto glass repair lakewood ranch
windshield replacement lakewood ranch
windshield repair lakewood ranch
auto glass service lakewood ranch
auto glass replacement lakewood ranch
Thu 2 Jul ’20
7:42pm
screenpros
thanks for sharing! [[http://www.screenenclosurepros.com/riverview|screen enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|pool enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|patio enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|pool cages riverview]]
[[http://www.screenenclosurepros.com/riverview|pool screens riverview]]
[[http://www.screenenclosurepros.com/riverview|lanai enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|patio screen enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|aluminum patio enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|screen enclosure repair riverview]]
[[http://www.screenenclosurepros.com/riverview|pool cage screening riverview]]
[[http://www.screenenclosurepros.com/riverview|patio screen enclosure near me]]
[[http://www.screenenclosurepros.com/riverview|backyard enclosures riverview]]
[[http://www.screenenclosurepros.com/riverview|pool screen repair riverview]]
[[http://www.screenenclosurepros.com/riverview|pool cage repair riverview]]
[[http://www.screenenclosurepros.com/riverview|patio screen repair riverview]]
[[http://www.screenenclosurepros.com/riverview|lanai screen repair riverview]]
Fri 3 Jul ’20
1:29am
hvacpro
thanks for sharing! air condition repair bradenton
emergency air condition repair bradenton
ac repair bradenton
emergency ac service bradenton
hvac bradenton
air conditioning companies bradenton
bradenton ac repair
air condition replacement bradenton
ac replacement bradenton
ac companies near me
ac company near me
ac company repair near me
Wed 8 Jul ’20
5:35am
Towing Service
Clever post and well laid out - I hope I can help get this out to my followers.
Emergency Towing Grand Junction
Tue 21 Jul ’20
3:04pm
LWR screens
thanks for sharing! best impact windows
window installation lakewood ranch
window replacement lakewood ranch
hurricane impact windows lakewood ranch
window companies lakewood ranch
windows and doors installation lakewood ranch
replacement windows lakewood ranch
hurricane proof windows near me
hurricane windows and doors lakewood ranch
hurricane impact doors lakewood ranch
types of window replacement lakewood ranch
lakewood ranch windows
window company near me
lakewood ranch windows and doors
replacement windows near me
replacement doors near me
<a href=“https://www.floridawindowsndoors.com/replacementdoors”>interior door replacement</a
<a href=“https://www.floridawindowsndoors.com/replacementdoors”>interior door installation</a
Tue 21 Jul ’20
7:02pm
floridahvac
thanks for sharing! air condition repair siesta key
emergency air condition repair siesta key
ac repair siesta key
emergency ac service siesta key
hvac siesta key
air conditioning companies siesta key
siesta key ac repair
air condition replacement siesta key
ac replacement siesta key
ac companies near me
ac company near me
ac company repair near me
Wed 29 Jul ’20
3:38pm
Sophie Miller
I thank you for the information! I was looking for and could not find. You helped me! <a >www.usdirectexpress.com</a>
Tue 11 Aug ’20
1:25am
Nettoyage Tapis Trois-Rivières
This plugin helped me a lot! Thanks for it.
Tue 11 Aug ’20
1:27am
Nettoyage Tapis Trois-Rivières
This plugin helped me a lot! Thanks for it.
nettoyage de divan
nettoyeur a divan
Tue 11 Aug ’20
7:59pm
Jack
Thanks for the plugin info.
Sat 15 Aug ’20
2:21am
Vaughanny
Nice Post, I appreciate your job. But the real question is will Steve Job appreciate asphalt driveway cost ontario!?
Tue 25 Aug ’20
4:19am
Lisa1812
“Sometimes a site needs more access to next and previous entries than” I think you are right to say so. Your share is great, I found a lot of things in your post. tetris
Wed 26 Aug ’20
8:19am
Bruce
This plugin really helps when it comes to having a lot of content pages or posts. Thank you for making this plugin available for download. By the way, if you seek for quality fencing services in Cedar Park, TX, I would recommend you see this Cedar Park Fence Company.
Thu 27 Aug ’20
11:14pm
Samantha
Great plugin. Exceeded my expectations. Regards, stump grinding columbia sc
Mon 31 Aug ’20
9:27am
malkova mali
I have been looking for this information for a long time, I was very surprised when I found it here. 192.168.1.1
Wed 2 Sep ’20
5:13pm
Matt D
Thanks for all the techies like you guys that are building plug ins because I’m not very of use for that. On the other hand Im able to help any <a >Excavating</a> projects in the Kelowna area!! These plug ins regulates the flow of my site Thanks!
Wed 2 Sep ’20
5:31pm
Jim
Thanks for all the techies like you guys that are building plug ins because I’m not very of use for that. On the other hand Im able to help any <a >Excavating</a> projects in the Kelowna area!! These plug ins regulates the flow of my site Thanks!
Tue 8 Sep ’20
8:10am
Ian Smith
Fantastic plugin and really helped me, thank you
concrete contractors Nottingham
Sun 13 Sep ’20
12:59am
Aurora
Ive come to this site a couple of times and time I am met with savy information. Thanks for the great reads.
Concrete Contractors Eugene Or
Fri 25 Sep ’20
2:14am
John Franklin
fantastic design here, our clients like our towing websites designs too. We do towing in the long island area.
Tue 6 Oct ’20
7:38am
Anthony Dietrich Gainesville VA
Great post I would like to thank you for the efforts you have made in writing this interesting and knowledgeable article.
Anthony Dietrich Gainesville VA
Wed 7 Oct ’20
12:43pm
paul graham
I found it quite helpful even for the beginners to use Nearby Entries v1.6.2.
https://www.lawnscapespro.com/
Fri 9 Oct ’20
9:31am
ogilview82
There are many features of ExpressionEngine and I’m glad that they released it already. Thank you for giving the latest update of this software here. Our walk in tubs at desmoinesbathroomremodeling.com are of the best on the market and are built to assist all handicap customers in easy bathing.
Tue 13 Oct ’20
1:03pm
Ken
Great website and information. Thanks for sharing such a great information.Concrete Contractors Kansas City
Fri 16 Oct ’20
8:26am
sarms vs legal steroids
I adore your websites way of raising the awareness on your readers.
sarms vs legal steroids
Mon 19 Oct ’20
8:00am
Looney Hans
glad i found this awesome site!! will recommend it to my friends breast lift baton rouge
Mon 19 Oct ’20
12:41pm
Anthony Dietrich
Financial planner Anthony Dietrich provides wealth management and retirement planning services in Gainesville VA.Anthony Dietrich
Tue 20 Oct ’20
7:35am
Sam Smith
i love this website. learned alot. great content best hair extensions atlanta
Thu 29 Oct ’20
10:57am
federico pickens
Thank you for your time making this post about Nearby Entries. yard clean up
Thu 29 Oct ’20
12:12pm
Financial News
nice avenue for you to promote your company to the millions of internet users around the globe.thank you
Tech News Financial News
Mon 2 Nov ’20
8:47am
Jennie Kim
hair extensions lexington ky i learned alot from this site. thanks so much :D keep it up
Tue 3 Nov ’20
2:33am
michael
great site, it’s very similar to the tow truck near me site we have. Awesome site thank you
Thu 5 Nov ’20
9:18am
Ivana Loonyo
Wow! I am so excited to try this plug-in. I will let you know my reviews. Also, for concrete services, please check us out at Cedar Park, Texas.
Fri 6 Nov ’20
4:15am
jeffrey garcia
I really appreciated you I am learning from this post about Nearby Entries v1.6.2. mamalactea.com
Tue 10 Nov ’20
8:44am
Bane Labino
This add-on did not work well on my website but that is fine. I still appreciate this website for sharing. Cheers from our garage epoxy flooring business in Colorado.
Wed 11 Nov ’20
8:52am
Ben Porter
Je pensais que ce serait un vieux poste ennuyeux, mais il a vraiment compensé mon temps. Visitez essouchage et rendez-vous dans votre prochaine entrée.
Sat 14 Nov ’20
12:30pm
Emmanuel Orta
Great information. Thank you very much.
Arvada Fencing
Denver Fencing
Mon 16 Nov ’20
2:26am
Mark Bellerson
You just shared an incredibly useful information. We offer Trex & Composite Decking in Longmont, Colorado. Come check us out.
Sat 21 Nov ’20
6:48pm
Frankie
This is really helpful for my online business.
Wed 25 Nov ’20
7:37am
marcus murray
there is clarity in your teaching post on nearby entries. clearwaterconcretepros.com
Fri 27 Nov ’20
6:34pm
Barney
I really appreciate the effort you put into this. Thank you for posting this!
Mon 30 Nov ’20
8:18am
Rachel
Nice and informational website. Keep sharing. Fence Companies St Petersburg FL
Tue 1 Dec ’20
8:50pm
Roofing Contractors
Great content. Couldn’t find this anywhere else. For Hobart Roofers <a >Click Here</a> specialists in roof restoration
Tue 1 Dec ’20
8:54pm
Roof Resortation
https://hobartroofingcontractors.com/services/roof-restorations/
Thu 3 Dec ’20
11:53am
steven brockman
Great info on Nearby Entries and easy to understand. professional carpet cleaner
Thu 3 Dec ’20
9:37pm
Jonathan
Sweet thanks for the info. Be sure to visit us for your Junk Pick UpNeeds.
Fri 4 Dec ’20
7:17am
News blog in Spain
Popular news for Spanish native speakers and readers. Noticias populares en castellano para Hispanohablante .websec
Fri 4 Dec ’20
5:10pm
Rosabella Dani
You posted a great free add-on. Thank you for always reaching and helping us. Cheers from our carpet cleaning services in Westminster, Colorado.
Mon 7 Dec ’20
9:41pm
Sofia Andres
This is a great additional plug-in and method. I am from the best fence and deck company. Call us if you need Recommendation deck & fencing in Colorado.
Wed 9 Dec ’20
9:25am
Sammy Jarred
Our team is ready to help you, and we are going to ensure that the roofing on your home is properly taken care of. Visit our website at Roofing]https://wnycontractor.com/roofing/”]Roofing Lancaster[/url]
Wed 9 Dec ’20
1:42pm
appshuk
For all your commercial concrete needs in Louisville, visit Commercial Concrete Louisville
Fri 11 Dec ’20
12:41pm
Mich Roe
I wanted to post a brief comment to be able to say thanks to you for some of the amazing tips and hints you are giving here. Visit my site https://www.greenbayroofingpros.com
Mon 14 Dec ’20
11:43pm
Sheila Boserio
I have never found a plug in as effective as this. Thank you and cheers from outdoor deck builder flower mound
Wed 16 Dec ’20
10:51am
fred ohara
showing us exactly how to do simple information for Nearby Entries. ac duct cleaning
Wed 16 Dec ’20
3:47pm
Jack MeHoff
heating and cooling melbourne florida
bathroom remodeling company in johnson city
great post looking forward to seeing more like this while im on your website :)
Wed 16 Dec ’20
3:49pm
jack mehoff
bathroom remodeling company in johnson city
fantastic post thank you for allowing me to share my website since i jacked it up the first time
Sat 26 Dec ’20
8:22pm
forthewin
The nearby entries plugin helped me significantly. thank you.
Mon 4 Jan ’21
7:58am
Lester Cess
This absolutely incredible. I am happy that we did it. For Handyman Near Me , call us at 561-621-3325.
Tue 5 Jan ’21
7:57am
garry harrell
Good post learned a lot on nearby-entries thank you now I need to find something. Round Rock home remodeling
Tue 5 Jan ’21
9:56pm
Rollie
Wow, thanks for this! I am really glad that you’ve given us this chance to write in your website. Hardscaping
Wed 13 Jan ’21
5:47pm
Dan
Glad I stumbled upon this. We work with a legacy system that has ExpressionEngine so I appreciate your posts. Thanks! -Dan @ Sacramento Concrete Contractor
Thu 14 Jan ’21
1:25pm
Jane A. Jones
I’ve desired to write something similar to this on my website masonry waterproofing kanata and this has given me an idea. Thanks!
Sat 16 Jan ’21
11:15am
Ed
Great info! Really like it.
Fence Company Miami
Aluminum Fence Miami
Chain Link Fence Miami
Wood Fence Miami
Wed 20 Jan ’21
1:05am
Jake Adams
Thank you for always giving us new add-ons, plug-ins, and free templates. Greetings from our roofing installations in Reston, Virginia.
Thu 21 Jan ’21
4:15am
Mia Lina
Thank you for this add on. I love how effective this will be. Greetings from our emergency plumbing service Ashburn VA
Sun 24 Jan ’21
7:41pm
latino taxi
Thank you so much for this blogpost
Tue 2 Feb ’21
2:31am
Nialla Raj
This is an interesting post. I will try it out and let you know my comments. For water damage restoration companies Alexandria, call us at now.
Fri 5 Feb ’21
6:53am
ronald romero
I wish this had been available when I first starting using the Nearby Entries plugin. https://joplinroofingservices.com/index.html
Tue 9 Feb ’21
7:12am
Paula Chan
This add-on and plug-in did not work for me but I heard that it is still a great contribution. Cheers from our mold remediation business. Call us now.
Wed 10 Feb ’21
2:39am
Nick
This plugin didn’t work for me!
Owner @ <a href=“https://www.safeparkftl.com”>RV Storage Fort Lauderdale/a>
Wed 10 Feb ’21
9:51pm
Megomy Sheperd
I hope this will be a great contribution.
lakemacbathroomrenovations.com.au
Tue 16 Feb ’21
6:01am
Cecille Hoti
I will try this plig-in and add-on now. For any commercial painting contractors then call us at 201-984-4830.
Tue 16 Feb ’21
7:12am
johnnie doran
Gave me new insights into what’s all about Nearby-entries. Painter Chesterfield
Sat 20 Feb ’21
3:01pm
residential demolition
If you ever look for residential demolition in Tuscon call our expert.
Wed 24 Feb ’21
2:18am
Terry Santiago
All of your plug-ins and add-ons are useful to our website. In return, contact us if you need heating and cooling companies near me when you are in Virginia.
Fri 26 Feb ’21
2:03am
Dennis Wright
Products at aluminum patio enclosures st. petersburg can be considered the best in its category.
Tue 2 Mar ’21
2:01am
Nusrat Shekhar
It is good to know the links and have them arranged chronologically. You did great work on this plug-in. For people looking for porch builders near me in Virginia, call us now.
Thu 4 Mar ’21
1:01am
Vico Martin
This is an amazing plug-in! Thank you and best regards from our tow truck Leesburg in Virginia.
Mon 18 Jan ’10
4:15pm
Adam Khan
Yes, there’s an author_id parameter, documenting it now.