No problem. π
Jacynthe
Archives: http://fanfics.e-authors.net
Version: 3.5.3
Modified? Somewhat...
PHP: 5.3.3
MySQL: 5.0.91-community
3.5 code update
Same as before, but where it says earlier to change in user/profile.php
if(dbnumrows($fav) == 0) $nameinfo .= " [<a href=""user.php?uid=USERUID&action=favau&author=".$userinfo['uid'"]."">"._ADDAUTHOR2FAVES."</a>]";
to
if(dbnumrows($fav) == 0) $favinfo .= " [<a href=""user.php?uid=USERUID&action=favau&author=".$userinfo['uid'"]."">"._ADDAUTHOR2FAVES."</a>]";
change
if(dbnumrows($fav) == 0) $nameinfo .= " [<a href=""user.php?action=favau&add=".$userinfo['uid'"]."">"._ADDAUTHOR2FAVES."</a>]";
to
if(dbnumrows($fav) == 0) $favinfo .= " [<a href=""user.php?action=favau&add=".$userinfo['uid'"]."">"._ADDAUTHOR2FAVES."</a>]";
everything else works fine still π
I am rebuilding efiction! Join us on irc! #efiction at
What is the variable code for Last Logged in?
I am rebuilding efiction! Join us on irc! #efiction at
You have {lastlog} up there, but that's a mod. I've been looking for this mod for a bit and haven't been able to find it, actually. I hadn't been sure if it had been updated for 3.0. Do you know where it can be found?
^ https://efiction.org/forums/index.php?topic=4781 I think. π
archive:
site:
Available for skin/mod commission! π
I'm unfortunately having a javascript conflict between
gotten from http://www.tjkdesign.com/articles/keyboard_friendly_dropdown_menu/default.asp
and
the two tabber js files
I've no idea how to compare them save for the variables.
I am rebuilding efiction! Join us on irc! #efiction at
WOW. Sometimes code confuses the heck out of me, but this time not for something going spectacularly wrong, but rediculously right. I fixed it, but the style sheet call for 'tabber.css' is borked. my default2 skin via extra_header.php desires the default skin's tabber.css file and will not read it's own. the links are correct and the files are the same.
Meh, I'm just glad they work at all, but huh? what? why?
I am rebuilding efiction! Join us on irc! #efiction at
Everything works fine for me except the option to add the author to favorites. The option never shows up even though I'm sure I entered everything correctly and I did try the 3.5 update that itanshi posted but that doesn't work either. π