Jump to content

Help Wanted with PHPscript pagination


Chrisj

Recommended Posts

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.

 

 

Link to comment
https://forums.phpfreaks.com/topic/284747-help-wanted-with-phpscript-pagination/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.