51

(4 replies, posted in PunBB 1.2 show off)

erissiva wrote:

So, what is my motivation to join this site?

Agreed...

You all know I am new at this mod stuff. I am trying to add a few mods to my board. I always mess them up. I follow all the instructions in the readme files. Question??

#
#---------[ 5. FIND (line: 191) ]-----------------------------------------------
#

                $post_topics_new = isset($_POST['post_topics_new'][$cur_group['g_id']]) ? $_POST['post_topics_new'][$cur_group['g_id']] : '0';

#
#---------[ 6. AFTER, ADD ]-----------------------------------------------------
#

                $image_upload_new = isset($_POST['image_upload_new'][$cur_group['g_id']]) ? $_POST['image_upload_new'][$cur_group['g_id']] : '0';

When it says AFTER, ADD do I do this? (SAME LINE)

                $post_topics_new = isset($_POST['post_topics_new'][$cur_group['g_id']]) ?                 $image_upload_new = isset($_POST['image_upload_new'][$cur_group['g_id']]) ? $_POST['image_upload_new'][$cur_group['g_id']] : '0';$_POST['post_topics_new'][$cur_group['g_id']] : '0';

Or do I push enter and do it like this? (NEXT LINE)

                $post_topics_new = isset($_POST['post_topics_new'][$cur_group['g_id']]) ? $_POST['post_topics_new'][$cur_group['g_id']] : '0';
                $image_upload_new = isset($_POST['image_upload_new'][$cur_group['g_id']]) ? $_POST['image_upload_new'][$cur_group['g_id']] : '0';

53

(7 replies, posted in PunBB 1.2 troubleshooting)

Ludo wrote:
Connorhd wrote:

huh? you just need to edit main.tpl

I agree !!!

Ludo,

I agree too...

54

(5 replies, posted in PunBB 1.2 show off)

Blueorb wrote:

Umm... are you stupid? Someone made a test user so you can check it out.

Username: Test
Password: Test

Maybe dumb but not supid. It took a user to post it. I think it is stupid that you didn't.

Great plugin...  Thanks PMD.

56

(5 replies, posted in PunBB 1.2 show off)

CodeXP wrote:

You do not have permission to view these forums.

Sounds like a gimick to get you registered on that board.

My host is PHP: 4.3.11

58

(121 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

I'm considering renaming what we today call plugins and call them "Admin add-ins" or something like that. The term plugins is misleading since they don't really "plug into" anything.

Call them "Admin Pun-ins".... Ha Ha Ha! I crack myself up.

59

(21 replies, posted in General discussion)

Just a thought. My idea process is a little off.... Sorry!

60

(21 replies, posted in General discussion)

I know we have discussed version changes but I can't remember which thread it was. Here is some of the ideas I heard.

1.2.10 <-- Okay

1.3.0 <-- Fine

1.2.9 Build 101 <-- My idea

1.2.9 Build 102 <-- Next version

I hope you all understand where I am going with this. You can even do this.

1.2.9 B101 or use 1.2.9 P101 (P means PunBB) smile

61

(20 replies, posted in General discussion)

Thanks for all the great software. I have enjoyed downloading and trying them out. Most of them are more complex then I need. I like fileZilla but it locks up on my computer. I was surfing the internet and found a good lite one. Check it out.

i.FTP by MemeCode

Thanks again for all your help.

62

(121 replies, posted in PunBB 1.2 discussion)

In case you forget rules 1, 2, and 3 just remember DO NOT ask when the next version will be released. smile

I love the teaser... Thanks for sharing!

Thanks for the update...

That worked... Thanks Tenkawa!

65

(20 replies, posted in General discussion)

I am using Windows XP Pro Service Pack 2...

66

(20 replies, posted in General discussion)

You all helped me find a text editor... Thanks! Now I need help with a FTP client. What is your favorite FREE FTP Program.

Thanks in advance for your help.

This don't work for 1.2.9. Any ideas?

68

(7 replies, posted in PunBB 1.2 discussion)

After all that hard work I finally got it. The Meta Tags are in. Thanks to Rickard for all your help. It was easy to add. I thank you again.

69

(25 replies, posted in PunBB 1.2 show off)

StevenBullen wrote:

It looks good.

Dont work from here... IE6... Links dont work and google ads sit under the whole page. Just thought I would let u know.

Same in Opera Browser 8.50.

70

(2 replies, posted in PunBB 1.2 troubleshooting)

No you just upload as is to your directory. Then run the 12_to_129_update.php file in your extras. You can read the docs included in your download. Your plugins will still work. The extra modifcations (ie: logos, banners, extra text, etc...) will not.

Click here for more information.

I hope this helps..... Good luck!

71

(7 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

1. Add <meta_tags> somewhere in the head tag of your template..

When you say add <meta_tags> somewhere in the head tag, which template are you referring to? main.tpl? or what?

Looks great and working fine too me.

73

(12 replies, posted in General discussion)

WoW! You guys helped a lot. I have a bunch to choose from. I am downloading them all to see which one I like the best. Thanks for all your help.

74

(7 replies, posted in PunBB 1.2 discussion)

Rickard wrote:

What you need to do is to add a new replacement variable, e.g. <meta_tags> and then replace that tag with your actual data in header.php. Have a look in header.php to see how to do that.

I really don't understand what you are saying. I am new to this programming stuff. Please explain further.

Thanks in advance for all your help.

75

(12 replies, posted in General discussion)

I am looking for a good and easy to use text editor for editing files on my PunBB board. I have OpenOffice and for some reason it takes everything out of format. Notepad is hard because everything is in one line. I am wondering what the best FREE text editor to use.

Thanks in advance for your help...