Elle
@jenny
Honorable Member
Joined: Feb 14, 2007
Topics: 47 / Replies: 542
Reply
Re: Clearing database of inactive accounts

I would definitely recommend installing the last visit mod ASAP. When it comes to purging accounts, you might want to toggle the last visit mod to upd...

16 years ago
Reply
Re: Help with downloading

It seems like you might be better off at a new host; this one doesn't sound too promising and helpful. If Becca is not hosting any more, I would ...

16 years ago
Reply
Reply
Re: Adding Image Upload code to story submission page

Look in includes/storyform.php. There is a chapterform function which is what you are looking for.

16 years ago
Forum
Reply
Re: Admin Level 4 - Can editing/deleting others' work be disabled?

What was the code that made all users have admin privileges?viewstory.php:Find: if(isADMIN) $tpl->assign("adminoptions", "<div ...

16 years ago
Forum
Reply
Re: Admin Level 4 - Can editing/deleting others' work be disabled?

In your reviews.php do you not have something like:if(isADMIN && uLEVEL < 3) $adminlink = "<span class='label'>"....

16 years ago
Forum
Reply
Re: Admin Level 4 - Can editing/deleting others' work be disabled?

Ah.It's just the edit/delete news comments and reviews, right?I bumped myself down to a level 4 admin on my site, and I don't get options fo...

16 years ago
Forum
Reply
Re: Admin Level 4 - Can editing/deleting others' work be disabled?

Perhaps you should avoid using level 4 and try doing something else... but what perks do you want to give premium members?I avoid using level 4 at my ...

16 years ago
Forum
Topic
Forum
Replies: 1
Views: 1479
Reply
Re: Star Member mod

Oh, that's just the uid I was working with (lazy and didn't have access to phpMyadmin). With orig I think you could just do this: if ($stori...

16 years ago
Forum
Reply
Re: Any security problems?

Aw, I'm sorry they did this to you.due to being compromised and exploited to send abuse content via our systemsDoes this mean you have been hacke...

16 years ago
Reply
Re: Mod Request - Authors cannot delete their stories without admin's approval

Ah right, she wants something that will allow the author to delete it if the admin okays it. 😐 Yessss, I imagine that would be pretty complicated. Ho...

16 years ago
Forum
Reply
Re: Star Member mod

I didn't use the database for this one yet, but I this works for listings:includes/storyblock.php:/* DONATED [L] */if (in_array($stories['ui...

16 years ago
Forum
Reply
Re: Mod Request - Authors cannot delete their stories without admin's approval

You will have to mod the stories.php file:Find the delete() function:function delete ( ) {In that function, find: else if($confirmed == "yes"...

16 years ago
Forum
Page 3 / 40