![]() |
Quote:
The way this behaves (is written to behave) is as follows: - When the new thread is autocreated, it is placed in the forum associated with the entry - If the main VB board requires moderation of new threads in this forum, then the thread is placed in the moderation queue. Otherwise it is displayed immediately Moderation of the new entry itself is a separate process, and depends on the settings within LDM. Is this reasonable, do you think? |
I'm just confused as to why it happened at all, nothing on my board is moderated anywhere, and poof, this occured today. I added that code, went in as a user with the same rights as the guy that prompted the moderation "error" and posted a link in the same place he did. With the code in place everything is ok again, however people have been posting links prior to this in the same fasion with the auto-thread creation turned on, and it never happened before this morning. That's the strange part. Hopefully that Global var is all that is needed to fix it. Otherwise, things are as smooth as can be.
I think the way you have moderation setup is as good as it can be. |
Quote:
|
AndrewD - yeah, I just fixied it, wasn't anything on LDM's end.
Hey LDM is awesome just one thing, usually LDM logs my users out.. not a big deal, but they have to re-login, is this something to do with the script or is that my end? |
got a question for fellow LDM users and AndrewD, now that LDM is working fine, anyone of you have tried adding adsense to LDM? Just thought of this and would like to seek your opinions regarding the placement of adsense. I feel that perhaps links_main as well as links_linksbit would be good places to put adsense? who have tried? perhaps you wanna share what you have done?
|
Quote:
|
Quote:
Quote:
:banana: |
Oh Mr. Andrew, I was searching for 2 things and couldn't find them, don't know if they exist or if they're possible, so here we go!
1. Is there a variable to check if the description field is filled out? The purpose of this would be, that if it isn't, have in IF statement in the template(s) that checks and if no description, then to use the title instead. 2. Is there a way to include, IF available, the thumbnail picture of a link in the auto-created thread? Not as an attachment, but with the IMG tags. |
Quote:
Code:
if (!trim($linkdesc)) $linkdesc = " "; Quote:
Code:
construct_phrase($vbphrase['ldm_thread_create_body'], $linkname, $linkdesc, $gotolink, $master_title); Code:
if ($imgthumb) $thread_message = '[img]'.$vbulletin->options['homeurl'].$imgthumb.'[/img] '.$thread_message; |
I went for the plugin first. I added it and it works great!
If I do the link_desc I'll let you know. |
All times are GMT. The time now is 05:49 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|