Hello Code Igniters,
Im not sure wether i can ask you something, or in the Lounge, but I thought I give it a try 😉
Anyway, as already (poorly) discussed in the EE “how to” forums here:
http://ellislab.com/forums/viewthread/76024/
I am determined to solve the problem of Next / Previous entry linking across weblogs resp. template_group/templates.
To be more precise: EE ofers to paginate the entries using this code pair
{exp:weblog:next_entry}
Next entry: <a href="http://{path=">{title}</a>
{/exp:weblog:next_entry}But as you can see it links to a hardwired path=“site/comments”, which means ONE template. Now, in this one template i cannot use my custom entry fields from various weblogs (if you know EE).
So I want to link to what I call the original template_group/template path.
Englands best Expression Enginist Mark Bowen tried to help with some if-clauses, as you can read in the thread above, but there EEs next/prev function intents only to grab the first link and the last (title), resp. ignore the if-statements.
I thought that maybe someone here is clever enough to see what I mean and help it out. The next/prev function lies at system/modules/weblog/mod.weblog.php line 6469, and looks too big for me to decipher ...
Even a small donation shall be innit.
cheers,
Os…