[RFC|Merged] Pagination as <ul> list
Re: [RFC|Merged] Pagination as <ul> list
The previous/next buttons are gone in at least viewtopic now at the bottom, I guess caused by this merged change, http://tracker.phpbb.com/browse/PHPBB3-11014
Re: [RFC|Merged] Pagination as <ul> list
Indeed - the previous/next were set in the old pagination function I completely missed that. I'll add back that functionality (minus the template prefix stuff which afaik isn't used anywhere and is non-existent now anyway) via phpbb_on_page.
Re: [RFC|Merged] Pagination as <ul> list
psoTFX you are one of the old phpBB user.
maybe you are one of the phpBB father. 11 years ago you registered in phpbb. ( oh my god ) 11 years ago i was a kid and i did not know what is internet.
how old are u ?
maybe you are one of the phpBB father. 11 years ago you registered in phpbb. ( oh my god ) 11 years ago i was a kid and i did not know what is internet.
how old are u ?
Re: [RFC|Merged] Pagination as <ul> list
Seeing that bug it might be nice to also add some functional tests. For example to check that pagination exists and works correctly on viewtopic & viewforum. If you feel like getting into the functional testing framework
- oddfish
- Registered User
- Posts: 110
- Joined: Tue Mar 27, 2007 5:53 am
- Location: on my way home
- Contact:
Re: [RFC|Merged] Pagination as <ul> list
http://tracker.phpbb.com/browse/PHPBB3-11018 and line 395 in viewonline.php
'PAGINATION' => $pagination,
causes some issues from the pagination update in general.Re: [RFC|Merged] Pagination as <ul> list
The offset in the styling is something I'll look at ... again ... proSilver is a pita. Will look @ the viewonline issue, thought I'd removed all the PAGINATION assignments, so much for search and replace The white space issue - possible I'm not up to date but imho it's of little to no consequence and just due to the way the pagination conditional statements are laid out. Personally I'd rather have the templates readable.
Re: [RFC|Merged] Pagination as <ul> list
Which white space issues are you talking about? Is this related to memberlist as well? But yeah i agree, readability & over brevity
Re: [RFC|Merged] Pagination as <ul> list
+1bantu wrote:It has been brought to my attention that http://www.phpbb.com/community/viewtopi ... &t=2140429 might be a good idea to implement.
Re: [RFC|Merged] Pagination as <ul> list
Not sure that belongs with this RFC which was about moving the source rendered pagination code to the template - that's been achieved. Seems this is really a new (or bumped existing?) RFC.