Changing "next" and "rev" link structure
Hi,
So while I've been moderately successful with the previous issues, what I find is the biggest issue is displaying other months.
The event calendar is:
http://bamboodancer.com/bamboo/eventcalendar
where "bamboo" is the root folder for Wordpress and "eventcalendar" is the calendar name. EPC is installed in "bamboodancer.org/bamboo"
however, when "next" and "prev" are clicked on, the URL changes to:
http://bamboodancer.com/eventcalendar?mo=6&yr=2008
- taking out the "bamboo" part.
Where/how can I change the basic structure of the next and prev buttons?
I would also like to add that I understand the way EPC works with the default permalink structure. The navigation and parent pages (and subsequent link structure) was set up before EPC was installed however.
The basic code for the prev and next buttons is:
Quote:
<input name="epcprev" type="button" id="epcprev" value="<<" class="formButtons" onClick="location='/eventcalendar?mo=4&yr=2008'" >
<input name="next" type="button" id="next" value=">>" class="formButtons" onClick="location='/eventcalendar?mo=6&yr=2008'" >
|
so it seems to need "bamboo" inserted before "/eventcalender". I was unable to find where i could edit this. Suggestions?
Last edited by godfathersoul; 05-30-2008 at 06:28 PM.
|