- Index
- » Free Extensions
- » jVArcade
- » SOLVED: Pagination issue
SOLVED: Pagination issue
SOLVED: Pagination issue
Hello,
I seem to have a problem with guests not being able to view the page numbers at the bottom while viewing the games in any category. They only have access to the first page of games. Logged in users can see the page numbers just fine. In Admin settings/general, I have all the options for guests turned on (yes).
The weird thing is that in 'FLAT' view, the pagination works fine for guests as well as logged in users. I'm guessing it has to be a bug? that only affects the list view in categories. For now, I have 'Games per page' set to 100, which is more than any category has, in order for guests to be able to have access to all games.
Thanks in advance for any help,
Ferd
#################### Specific Details ####################
Exact name and version of the extension in question : JVArcade 1.0.07
Exact version of Joomla : 2.54
Your OS : Windows 7
Your browser type and version : All browsers
Your PHP version : 5.2.17
Your MySQL version : 5.1.61
Your default Joomla language : en_GB
Do you use sef. If yes what type of sef : No
What type of question is this? : Bug Report
Re: SOLVED: Pagination issue
Hi, this indeed is a bug and will be fixed in the next release.
To fix this in your jVArcade installation do the following:
1) Open the file components/com_jvarcade/views/list/view.html.php
2) At line 90 you will find this code:
Code:
if (isset($games[0])) $can_view = $model->folderPerms($user, $games[0]['viewpermissions']);
3) You have to delete it from there and move it after line 119 below the line
Code:
if ($task == 'folder') {so it becomes
Code:
if ($task == 'folder') {
if (isset($games[0])) $can_view = $model->folderPerms($user, $games[0]['viewpermissions']);If you have any difficulties, please let me know and I can send you the changed file via e-mail.
*** Please always search for topics that cover your problem before posting in the forum. ***
*** Documentation links: Tutorials and FAQ's. ***
*** Support questions via PM or e-mail (nuclear at jvitals dot com) will be ignored unless otherwise requested. ***
*** Follow us at Twitter @jVitals1 and Facebook
- nuclear-head
- Developer at jVitals
-
-
- 1129 Posts

Re: SOLVED: Pagination issue
Thank you for the update. I will mark the topic as solved.
If you use jVArcade, please post a rating and a review at the Joomla Extensions Directory
- rammstein4o
-
-
- 1821 Posts

- Index
- » Free Extensions
- » jVArcade
- » SOLVED: Pagination issue
There are 0 users also viewing this topic
Board Info
- Board Stats
- Total Topics:
- 3226
- Total Polls:
- 5
- Total Posts:
- 15281
- Posts today:
- 6
- User Info
- Total Users:
- 34363
- Newest User:
- marion
- Members Online:
- 3
- Guests Online:
- 69
- Most Active Users:
- Hazzaa, rammstein4o, nuclear-head, AlexDobrin, wombat, JohnDoe2012, Register4, dysfunctional
Like
Dislike
Thank you





Support