This topic is locked
[SOLVED]

 listload

11/10/2009 2:43:19 AM
PHPRunner General questions
R
raykay author

hi,could anyone help me..
just wanna ask how to create a custom view with listload like from the paypal PHPrunner sample?

tnxx.

M
Mandy 11/10/2009



hi,could anyone help me..
just wanna ask how to create a custom view with listload like from the paypal PHPrunner sample?

tnxx.


Hi.

Reading the manual often helps!

Go into tables menu and click...er..."add view".
Mandy

R
raykay author 11/10/2009

tnx mandy..

but how can i create that category and subcategory like on the guest page??

J
Jane 11/11/2009

Hi,
add custom event (Insert PHP code snippet option on the Visual Editor tab) and copy code from your event to this new event.

R
raykay author 11/13/2009



tnx mandy..

but how can i create that category and subcategory like on the guest page??


tnx jane,.
i need sample code plzz..

J
Jane 11/13/2009

Hi,
just copy sample code from event in the PayPal template and modify it if needed.

R
raykay author 11/13/2009



Hi,
just copy sample code from event in the PayPal template and modify it if needed.


tnx a lot jane,.,. that's great help for me..,Ü

R
raykay author 11/17/2009

ei.i need ur help again..

..what if i want to add toggle effect on Category and Subcategory??

tnxx... <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=45452&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />

R
raykay author 11/17/2009

this topic isn't finish yet..

J
Jane 11/17/2009

Please clarify what does 'toggle effect' mean?

Also I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages along with detailed description of what you want to achieve.

R
raykay author 11/17/2009

base from the template paypal.,
for example the links are:
Category1

subcategory(2)

Category2

Subcategory(8)

Subcategory(31)

Subcategory(4)

Category3

Subcategory(3)

Subcategory(10)
my problem is everytime i add subcategories the list of the link get longer and longer so i need to embed a script to hide and show the subcategories.
i want to achieve this:

when i click the category2 the output should be like :
Category1

Category2

Subcategory(8)

Subcategory(31)

Subcategory(4)

Category3
then if i click category3 the output should:
Category1

Category2

Category3

Subcategory(3)

Subcategory(10)
is it possible to embed my own javascript??

and where can i add and edit the id or class of the links??

tnxxx...

J
Jane 11/19/2009

Hi,
you can edit links in your custom event.

To show/hide links some extra coding required. I recommend you to publish your project on Demo Account and open a ticket at http://support.xlinesoft.com sending a URL to your pages. I'll try to help you.