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 - Jenn

Pages: 1 2 [3] 4 5 6 7 8
32
Discussion & Troubleshooting / Same subcategory for ALL categories
« on: March 22, 2007, 06:22:05 PM »
Is there an easier way of setting up a sub category that will be used for ALL categories?

I have 100 categories and all will have a "videos" subcategory.

I don't want to have to go into each 100 category and setup that subcat one by one if I don't have to.

Wasn't sure if there was an easier way and I'm just missing it. Very rough day so forgive me if it's easy.

Thansk
Jen

33
Just simply username and or password are incorrect. Be sure you are entering in the correct information.

If you are, it's possible your username doesnt have the proper permissions to create database tables.

Database Host = "localhost"
Databaes User Name = "myDbUserID"
Database User Password = "myDbPassword"
Database Name = "myDatabaseName"

Your MySQL user name can be different from the one you use for telnet, FTP, etc.


34
Thanks Trez

Email on its way. Also asking about another possible mod as well.


35
Trez
Not sure if I should ask here or not, but the Gender color mod. Is that just for genders or can it specify colors for each usergroup?

I'm looking for admins to be in a color, moderators another color and registered users a different color. If this offers it, I will be purchasing it as I am currently looking for one.

Thanks
Jen

37
When I log in as admin on my site, at the very bottom I have a Administrator Control Panel Link.

38
trez

Is there away to add a moderator control panel on the index page like the admins have? How would I go about adding that for easier access?

Thanks again, this has made my job much easier, in modding.


39
Discussion & Troubleshooting / Re: can't upload images
« on: March 20, 2007, 04:10:19 PM »
I would check your CHMOD permission. Should be 777.

40
Hola

I've searched all 16 pages, lol. Is it possible to allow users to comment on news?

Thanks much :)

Jen

41
how I can make to appear an other image in place of this ?

Find an alternative image you want to use and replace the download.gif with that one. But be sure to rename it to download.gif.

FYI: This file can be found in the images directory within the templates.

44
Mods & Plugins (Releases & Support) / Re: [Mod] bbcode Smileys
« on: March 16, 2007, 05:29:54 PM »
I got a little problem with Version 1.7.2
If I don't type in a headline when I post a comment it sends me back to the page. But now the code in the Comment: looks like this
Code: [Select]
<img src="./templates/default/smilies/icon_surprised.gif"> instead of
Code: [Select]
:o

Quote

Can anyone solve this problem????

What I did was remove the headline, thus not making it mandatory for headline. Personally I think its a little useless, but that's me. If you don't want to remove the headline, then you will have to find another way around. But this way works.

1. Open details.php
Find and remove
Code: [Select]
if ($comment_headline == "")  {
      $msg .= (($msg != "") ? "<br />" : "").$lang['headline_required'];
      $error = 1;
    }


2. Open templates/comment_bit.html
Find and remove
       
Code: [Select]
<td valign="top"><b>{comment_headline}</b></td>


3. Open templates/comment_form.html
Find and remove
Code: [Select]
<tr>
                  <td width="90"><b>{lang_headline}</b></td>
                  <td><input type="text" name="comment_headline" size="30" value="{comment_headline}" class="commentinput" /></td>
                </tr>

Works for me since I received the same thing in 1.7.4. Good luck!

45
Mods & Plugins (Releases & Support) / Re: [Mod] Avatar v2.01
« on: March 16, 2007, 04:31:54 PM »
Works perfect in 1.7.4.

Is it possible to have a sample of the preinstalled avatars display so users can see what they look like?


Pages: 1 2 [3] 4 5 6 7 8