The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Details »» | |||||||||||||||||||||||||
THIS THREAD IS CLOSED!
Posts in here will NOT be answered This hack has undergone many major changes since this thread was started. Consequently, most of the posts have become dated and of little use. To coincide with the latest major release (20010712), a new one has been started. See this thread for the latest version and discussion Show Your Support
|
Comments |
#662
|
||||
|
||||
That helps a bit, and I'll live w/o learning the regexes
What I still find confusing is the following options: Delete vs Edit, plus select button?? Delete what? Edit what? ----- then lower Add vs Update, plus submit button. Are those 2 separate forms, hence separate submit buttons? If so an <HR> tag would be nice. ---- BTW, this is only meant as constructive suggestions but you went WAY above the call of duty, how you say? |
#663
|
|||
|
|||
Quote:
The submit works the same way, but you get to chose whether you want to add whatever's in the edit boxes as a new record, or edit the existing one. I tried it with seperate forms and it was a lot more confusing, trust me. Although they are seperate forms, once the first [select] button is pressed, the other button comes into play for the pre-filled edit fields on the same form. Besides, the usenet.php file is an undocumented mess and there's no way I'm going to back to re-write it . I will fix the [Review/Insert Orphans] option though... one day. |
#664
|
||||
|
||||
well my custom usenet template still doesn't work, maybe I'll try deleting it and redoing it. But I forgot to write down which templates need modifying. I think it was postbits and also newreply for the quoting....
In the meantime, it looks like when you put in a smilie, the post shows up twice, once with the smilie translated and once with the smilie as plain text... |
#665
|
||||
|
||||
OK, fixed the template problem. Turns out even if you don't allow users to choose their customer templates, when choosing a template you still have to click on "override user templates for this forum".
One more technical question. I'll give an example posting. This is vb style linear forum --- 1. Post 1 = test1. 2. Reply1 to Post1 = hello. 3. Reply2 to Post1 = hello2. 4. Reply1 to Reply2 = hello3. 5. Reply1 to Reply1 = hello4. In a threaded forum it would appear thusly: --- 1. Post 1 = test1. 2. Reply1 to Post1 = hello. 5. Reply1 to Reply1 = hello4. 3. Reply2 to Post1 = hello2. 4. Reply1 to Reply2 = hello3. Since usenet is threaded, it should up the second way, right? And this seems to be the case. But not when I'm sending a reply via my forum. Do I need to modify the postbit quote button, or the "Reply" button to point to something other than the first topic? Oh, while writing this I realize that there needs to be a reply button on each topic for this to work right, so I guess it won't. Never mind. |
#666
|
|||
|
|||
Quote:
The behaviour you are seeing shouldn't happen very frequently in normal use. My guess is that you posted a bund of replies between usenet pulls. Remember, the msgid is not allocated until the post reaches usenet. Then we have to wait for the next pull to actually find out what it was allocated. This can cause slight ordering problems if a lot of local posts are made in succession in the same usenet forum. |
#667
|
||||
|
||||
interesting! I see, ok....
I'm almost done but what's missing still is that outgoing messages don't always go out. So if I get you right, it's waiting for the message id to be assigned and only then will it go out? Cool! |
#668
|
|||
|
|||
Quote:
Now you've got it all installed and working, I'm about to release a new version, so you'll have to do it all again I'll have it ready tomorrow. Some changes are: the support for moderation a new module is used to handle email addresses (Mail::Address) Replies are handled differently. It is now far less strict about having an immediate prior message number before being inserted. It should get rid of the large number of orhans. A lot of other little changes aswell. |
#669
|
|||
|
|||
when checking the words table this message appears in the log.
DBD::mysql::db do failed: Duplicate entry 'cheesehead!' for key 2 at www/admin/newnews.pl line 628. can it be suppressed ? ================================ Also I seem to be getting a loop Code:
... ... loading 1 replies... loading 1 replies... loading 1 replies... ... ... |
#670
|
||||
|
||||
Great news.
Thanks Fastforward 3 cheers to the orphan Eliminator Joey |
#671
|
|||
|
|||
when does it appeear ?
hack on a hack: I duplicated the newposts() code in search.php called it newpostsusenet() change the SQL select and bingo .. You can then offer new forum posts and new USENET posts search links. Can this be included in the package please? |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|