Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Open up cache/xthreads.php and find XTHREADS_ATTACH_USE_QUERY
Change the number next to it to a 1.
Out of interest, did you install XThreads 1.53 directly or did you upgrade to it? If the former, it's interesting that the auto-detection failed...
It worked Zinga. In my limited knowledge, I would have never identified that on my own. For you Zinga...... the world... To answer you question, I installed 1.53 directly. Thank you so much for the help.
Update:
Use
Settings Overrides for the Force Postbit Layout settings in create/edit forum settings:
- Settings Overrides:
- Setting: Showthread Options -> Post Layout
Value: horizontal
Hi, thank you for this very good plugin! I would like to know if there is a way to allow to each user write own review.
For example:
- Product Reviews Forum
-- Image and title of product to review
--- Each user can write own review for this product, not only first post + comments, but each user has own first-post where write review
Thank you!
If the products to be reviewed specified by Admin, you can create a custom fields (listbox or options button), and list the product inside the Values List. So if your user create a new thread in the forum, they can select which product they want to review from the dropdown list or the options.
little question
how can i add a search box?
it would be very useful
Updated:
Based on the watermarking example, we will watermark the main product image.
Edit
pfpic custom fields:
- Image Thumbnail Generation:
Code:
88x66|160x120|320x240=scale_max(320,240)->copy(newXTImg()->loadimage('images/mylogo.png')->scale(120,90),-2,-2)
|
Only the 320x240 thumbnails will be watermarked. Modify the images/mylogo.png to the image to be copied as watermark, and the 120,90 in the scale 'function' as needed (it is the max size of the watermark).
Run the Rebuild XThreads Attachment Thumbnails tools after changing the setting.
Only for creating a new product review:
Use multi files input for additional product pictures and some improvements.
Rateu,
Is it possible to replace your standard 'ratings' area with one like this?
[
attachment=929]
and then have an option when creating the review that if a user selects X, it'll show Y rating options, like below:
[
attachment=930]
or this, when I choose a different category?:
[
attachment=931]
Depends how you do it.
Different forums -> just use different fields for each.
If it's all in the same forum, you have a number of problems. Firstly, you can only do some fancy dynamic switching if the user has Javascript enabled.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16