Quote:
Originally Posted by J98680B2423E
QUOTE=Covert-OPs_;1580282]Any news on fixing the issue with the vote button that is not displaying properly?
|
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.[/QUOTE]
But I thought we did all this together on teamviewer already?