Jump to content
WebFlake
  • 0

Profile Modification Hook Question


Valentine

Question

I think I asked about this a while ago, but I'll try again in case anyone knows.

 

We installed this:

 

 

As you can see, this brings the profile feed to some ones profile, making it easier to leave a quick comment or to view some status updates...

 

However, at least in my opinion it shows way too many.

 

It shows at most 10. Ideally, I would like to change it to about 4 or 5, however there is no option for this in the hook. Do you guys know how to change it in the code of my skin so that it only displays the amount I choose? Positive there is a way, just don't know where to find it!

 

Thanks everyone.

 

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
  • Administrator

Ah, I'm not finding fetch. Do you think you could upload the XML you edited to say mediafire or something and send it to me? Because I've control f for /* Fetch */ and nothing.

Interesting.... here.  :wacky:

 

  • Upvote 1
Link to comment
Share on other sites

  • 0

I think I asked about this a while ago, but I'll try again in case anyone knows.

 

We installed this:

 

 

As you can see, this brings the profile feed to some ones profile, making it easier to leave a quick comment or to view some status updates...

 

However, at least in my opinion it shows way too many.

 

It shows at most 10. Ideally, I would like to change it to about 4 or 5, however there is no option for this in the hook. Do you guys know how to change it in the code of my skin so that it only displays the amount I choose? Positive there is a way, just don't know where to find it!

 

Thanks everyone.

Ill look into it and get back to you.

REOdOXQ.jpg

Check out my Twitter!

Link to comment
Share on other sites

  • 0
  • Administrator

I took a quick look and you saying there being a maximum of 10 on a page, I looked for it and found this, can see if it works and reupload the XML file.

 

I looked and found the code...

'limit' => 10 ) );

under

/* Fetch */

I do hope that answers your question and helps as I'm pretty sure that's what you're looking for. So, edit the XML file and then reupload.

Link to comment
Share on other sites

  • 0

I took a quick look and you saying there being a maximum of 10 on a page, I looked for it and found this, can see if it works and reupload the XML file.

 

I looked and found the code...

'limit' => 10 ) );

under

/* Fetch */

I do hope that answers your question and helps as I'm pretty sure that's what you're looking for. So, edit the XML file and then reupload.

Ah, I'm not finding fetch. Do you think you could upload the XML you edited to say mediafire or something and send it to me? Because I've control f for /* Fetch */ and nothing.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...