Ravens PHP Scripts: Forums
 

 

Search found 211 matches
Author Message
 Topic: Uploading photo in news module
bobbyg

Replies: 7
Views: 16058

PostForum: RavenNuke(tm) v2.5x   Posted: Fri Mar 13, 2015 12:11 am   Subject: Uploading photo in news module
Check the CHMOD permissions of the uploads folder and the subfolders, 755 should work.

Folder and sub-folders set correctly when first installed. rwxr-xr-x
This was first time since getting new ...
 Topic: Uploading photo in news module
bobbyg

Replies: 7
Views: 16058

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 03, 2015 5:27 am   Subject: Uploading photo in news module
Why so complicated? Uploaded via FTP, then open the source view in the editor and type it in HTML:

<img src="path/to/your/image.jpg" alt="" />

Duh! I did that as a wor ...
 Topic: Uploading photo in news module
bobbyg

Replies: 7
Views: 16058

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Mar 03, 2015 5:23 am   Subject: Re: Uploading photo in news module
Have editor for images? FCK or CK?

Have ck
 Topic: Uploading photo in news module
bobbyg

Replies: 7
Views: 16058

PostForum: RavenNuke(tm) v2.5x   Posted: Sun Mar 01, 2015 11:17 pm   Subject: Uploading photo in news module
I recently had to replace my desktop. Of course the new one came with Windows 8.1 followed by 87 updates. When attempting to add a photo in a news post, the popup window comes up. It will let me se ...
 Topic: Adding RSS content to my site through blocks
bobbyg

Replies: 5
Views: 12374

PostForum: NukePie/SimplePie   Posted: Wed May 14, 2014 10:06 am   Subject: Adding RSS content to my site through blocks
On one of my computers I am running xp 64 but deleted ie explorer. So now I use either chrome or firefox. I am using jschroller2 to scroll several external rss files. However, I get the following m ...
 Topic: adding custom pages??
bobbyg

Replies: 2
Views: 6086

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Aug 27, 2013 8:49 am   Subject: adding custom pages??
You can use http://www.trickedoutnews.com/download-file-123.html HTML module.
 Topic: Embedding Video
bobbyg

Replies: 18
Views: 25462

PostForum: General/Other Stuff   Posted: Mon Jun 03, 2013 9:36 am   Subject: Re: Embedding Video
Just the typical YouTube embed code:

<iframe width="420" height="315" src="http://www.youtube.com/embed/JkNZjDM_FQI" frameborder="0" allowfullscreen&g ...
 Topic: ckeditor <p></p>
bobbyg

Replies: 1
Views: 4009

PostForum: FCKeditor/WYSIWYG Issues   Posted: Mon Jun 03, 2013 8:15 am   Subject: ckeditor <p></p>
Ckeditor will automatically insert <p></p> around code. This is a problem for some code such as iframe embedded videos. Changing them to <div>/div> will permit the iframe code t ...
 Topic: Weblinks
bobbyg

Replies: 6
Views: 7593

PostForum: RavenNuke(tm) v2.5x   Posted: Sat Jun 01, 2013 11:33 am   Subject: Weblinks
// $blockunregmodify: Block unregistered users from suggesting links changes? (1=Yes 0=No)

Default setting was 0 which should be 1. There is no justification for an unregistered user to suggest a ...
 Topic: Weblinks
bobbyg

Replies: 6
Views: 7593

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 31, 2013 2:45 pm   Subject: Weblinks
Since, as you had stated, it may be an issue with the original RN module I posted same here. Fix should be shown here and applied to RN 3.0
 Topic: Weblinks
bobbyg

Replies: 6
Views: 7593

PostForum: RavenNuke(tm) v2.5x   Posted: Fri May 31, 2013 9:28 am   Subject: Weblinks
I just found a modify link submitted to one of my links by Anonymous. Because I had to approve or ignore it didn't cause any problem. I am wondering if there is a verification step missing to prevent ...
 Topic: How to add a URL to modules list that just redirects
bobbyg

Replies: 40
Views: 43879

PostForum: Modules   Posted: Tue Feb 14, 2012 12:24 pm   Subject: How to add a URL to modules list that just redirects
html redirect

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>Your Page Title</title>
<meta http-equiv="REFRESH" content="0; ...
 Topic: Redirect from within nukewrap to external https page
bobbyg

Replies: 3
Views: 6249

PostForum: General/Other Stuff   Posted: Tue Feb 14, 2012 11:26 am   Subject: Redirect from within nukewrap to external https page
I was trying to use oscommerce within nukewrap, but the paypal requires https: which cannot be used within an iframe. I have to run it separately.
 Topic: Changing colors in Simply Blue template
bobbyg

Replies: 14
Views: 14380

PostForum: v2.4 RN Issues   Posted: Mon Feb 13, 2012 3:00 am   Subject: re: Changing colors in Simply Blue template
Actually I used it to override the oscommerce theme colors to match the RN theme I was using. I have not used it to override the RN theme colors.
 Topic: Redirect from within nukewrap to external https page
bobbyg

Replies: 3
Views: 6249

PostForum: General/Other Stuff   Posted: Sun Feb 12, 2012 8:30 pm   Subject: Redirect from within nukewrap to external https page
I have looked at all the various potings regarding redirect, but have not found a solution to this. There are 2 locations that needs to be redirected to a separate page because https cannot be display ...
 Topic: Changing colors in Simply Blue template
bobbyg

Replies: 14
Views: 14380

PostForum: v2.4 RN Issues   Posted: Sun Feb 12, 2012 5:37 pm   Subject: Changing colors in Simply Blue template
You http://jqueryui.com/themeroller/#ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=420c0c&bgTextureHeader=03_highlight_soft ...
 Topic: Forum permissions?
bobbyg

Replies: 1
Views: 4844

PostForum: RavenNuke(tm) v2.5x   Posted: Thu Feb 09, 2012 7:42 pm   Subject: Forum permissions?
I deactivated the original forum then created a separate block for the forum setting authorization to group.

<?php

/************************************************************************/
...
 Topic: FCKEditor *fixed*
bobbyg

Replies: 11
Views: 10267

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jan 25, 2012 10:08 pm   Subject: FCKEditor *fixed*
I would recommend Web CEO.
 Topic: Databases changes
bobbyg

Replies: 7
Views: 6427

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jan 25, 2012 6:16 pm   Subject: Databases changes
My comparison compared data and structure. It may have not been logical, but the conversion worked without encountering any of the errors reported by others. I have not changed the data from 'downlo ...
 Topic: Databases changes
bobbyg

Replies: 7
Views: 6427

PostForum: RavenNuke(tm) v2.5x   Posted: Wed Jan 25, 2012 4:26 pm   Subject: Databases changes
I did run a separate fresh install. After nuken said there were other database changes I ran my own compare program and did a drop/load of certain databases (i.e i2country) and entered any new fields ...
 Topic: Databases changes
bobbyg

Replies: 7
Views: 6427

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jan 24, 2012 4:47 pm   Subject: Databases changes
I upgraded to 2.5 with source code only (after copying necessary information from old config to new config). The only database problem I encountered was missing the new 'theme' database file. Howeve ...
 Topic: Blocks Issue with paypal buttons.
bobbyg

Replies: 9
Views: 10397

PostForum: RavenNuke(tm) v2.5x   Posted: Tue Jan 24, 2012 4:32 pm   Subject: Blocks Issue with paypal buttons.
I have had the problem with saving the information and finding it changed completely afterwards. I found that once I have all the information formatted the way I want it, I click the source, select a ...
 Topic: Blocking countries
bobbyg

Replies: 1
Views: 4636

PostForum: NukeSentinel(tm) Country and IP2Country Updates   Posted: Fri Sep 23, 2011 12:16 am   Subject: Blocking countries
What is the bet way to block all countries except the one(s) you want. I there a chance that optional defaults could be set to block all countries except those you choose not to block.
 Topic: Invalid query: The used command is not allowed with this MyS
bobbyg

Replies: 6
Views: 8117

PostForum: MySQL   Posted: Thu Sep 08, 2011 1:13 pm   Subject: Invalid query: The used command is not allowed with this MyS
Finally received an answer that made sense from Go Daddy. I will have to move over to a virtual dedicated or a dedicated server and then I can have the mysql set up as I need it.
 Topic: Invalid query: The used command is not allowed with this MyS
bobbyg

Replies: 6
Views: 8117

PostForum: MySQL   Posted: Thu Sep 08, 2011 12:02 pm   Subject: Invalid query: The used command is not allowed with this MyS
Thanks, the Go Daddy support group responded with using php5.ini to override my.ini. I thought this was wrong, but then again, since I don't have direct access to the server I had no way to check out ...
 

 Jump to:   

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