|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
well, get a cool forum then  Our daily post count in april varied from 769 to 1429. Average 1040.
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
We used to be a very lively place; but most of our seasoned members grew up and had kids, so they don't come around much anymore... We've got a long standing community as well; so it's not like we're some "we just made it" site  ...
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Anyone have any idea why posts created with this script will not show in a post island? It's quite an annoyance lol...
|
|
|
|
Joined: Mar 2000
Posts: 21,079 Likes: 3
I type Like navaho
|
I type Like navaho
Joined: Mar 2000
Posts: 21,079 Likes: 3 |
It must be skipping the step where it triggers the post island insertion.
|
|
|
|
Joined: Dec 2007
Posts: 7
Lurker
|
Lurker
Joined: Dec 2007
Posts: 7 |
I've followed all the directions. Everything seems to be ok, with the following exception:
The Create Topic Feed from the Control Panel does not show any forums to put the topics into. All I see is a vertical blank selection box.
Please advise.
Thanks in advance.
|
|
|
|
Joined: Aug 2000
Posts: 1,609
Addict
|
Addict
Joined: Aug 2000
Posts: 1,609 |
GREAT mod! Thanks very much for this!  A few things... When I try to create a topic feed, I always get: It appears that you have reached an update page without submitting any data. I'm guessing the form data is not being passed for some reason, causing me to get this generic UBB admin error. I'm running 7.4.2. Has anyone else tried this mod on this version? Well, in the mean time, I can just edit things in the database directly with phpMyAdmin. Also, it appears it does not support feeds that use ASP. Is this correct? One feed uses in their URLs, and this is completely stripped out of the URL when posted to my board, even with the FEED_WAS_ESCAPED option checked... How would I strip out from the feeds? I can't figure it out and have never been that good at preg_replace If I specify in Portal Settings to pull from forums created using this mod, it won't pull from them... I just get a big blank space staring at me...
Last edited by DL.Webmaestro; 01/26/2009 12:44 AM.
|
|
|
|
Joined: Aug 2000
Posts: 1,609
Addict
|
Addict
Joined: Aug 2000
Posts: 1,609 |
I miss the days when this community was active... 
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
I miss the days with loads of free time on my hand. The "It appears that you have reached an update page without submitting any data." problem is easy to fix. Since 7.4.1 (I think?) all forms had a form_is_valid field added. You need to add this to custom scripts too.
|
|
|
|
Joined: Aug 2000
Posts: 1,609
Addict
|
Addict
Joined: Aug 2000
Posts: 1,609 |
Thanks blaaskaak! I found the fix... In edit_feeds.tmpl, after: <input type="hidden" name="returntab" value="$returntab" />
add: <input type="hidden" name="valid_post" value="1" />
One strange thing I noticed... I had changed my forums around a little bit after I installed this mod. I renamed a forum and added some. On the edit pages, it is still showing the old way. I'm guessing it's not pulling these from the DB, and from some flat-file somewhere perhaps? :shrug:
|
|
|
|
Joined: Feb 2007
Posts: 329
Yarp™
|
Yarp™
Joined: Feb 2007
Posts: 329 |
Could be that your cache is outdated. I don't know the exact way it handles things, but it does cache the forumlist on some pages. Maybe remove everything from the cache directory except the index.html file?
|
|
|
|
Joined: Aug 2000
Posts: 1,609
Addict
|
Addict
Joined: Aug 2000
Posts: 1,609 |
Decided to look into it. Seems it was using a deprecated cache file. I am using 7.4.2 and to do this to fix it: In admin/edittopicfeed.php find: (file_exists("{$config['FULL_PATH']}/cache/forum_list.php")) ? include("{$config['FULL_PATH']}/cache/forum_list.php") : $tree = array() ;
and replace with (file_exists("{$config['FULL_PATH']}/cache/forum_cache.php")) ? include("{$config['FULL_PATH']}/cache/forum_cache.php") : $tree = array() ;
|
|
|
|
Joined: Mar 2001
Posts: 19
User
|
User
Joined: Mar 2001
Posts: 19 |
This seems to be broken for 7.5
The scripts reference files that don't exist such as Forums_list.php is now called Forums_cache.php etc.
I go to add an RSS feed link and it says the following:
It appears that you have reached an update page without submitting any data.
Can someone take a quick look at this and post an update.
Thanks a bunch..
|
|
|
|
Joined: Mar 2001
Posts: 19
User
|
User
Joined: Mar 2001
Posts: 19 |
Is there a fully working version for 7.5 with all changes necessary etc.. ?
I just read all the posts now.. hmmmm
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
Nope, ian's gone AWOL; the issue with the CP stuff is the same as the bugs at UBBCentral for 7.4
|
|
|
|
Joined: Mar 2010
Posts: 7
Lurker
|
Lurker
Joined: Mar 2010
Posts: 7 |
is there a more easy way to install this instead of playing with tables? Also does it work on 7.5.5?
|
|
|
|
Joined: Oct 2004
Posts: 9
Lurker
|
Lurker
Joined: Oct 2004
Posts: 9 |
Who is using this? Where can I see this?
F
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
|
|
|
|
Joined: Oct 2004
Posts: 9
Lurker
|
Lurker
Joined: Oct 2004
Posts: 9 |
|
|
|
|
Joined: Mar 2010
Posts: 7
Lurker
|
Lurker
Joined: Mar 2010
Posts: 7 |
I have installed this but when i go to admin control panel and go to topic feeds, down the page where it says Forum to put the topics into: the box is blank with no list of my topics in there.
Can anyone help please?
Last edited by Vic; 04/03/2010 8:24 PM.
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
I'm not too sure what changed in the CP since I had initially installed it; I know it definitely has its short falls on things that don't work 100%...
Ian isn't really involved with the UBB anymore and I'm not really sure if anyone has really looked at the base code anytime since the mod was made...
When I get some more time I can try to hack the CP area to get it working though; but I've been really swamped with my own coding lately (hence why I haven't been as active as I used to be here lol)
|
|
|
|
Joined: Jan 2000
Posts: 5,833 Likes: 20
UBBDev / UBBWiki Owner Time Lord
|
UBBDev / UBBWiki Owner Time Lord
Joined: Jan 2000
Posts: 5,833 Likes: 20 |
A patched copy for v7.4+ can be found here.
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 254
Joined: January 2000
|
|
Forums63
Topics37,575
Posts293,930
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|