Quote:
Originally Posted by Covert-OPs_
If you are having trouble with the nominate button and stamp images not displaying, proceed as follow:
1. ACP -> Templates & Styles -> Search in Templates
2. Search for ?postbit?
3. Open the ?postbit? for customization (for edit)
4. Search for:
Code:
<td valign="top" nowrap="nowrap">
<div class="smallfont">
<if condition="$post['joindate']">
5. Add before it:
Code:
$nominate_topic_stamps_box
6. Search for:
Code:
$template_hook[postbit_controls]
7. Add after it:
Code:
$nominate_topic_button
8. Open the ?postbit_legacy? for customization (for edit)
9. Search for:
Code:
<!-- / icon and title -->
10. Add after it:
Code:
$nominate_topic_stamps_box
11. Open the product file ?product-nominate_topic.xml? using for example WordPad
12. Search for the following text (there are 2 occurrences of it):
// If you are having trouble with the nominate button?
13. Follow the instructions.
We can take a look together if you wish. Send me a TeamViewer session invitation letting me know when you will be online.
|
But I thought we did all this together on teamviewer already?[/QUOTE]
We tried different options (changing template hooks, testing input/output parameters), but we didn't tried to place the "nominate button" and the "nominate stamp" templates manually in your postbit/postbit_legacy templates. Hence I added the text above in the readme file after having tested it on my test server.