|
Attention: Last reply in this thread was more than 17 Years ago |
|
Thread Tools |
#1
|
|||
|
|||
Need some help
I am currently running the lite version on my boards at http://forums.bobclark.com.
(Guest acct vbulletin pass vbulletin) I absolutely love it! It works perfectly right now as I wanted it. Now my client, a reptile breeder, wants a seperate one inside of our "Animals For Sale" forum. I imagine I will have to buy Pro but If I do I am wondering if I can accomplish this. Ideally it would have a list of a specific gallery inside. I am wondering if it is possible for the listing to look less like this Code:
Content visible to registered users only. Code:
Content visible to registered users only. How customizable is what is and not shown? Regards, Paul |
#2
|
||||
|
||||
PhotoPlog doesn't run inside a specific vB forum but rather as an add-on to vB with its own directory. Removing items from the thumb block is a template edit. However, placing other items in the thumb block would require the use of custom fields, code edits, and further template edits. The custom field info is stored as a serialized array so you would need to know how to deal with that in order to make the changes to the thumb block.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
#3
|
|||
|
|||
Code:
Content visible to registered users only. |
#4
|
||||
|
||||
You cannot run lite and pro on the same install of vBulletin. You can run lite on one install of vBulletin and pro on a different install of vBulletin. If both installs of vBulletin use the same database, you can set a pro table prefix so the pro install does not upgrade the lite install. If you have any questions about whether to set a table prefix, please do ask before installing pro, but again you cannot run two PhotoPlogs on one vBulletin.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks. While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams |
|
|