This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
Pagination: bug on ‘<< First’ link?
Posted: 24 June 2008 01:11 AM   [ Ignore ]  
Grad Student
Avatar
Rank
Total Posts:  32
Joined  04-07-2008

Hey guys,

I’m experiencing a strange problem where the Pagination link (First) is showing up as:

<< FirstP

Rather than:

<< First

This is occurring on weblog pagination, and I believe the problem occurs here:

core.paginate.php (Line 168):

$output .= $this->first_div_o.'<a href="'.$first_link.'">'.$this->first_page.$this->prefix.$this->suffix.'</a>'.$this->first_div_c;

Should be:

$output .= $this->first_div_o.'<a href="'.$first_link.'">'.$this->first_page.'</a>'.$this->first_div_c;

The argument I’m trying to make here is that the link text should not have anything in it other than the line taken from the language file.

EE v1.6.3, Build 20080319

Profile
 
 
Posted: 24 June 2008 01:28 AM   [ Ignore ]   [ # 1 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  582
Joined  04-29-2008

Greetings!

It looks like you have a modified core.paginate.php. The line in question should read:

$output .= $this->first_div_o.'<a href="'.$first_link.$this->suffix.'">'.$this->first_page.'</a>'.$this->first_div_c;

Profile
 
 
Posted: 24 June 2008 01:31 AM   [ Ignore ]   [ # 2 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  879
Joined  02-05-2002

This bug has been reported but I’m not sure the fix made it into the latest build.

 Signature 

Member of the EE Pro Network

Profile
 
 
Posted: 24 June 2008 01:53 AM   [ Ignore ]   [ # 3 ]  
Grad Student
Avatar
Rank
Total Posts:  32
Joined  04-07-2008

Thanks for your responses…

@Justin: My file definitely hasn’t been modified, I have a fresh copy of EE in another folder and it has the same issue.

If the Build number is the actual build date, then that bug fix wouldn’t be in my code since the bug was reported 3 days after my build number. Is there a patch file or something I can download? I don’t want to download a whole build just for this…

Profile
 
 
Posted: 24 June 2008 01:56 AM   [ Ignore ]   [ # 4 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  582
Joined  04-29-2008

My apologies as I overlooked the bug report. Read Derek’s comment on the bug report page for instructions on getting the updated file.

Profile
 
 
Posted: 24 June 2008 03:47 PM   [ Ignore ]   [ # 5 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15826
Joined  06-03-2002

Michael a build update is a very simple process; no scripts to run nor database changes.  It’s essentially a file refresh, and by updating you will fix not only this bug, but all others fixed in that timeframe.  Details for the specific changes can always be found in the Build forum, for example: ExpressionEngine 1.6.3 - Build 20080421.

If you need any assistance with the update, don’t hesitate to post for help on the support / install forums!

@Cocoa - any bug listed as “Resolved” is fixed in the public version.

 Signature 
Profile
MSG
 
 
Posted: 24 June 2008 05:27 PM   [ Ignore ]   [ # 6 ]  
Research Assistant
Avatar
RankRankRank
Total Posts:  879
Joined  02-05-2002

@Derek, thanks for the clarification!

 Signature 

Member of the EE Pro Network

Profile
 
 
Posted: 25 June 2008 11:01 AM   [ Ignore ]   [ # 7 ]  
Administrator
Avatar
RankRankRankRankRankRankRank
Total Posts:  15826
Joined  06-03-2002

No problemo!

 Signature 
Profile
MSG
 
 
 

This Question is Resolved.

If you have a similiar issue that this thread does not address, click the button below to open a new related support topic.

 
 
 
Post Marker Legend
New Topic New posts Hot Topic Hot Topic with new posts New Poll New Poll Moved Topic Moved Topic Sticky Topic Sticky topic
Old Topic No new posts Hot Old Topic Hot Topic with no new posts Old Poll Old Poll Closed Topic Closed Topic Announcement Announcements
Theme
Change Theme
Visitor Statistics
The most visitors ever was 1149, on July 16, 2007 09:33 AM
Total Registered Members: 64909 Total Logged-in Users: 40
Total Topics: 81855 Total Anonymous Users: 25
Total Replies: 440071 Total Guests: 201
Total Posts: 521926    
Members ( View Memberlist )