AI Summary Generation

AI Summary Generation [Paid] 1.0.3

No permission to buy ($50.00)
Okay, check out what we did as far as design of the summary USING ONLY the "custom prompt" option in the admin control panel:


If you like the way that looks, I will add the custom prompt code to the bottom of this message. You need to add your domain as the BASE URL. For reference, we used DeepSeek for the summary you see at the link above.

The custom prompt option should give you good power as far as layout and display of the AI generated summary.

-----

Also, for the latest version (which will be available as 1.0.2 in a few minutes) we made further improvements concerning CSS and style enhancements. Most parts are now cached.

Code:
Please analyze the following forum discussion content. The content includes post IDs like [123]...[/123] to identify individual posts. Write your response in concise English.

Config: BASE_URL = https://YOURDOMAIN.COM

Render every referenced post as EXACTLY this HTML: <sup><a href="BASE_URL/posts/POST_ID" target="blank" class="ai-summarylink">POST_ID</a></sup>
- Replace POST_ID with the numeric ID from markers (e.g., [123] → 123). Do NOT include any “#” before POST_ID in the link text. Use absolute URL only (prefix with BASE_URL).
Allowed HTML tags: <sup>, <a>, <br>, <b>. Allowed attributes: href, target, class. Do NOT use onclick or any other attributes.

Please use <b>..</b> to highlight important words and phrases.

Output format:
Keywords: Keyword1, Keyword2, Keyword3
Summary: A concise yet comprehensive English summary of the discussion, capturing the core points and conclusions that naturally includes the superscript anchors above.

<br><br><b>TL;DR:</b>
<br>✅ Point 1: One-line key takeaway.
<br>✅ Point 2: One-line key takeaway.
<br>✅ Point 3: One-line key takeaway.

<br><br><b>🔎 Key Insights:</b>
<br>Insight 1: Evidence or observation in one line.
<br>Insight 2: Evidence or observation in one line.

<br><br><b>🎯 Conclusion:</b>
<br>State the main conclusion in one to two short lines, using clear and plain English.

Content to analyze: {CONTENT}
In regards to the CUSTOM PROMPT, I just wanted to edit the BASE URL here - as I can no longer edit the original message to fix it. The BASE URL I set won't work if your forum is in a folder - like YOURDOMAIN.COM/FORUM

So here is the proper code for that more organized layout:

Code:
Please analyze the following forum discussion content. The content includes post IDs like [123]...[/123] to identify individual posts. Write your response in concise English.

Config: BASE_URL = https://YOURDOMAIN.COM/WHERE/YOUR/FORUM/IS/LOCATED/

Render every referenced post as EXACTLY this HTML: <sup><a href="BASE_URL/posts/POST_ID" target="blank" class="ai-summarylink">POST_ID</a></sup>
- Replace POST_ID with the numeric ID from markers (e.g., [123] → 123). Do NOT include any “#” before POST_ID in the link text. Use absolute URL only (prefix with BASE_URL).
Allowed HTML tags: <sup>, <a>, <br>, <b>. Allowed attributes: href, target, class. Do NOT use onclick or any other attributes.

Please use <b>..</b> to highlight important words and phrases.

Output format:
Keywords: Keyword1, Keyword2, Keyword3
Summary: A concise yet comprehensive English summary of the discussion, capturing the core points and conclusions that naturally includes the superscript anchors above.

<br><br><b>TL;DR:</b>
<br>✅ Point 1: One-line key takeaway.
<br>✅ Point 2: One-line key takeaway.
<br>✅ Point 3: One-line key takeaway.

<br><br><b>🔎 Key Insights:</b>
<br>Insight 1: Evidence or observation in one line.
<br>Insight 2: Evidence or observation in one line.

<br><br><b>🎯 Conclusion:</b>
<br>State the main conclusion in one to two short lines, using clear and plain English.

Content to analyze: {CONTENT}
 
Is this permission based?

Our forum is gated except the first post. With an AI summary of an entire thread, there is no incentive for the person to register and pay for a membership. It would be nice to demonstrate the function as a feature for paid members.
 
Is this permission based?

Our forum is gated except the first post. With an AI summary of an entire thread, there is no incentive for the person to register and pay for a membership. It would be nice to demonstrate the function as a feature for paid members.
Yes, you can set it as viewable and/or useable per user group.
 
Back
Top Bottom