PhotoPost Community

PhotoPost Community (http://www.photopost.com/forum/)
-   Classifieds How do I...? (http://www.photopost.com/forum/classifieds-how-do-i/)
-   -   How can I make 'Member List" point to vBulletin's? (http://www.photopost.com/forum/classifieds-how-do-i/143752-how-can-i-make-member-list-point-vbulletins.html)

Badger August 22nd, 2010 06:01 PM

How can I make 'Member List" point to vBulletin's?
 
Anyone know what module or template I access to patch to have the "Membership List" tab change the link where it goes to?

Photopost Classifieds goes here:

http://www.xxxx.com/pp-classifieds/showmembers.php

I'd like it to go here, which is vBulletin's Membership List.

http://www.xxxx.com/memberlist.php

xxx's are for security ... ;)

Thanks for any help... :)

Regards,
Doug

Chuck S August 23rd, 2010 08:51 AM

the links on the menubar are in the function topmenu in the file pp-inc.php

Badger August 23rd, 2010 09:42 AM

Thanks Chuck ... :)

That saved me a lot of time ....

For anyone else looking to have the Photopost Classifieds "Membership List" link TAB point to vBulletin 4.04's "Members List"

Patch pp-inc.php as follows:

Replace all occurrences of showmembers.php with memberlist.php.

Also changed this:

Code:

Content visible to verified customers only.
to this:

Code:

Content visible to verified customers only.
Tested it and it seems to work fine ... :)

Regards,
Doug

Chuck S August 23rd, 2010 10:12 AM

enjoy your day

AfterWorldForum August 26th, 2010 12:29 AM

Useful, thank you :)

Will stuff like this perhaps be considered to be added to the Classifieds system under the vB specific options? It basically makes sure that the two integrate more tightly, and it would save us vB owners from having to perform these manual edits after patching :)

Chuck S August 26th, 2010 09:02 AM

Something like this has nothing to do with vbulletin IMO.

The showmembers script in classifieds shows ads sorted by user. You have nothing in vbulletin that replaces that functionality so if anything the user above has chosen to negate functionality in the program.


All times are GMT -5. The time now is 08:24 AM.

Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97