windrider07 posts
Make all pages the same layout at once?Strange thing was that the home page WAS reflecting off the new design but the rest of the pages were not and I was wondering why…so I ran the SQL command in phpmyadmin. |
Make all pages the same layout at once?Nevermind, a friend of mine helped me…I used the following command in SQL: UPDATE `database_name`.`table_name` SET `column_name` = ‘layoutid’ |
Make all pages the same layout at once?I just created a new layout for my site (modified form of the Dirtylicious theme) and I want to know how can I make it so that I can apply the theme to all of my pages at the same time and not manually go to each page and change it? |
Sidebar tabs pulling different layouts?I am wanting to add additional tabs to my layout other than just one sidebar. These additional tabs will be sidebars to another template and so I am wanting to use a different template than the template being used by the regular default sidebar. Is that possible? |
Author listed in RSS feed (does code still work)?anyone? |
Author listed in RSS feed (does code still work)?Tried the code that David gave me but it looks to be not working anymore: |
Some corrections.... (and suggestions)And the simplepie plugin is like incompatible with 0.9.5…getting a 404 error…had to remove the code for my site to work. |
RSS Parser?Ok, I changed the line…but it screwed up my plugins page. All the plugins that appeared in the list starting from the RSS Parser and downwards are not showing up…the list is cut off…and the RSS Parser tab itself shows a blank page. |
Simple Pie generates 404[27-Apr-2009 02:14:03] PHP Warning: mysql_query() [<a href=‘function.mysql-query’>function.mysql-query</a>]: Access denied for user ‘sparkonl’@‘localhost’ (using password: NO) in /home1/sparkonl/public_html/fiesta/frog/app/frontend/classes/Page.php(192) : eval()‘d code on line 12 |
RSS Parser?Is there an RSS parser I can use to parse out my RSS feed url? The simplepie plugin seems incompatible with the newest version of FrogCMS as it returns a 404 error on me on my site…had to remove the simplepie code from my site. The download link for the Feedburner plugin seems to not exist so I can’t download it. Any ideas? |
Simple Pie generates 404Yea, I’m having the same issue…:( I get a 404 error. |
404 error on simplepie and error in config.phpIn the news area where I have simplepie running, it shows a 404 error. I uploaded the simplepie.php file into the /frog/helpers/ folder and it still had the 404 error. Also in config.php, I uploaded the old file I had sued before the upgrade and added in the new version’s codes and I got the following error: [a fatal error or timeout occurred while processing this directive] Lastly, I am also using my old site’s .htaccess file because the new one is giving me a 500 server error. I pasted the code in this thread. I noticed that when I take the newer version of the .htaccess file and remove the “php_flag magic_quotes_gpc off” code from it (without quotes), the 500 server goes away and my site comes up but I still get the 404 error where my news area is supposed to be. Funny thing was, I tried removing the whole simplepie code from my main page and the 404 error disappeared and my site came back up. But I want the simplepie plugin for my news area. EDIT: I commented the whole entire code out so my content page on my site is blank. Sidebar still shows up though. |
Http 500 errorThis is what my .htaccess says:
http://fiesta.sparkonline.net/install/index.php Returns a 500 error. |
Link to layout file?Well my friend is doing coding on my site and he is making a whole new separate page on the site away from the CMS (because the functions used on the page aren’t compatible with FrogCMS) and he wants to know if there was a way to include a link to the layout file itself that is used on the regular CMS pages so that the layout can be used on the page. |
Contact form?I actually want to make a form where people can contact an email about feedback, staff positioning, etc. Is there a way to create a form with textareas that asks for your name, email, has a drop-down menu of subject you want your email is about, and then the message itself? |
robot.txtIs there a specific robot.txt file for FrogCMS? Like what URLs need to be excluded and whatnot? |
Pages in Frog allowed to be edited by the public?Yea, it’s a risky idea. I made a forum section that gives users the chance to submit information to if they wanted to and I could put it on the site but I can’t get anyone to become active. :( |
Pages in Frog allowed to be edited by the public?This idea just came to me a while ago. My FrogCMS website is a gaming fansite and there’s some people on my forum who are more knowledgeable than me in some aspects of the game and I was wondering if there was a possibility of having an option where the public could edit the pages that were made inside FrogCMS so that content can be updated? This privilege could be like that of a wiki where the ip of that person who edited the page is logged and a spam blocker is implemented. |
2 RSS Feeds in a table?Oh wow…I totally forgot about the width tag….can’t believe I put in align instead of width. Anyways, thanks for the code. I am wondering though, does anyone know how to set the number of items that appears in an RSS Feed for vBulletin? Is there a way to edit the URL for a vbulletin forum to set the amount of threads that show? |
2 RSS Feeds in a table?So here’s the story… I have the SimplePie RSS Feed code running on the main page in the CMS. It’s grabbing the latest threads from my forums. I have the same code running on the layout’s page in the CMS. My issue is that I put both RSS Feeds into one table split up into columns but the columns are of uneven width. Here’s my code:
Basically, the second column of the table is using the FrogCMS database code to grab the RSS Feed code off the main page inside the CMS. The first column has the RSS Feed code running right on it…not grabbing anything. Here’s the site it’s running on: http://fiesta.sparkonline.net/ |
Author listed in RSS feed?Ok, I’ve got it working now the way I want it to….thanks Dave! |
Author listed in RSS feed?What’s a var_dump? |
Author listed in RSS feed?I don’t get it…. What code in your post grabs the author’s name? See this is why I need you in IRC :P |
Author listed in RSS feed?I don’t use the built-in RSS Feed..that just grabs the latest article created not forum threads (correct me if I’m wrong).. I use the SimplePie plugin…my code looks like this:
The built-in RSS Feed page looks like this: |
Author listed in RSS feed?How do you know if the “feed includes an author for the item”? |