Chrisj Posted December 13, 2013 Share Posted December 13, 2013 I'm using the PHPmotion script.I've changed the URL in SiteAdmin from http://www.url.com to simply www.url.com, so that it will work with an SSL.And then proceeded to change the base url code, in the main page, by simply changing [var.base.url]/themes/main.css to../themes/main.css etc. so that the site appears the same. Simple path changes like that. The file that I'm stumped with is the inner_member_profile.htm which is for the My Account part of the script.In this user account, thumbnail images of the users' uploaded videos appear there in their Profile. Below the row of thumbnails are page number links 1 2 3 4 Next >> Before the change, I could page to the next page of thumbnails, but not after the change. So, now when I right click any of the (page) numbers I see this: javascript:void(0) I'm sure it's not a big code issue, but I'm not as familiar with html, or php, as you may be. The code that I can see that presents these numbers there is: <!-- Media Pagination start --> <div class="MP_pagination"> <!--[onload_802;block=div;when [var.load_media]=1;comm]--> <ul> <li><font color="#000000">[var.show_pages_vids;htmlconv=no]</font></li> </ul> </div> <!-- Media Pagination end --> Any ideas? Any help will be appreciated. Quote Link to comment https://forums.phpfreaks.com/topic/284747-help-wanted-with-phpscript-pagination/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.