Ravens PHP Scripts: Forums
 

 

View next topic
View previous topic
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6
Author Message
The_cobra666
Hangin' Around



Joined: Oct 23, 2004
Posts: 38
Location: Belgium

PostPosted: Wed Mar 02, 2005 9:37 am Reply with quote

Is there an attachment mod for the phpbb in that's in phpnuke.
I could realy use it!

greetz
 
View user's profile Send private message
takaharu
Client



Joined: Sep 25, 2003
Posts: 58

PostPosted: Wed Mar 02, 2005 12:33 pm Reply with quote

Here you go :

http://www.portedmods.com/download-file-351.html#dl

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Send e-mail Visit poster's website
The_cobra666







PostPosted: Wed Mar 02, 2005 2:28 pm Reply with quote

Does it work with 7.6 ?
 
takaharu







PostPosted: Thu Mar 03, 2005 4:09 am Reply with quote

yes , i added the mod to my portal (7.6) and it works fine
 
The_cobra666







PostPosted: Fri Mar 25, 2005 3:23 am Reply with quote

Sorry for the late response but it didn't work Sad. i can see the mod in the forum admin but I can't read anything :S, I can se the forms but there are no words! Seems like something went wrong. Can anyone help me with that?

greetz
 
CurtisH
Life Cycles Becoming CPU Cycles



Joined: Mar 15, 2004
Posts: 638
Location: West Branch, MI

PostPosted: Fri Mar 25, 2005 6:48 am Reply with quote

The best thing to do is to backtrack to the beginning. The errors you describe come from missing steps

_________________
Those who dream by day are cognizant of many things which escape those who dream only by night. ~Poe 
View user's profile Send private message Visit poster's website Yahoo Messenger
The_cobra666







PostPosted: Sat Mar 26, 2005 4:44 pm Reply with quote

Ok, I tried again and succes Smile, I can now change everything in the forum admin. I only got one big problem, when I try to post, I can't attach anything, it doens't show's the attach "block" and from, any idea's?

greetz
 
CurtisH







PostPosted: Sat Mar 26, 2005 4:53 pm Reply with quote

Make sure that you edited all of the tpl files for ALL themes you are using.

The instructions may say to edit modules/Forums/templates/subsilver/whatever_file.tpl

This means you will also have to edit
themes/Your_Theme*/forums/whatever_file.tpl

*means whatever themes you use. Smile
 
The_cobra666







PostPosted: Sat Mar 26, 2005 5:07 pm Reply with quote

Okay that did it, now another problem Sad , i've chmodd the files folder to 777, but this is what I get when I press the Test settings butten :

The Directory 'http://www.***********.***/modules/Forums/files/' does not exist or couldn't be found.

//edit: strange now it give's me this error:
Directory 'files' is not writeable. You'll have to create the upload path and chmod it to 777 (or change the owner to you httpd-servers owner) to upload files.
If you have only plain ftp-access change the 'Attribute' of the directory to rwxrwxrwx.

And I'm 100 % sure that the folder is chmod to 777

//edit: now it passes the test settings but give's me this error when I try to upload something:

Upload Error: Could not upload Attachment to ./files/xeonenamd_971.jpg.
 
CurtisH







PostPosted: Sat Mar 26, 2005 5:18 pm Reply with quote

Notice that you have a "." in the path? You need to find where you accidentally put that and remove it
 
The_cobra666







PostPosted: Sat Mar 26, 2005 5:24 pm Reply with quote

Any idea's where to look? Cause in the attachment admin panel there only stands : files not a , . or ""

greetz
 
TheosEleos
Life Cycles Becoming CPU Cycles



Joined: Sep 18, 2003
Posts: 960
Location: Missouri

PostPosted: Wed Mar 30, 2005 1:10 pm Reply with quote

Go to your attachments management page in your forums admin and make sure you have your paths set up right.

_________________
Only registered users can see links on this board! Get registered or login! 
View user's profile Send private message Visit poster's website AIM Address ICQ Number
The_cobra666







PostPosted: Wed Mar 30, 2005 1:27 pm Reply with quote

Problem already solved Smile Reuploaded everything, and then it suddenly workt Smile

Thanks for the help Wink

greetz
 
christianb
Worker
Worker



Joined: Nov 24, 2004
Posts: 131
Location: Batesville, AR

PostPosted: Tue Apr 19, 2005 1:15 pm Reply with quote

Will this work with 7.6 (patched) and Nuke Sentinel 2.20? Or will there need to be modifications?
 
View user's profile Send private message Visit poster's website
The_cobra666







PostPosted: Tue Apr 19, 2005 1:23 pm Reply with quote

It will work.

Greetz
 
joia
New Member
New Member



Joined: Aug 17, 2005
Posts: 15

PostPosted: Wed Aug 17, 2005 2:15 pm Reply with quote

I have used this mod and everything seems to go well except for the table of attach . after changing so many files my head is empty and i can't think of what could be missing .
In the administration pannel everything appear ok .


Last edited by joia on Fri Aug 19, 2005 10:32 am; edited 1 time in total 
View user's profile Send private message
joia







PostPosted: Fri Aug 19, 2005 3:45 am Reply with quote

I ve editted all the files again and finally works but there is en error in private messages - what should i do? reply somebody pls

Could not get attachment informations for specific posts

DEBUG MODE

SQL Error : 1064 You have an error in your SQL syntax near 'LIMIT 1' at line 4

SELECT attach_id FROM nuke_bbattachments WHERE privmsgs_id = LIMIT 1

Line : 491
File :/modules/Forums/attach_mod/includes/functions_attach.php
 
joia







PostPosted: Sun Aug 21, 2005 2:11 am Reply with quote

although i got no reply i solved my problems . The last one is that in privates messages i have now two tables (one for attach limits at left side and the default one for pm limits at the right side )that cause my theme (subsilver) to be extended far away from theme border . drop me pls an advise how to have them one line down from titles so the page look better?
 
CurtisH







PostPosted: Sun Aug 21, 2005 6:57 am Reply with quote

You will just need to play with the tpl code a bit. This is unfortunately a common problem with bbtonuke mods. Sometimes the tpl code changes a bit between releases or people need to install on other than subSilver

The format issues get resolved by experimenting. Knowing html is extremely helpful.
 
joia







PostPosted: Sun Aug 21, 2005 8:17 am Reply with quote

Though i know html is a bit like looking for a needle in a haystack-Smile Some times I solved theme problems by editting language files but as far as I am only sorting words and frases, this solution is not applicable in this case. Thanks anyway for your suggestion.
 
CurtisH







PostPosted: Sun Aug 21, 2005 8:36 am Reply with quote

Really it is just a matter of moving the code you added around in the tpl file until it sits where you want it. Smile
 
joia







PostPosted: Sun Aug 21, 2005 11:05 am Reply with quote

yea I tried first div tag for each table OffTopic it appeared like popup window completely out of the theme . I tried to move down all the code of both tables of information (attach and inbox )and fits my needs better . Thanks a lot Cheers
 
Display posts from previous:       
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Ravens PHP Scripts And Web Hosting Forum Index -> phpnuke 7.6

View next topic
View previous topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You can attach files in this forum
You can download files in this forum


Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours
 
Forums ©