Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - mikevid

Pages: [1]
1
Mods & Plugins (Releases & Support) / Re: [MOD] guestbook
« on: November 21, 2006, 07:39:28 PM »
I have this mod and working great in one installation, and I'm trying to install it for another site.  I really like this mod, so much that I'm installing it again!  :)

I'm using a clean installation of 1.7.3 but I'm getting an error whenever I load it.  I've re-read all posts in this thread and I can't find an answer.  

Here's the error: Line 72 Char 16 - Unterminated string constant.  I checked line 72, and here's an excerpt from that section of the code:
Code: [Select]
if ($action == "removecomment") {
  if (!$comment_id || ($config['user_delete_guestbook'] != 1 && $user_info['user_level'] != ADMIN)) {
    header("Location: ".$site_sess->url($url, "&"));
    exit;
  }

Does anyone have any ideas?

2
I have this mod installed and working great on 1.7.3.  Very nice, Thank you.

I have one problem.  Below is an image before the new images.php please notice the " ' " in the Image Name:



After installing the new images.php it looks like this:



Is there a way to remove the added " \ " in the Image Name?

3
Great mod, thank you. 

One fyi-
When I hover previous year <<<, I got next year "alt"
When I hover next year >>>, I got previous year "alt"

I switched the words  'Next year', 'Previous year' at the end of the misc section in functions.php to fix the problem. Now it looks like this:
Code: [Select]
$calendar_txt['english']['misc']        = array('Previous month', 'Next month', 'Previous day', 'Next day', 'Previous year', 'Next year');

Pages: [1]