![]() |
anyone else have this issue?
|
Thank you!
installed |
Ok for some reason its all up to date, the eggdrop is calling the file and giving me the info I need. For some reason though it wont print stuff on my forum home, it prints fine in the adminCP and shows everything there including the topic and everything. Ive added the $ircchannels or whatever it was to the forumhome and the header and other places to get it to show and it doesnt show still. Any ideas for why it wont show on my forum home?
|
Bump, anyone else have this problem of it not displaying?
|
seems you and i are in the same boat, im having the same issue
|
Quote:
|
It doesnt show at all on the forum home. Whether I select the location in ACP or place it myself manually it doesnt show.
www.vacdisabled.net Is my site. |
If it doesn't show on forumhome, it means that you did not add a channel in ACP.
|
Like I just said I did add a channel and it shows up in the AdminCP below the add a channel thing. It doesnt show on forumhome.
This is in ACP under the IRC Channels => Manage options.... Code:
Handle Server Topic Activity Online Online max Date of max Users Edit Which is my IRC channel, all the users on it, and the correct status and yet it still will not show. |
Quote:
Quote:
|
you may mean "don't include the trailing ;" :). I edit my instructions as I did not notice this mistake.
You didn't have to read the code to find this :). As I said, if template auto edit doesn't work, edit forumhome template like said on this post : https://vborg.vbsupport.ru/showpost....75&postcount=2 |
Tried that...Still wont work.
|
Ok got it working. I guess it just needed to wait for it to refresh and get the info before it actually printed everything. Thanks for all your help.
|
Thank you! Installed.
A problem, if I close the usergrup not loged and not register, Can View Forum does not modernize the list to me user. jancarlo |
Very nice, *installed* :)
When a user has ] or/and [ in his nickname, it shows the brackets { }. Any ideas? https://vborg.vbsupport.ru/ |
Quote:
|
Got it :)
Search Code:
if {[onchan $user $chan]} { Code:
if {[onchan $user $chan]} { |
I use eggdrop 1.6.18 since one day. Now he shows me on the Forum the Topic of the chan but not the Users.
Can U halp plz? |
Does this hack run in 3.6.2 ?
|
Quote:
|
Works like a charm on 3.6.4. Any ideas how to fix the special chars being displaced correctly? Ä, ö, ü, etc.
|
Hey guys I'm having a little bit of a problem. I got the eggdrop all setup and configured, added the script to its config file. I changed the settings in the Administration panel, but when I type in my IRC server, chat.3wheelerworldforums.com its cutting off the .com I guess because its so long. Consequently, my stats on the index are not updating or even showing anything other then zero. I'm using 3.6.5 Any help would be really appreciated.
|
Well the stats seemed to have fixed themselves (refresh period perhaps or something?) But My server name is still to long to be displayed on the forum. Not a big deal though.
Thanks for the most excellent mod that does infact work with the 3.6 series :D edit: The only other thing I did notice that isn't working, is the activity bar. You can check it on my homepage http://www.3wheelerworldforums.com |
Installed(thanks).
It looked like it's working but I have to admit it wasn't easy getting this mod to work on a local testserver /windrop. Took about 2 hours of tinkering and adjusting to get it going. Problems encountered were as follows: --------------------------------------------------------------- 1. Install says to add "sources scripts/ircrefresh.tcl" to eggdrop.conf Windrop uses "source scripts/ircrefresh.tcl" command instead2. Windrop http package wasn't configured to load. Copied http.tlc from X:\Windrop\lib\tcl8.4\http2.5\ to \Windrop\scripts and added the line source scripts/http.tcl in eggdrop.conf before source scripts/ircrefresh.tcl from step 1.3. Configured Eggdrop IRC Manager Options under vBulletin Options but failed to see the new IRC Channels Manager in the ACP menu listing(did not refresh after product install) 4. Rehashing the bot failed to load script. Issued DCC .restart command instead. 5. Changed the channel title and forumhome finally displayed stats Hope this helps someone. |
PS. installed and running on
|
Quote:
My server url/ port is to long and thus truncated by the script. The stats activity meter doesn't work. I don't know why but ever since the eggdrop addon's came about for vbulletin, they have always been subject to buggy operation and sparse support. |
Quote:
Here is the edit: Open product-eggdrop_irc_manager.1.0.0.1.xml in a script compliant editor(I used Dreamweaver) and find the line(usually 12): Code:
server varchar(25) NOT NULL default '', Hope this helps. |
I have a question...
In the event that a forum has guest forum permissions turned off, the eggdrop cannot access the irconline.php file(forum permission). Is there a way to move irconline.php to higher dir level on the server and what needs to be changed in order to do that? |
Hey John, did you end up with the problem I was/am having on the activity meter never changing? I poked around inside the product file numerous times looking to see if I could edit the values to perhaps lower them, but I never did see anything. I don't think its the character limit, because I ended up using just the IP address for my server instead. I don't have the answer to your question about irconline.php, sorry :(
|
Will there be a re-release for 3.7 ?
|
I hope so, cause this mod a lone might keep my from upgrading if there isn't.
|
I'd also be interested in an update for 3.7.x.
Ingress |
this works fine for 3.7
|
Great mod!
Works fine for me with 3.7.2 and eggdrop 1.6.18. It took a few minutes to show who was in there but works fine now. One question: Can you show the who's chatting dialog on other template pages? I tried $irc_channels but it does not show anything except on forum_home. Any suggestions? EDIT - I just changed the hook position to global_start for now to make this work. One problem I'm seeing is it says "Array" as a member in the list. Like: Topic: robots are cool, but so are sponges @mattdev, @tweakmonkey, @Voltron, Array, Array, juballharsha EDIT 2 - In case anyone else had this problem, I fixed it by editing the Plugin called [Eggdrop IRC Manager]forum template alteration: Code:
$replace = '<!-- start logged in IRC --> Code:
if ($user!= "Array") Code:
if ($op!= "Array") Code:
if ($halfop!= "Array") Code:
if ($voice!= "Array") |
Another feature I wanted was to have the topic being shown on my site automatically link URLs, since they are often used in IRC topics.
To do this, edit the [Eggdrop IRC manager]Forumhome template alteration in the Plugin and Plugin Manager in the control panel. Find the line: Code:
$channel['dateline_max']); Code:
$channel['topic'] = preg_replace('@(https?://([-\w\.]+)+(:\d+)?(/([\w/_\.]*(\?\S+)?)?)?)@', '<a href="$1" target="_blank">$1</a>', $channel['topic']); |
I have it working - shows on forumhome also
Only have 2 problems so far Topic isn't showing Activity Graphic isn't changing Suggestions ? Other than that its working great on vb 3.8.4 PL2 |
I never got the activity graphic working for my setup. The topic does refresh after a while. You need someone to leave/rejoin for it to change if I remember correctly.
|
Yep I got the Topic sorted (just had to change it in the channel)
Everything works now except the Activity Graphic. |
Unfortunately this has stopped working for vb4, would anyone be willing to make it compatible again as it was a great addition to our board, I'd do it myself but I wouldn't know where to start.
Also for the people having trouble with the acivity graphic, you need to put the images in the images folder of your style then they'll show up just fine. |
I could definitely use this on my 4.0 site too. I could make it. Work if I had enough time to gmess with it.
|
All times are GMT. The time now is 01:33 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:
|