If the original author sets the story as a round robin any author can add to it.The downside is that there is no restriction on who can add, just as l...
Sorry about that, I uploaded it to my test space by accident.It should be updated at this point. Try it again and let me know if it fixes you is...
The way the bridges should work is that when you first visit the eFiction side it checks to see if you have author preferences, and if it does not fin...
I included the profile.php file into the zip. This should have been there before, but I must have missed it. Upload that file to you /user...
Ack....my bad. Been a while since I played with SMF :)The default function send the output via ECHO, that is why it is bypassing the block and d...
For a very basic block you will need 2 files.The first is the init.php file. It adds the block into the database, setting the path to the main p...
We just noticed an oversight in my instructions. Putting eFiction and vBulletin on different sub-domains causes a cookie problem that prevents y...
Can you post or PM me the url of your site and eFiction install.What login link are you clicking? The eFiction one should do nothing since you w...
Been brainstorming on this idea.What if you drop some code on the hook in browse.php and viewstory.php. It reads the category number and reassig...
This is the current rss.php with the modification to accept the user id being passed. If it is not valid it returns the standard rss feed.<?p...
Been thinking about this a bit, I am wondering if this would better be suited for variables.php than a profile.php edit, that way you can add or remov...
I have found a small bug....more of an oversight on my part. The mod does not do anything when stories are deleted, so the potential for orphan ...
How would we link the rss feed from each profile though? Gah, this is what I get for being a senior in college, I forget everything that pertains to m...
myrss.php?user=#Number is the user ID you want the feed for.
The code I posted was a modification of the default RSS code (A couple of versions back if I remember). You will want to create a new file, so y...
