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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.