Ravens PHP Scripts: Forums
Forum Index • Forum FAQ • Search • Memberlist • Usergroups • Profile • Log in to check your private messages • Log in |
Search found 167 matches |
Ravens PHP Scripts And Web Hosting Forum Index |
Author | Message |
---|---|
Topic: Some bug fixes | |
Nuke8 Replies: 3 Views: 8003 ![]() |
![]() |
I found some bugs - the older versions may contain these, too -, so I'd like to share them with my fixes.
1. When submitting news in the admin page, date given in the "Notes" section isn' ... |
|
Topic: WISH: Open Graph meta tags for the next release | |
kenspa Replies: 23 Views: 44177 ![]() |
![]() |
Hi neralex and thanks again for your great support. Honestly and initially, I was hoping that fb sharer will give you the option to choose which pic you want it to appear on the shared link by simply ... | |
Topic: WISH: Open Graph meta tags for the next release | |
neralex Replies: 23 Views: 44177 ![]() |
![]() |
$og_image = $nukeurl . '/imgdir/imgnews/';
This can't work because you need the full path to the image. This only the path to the directory where the images are stored. This is the way for the a ... |
|
Topic: Need help with what to look for in modifying a theme. | |
fistfight Replies: 15 Views: 60725 ![]() |
![]() |
So for years we've had a site running a modified version of the Mech theme at ufclansite.net. the hosting provider updated to php 5.4 and now a lot of the site is no longer working. We were using PNC ... | |
Topic: WISH: Open Graph meta tags for the next release | |
neralex Replies: 23 Views: 44177 ![]() |
![]() |
The variable $topicimage comes from the function call of the mainfile based function getTopics($sid) and its passed in the function themearticle(...). Follow this variable through your theme and you w ... | |
Topic: WISH: Open Graph meta tags for the next release | |
draxx Replies: 23 Views: 44177 ![]() |
![]() |
As I sat down to implement this change I became curious about the article.php modification.
Where does $topicimage come from? Is this the image assigned to the topic category or is this an i ... |
|
Topic: Updating mainfile from RavenNuke 2.51 | |
hicuxunicorniobestbuildpc Replies: 9 Views: 10602 ![]() |
![]() |
well, I guess we all agree single quotes will load the site twice faster and backticks would make anything parsing your code less confused and more understandable. I don't know but I do like it so ple ... | |
Topic: Custom Menu Using SpryAssets | |
jlajax Replies: 15 Views: 25338 ![]() |
![]() |
<?php // BEGIN: Added in v2.40.00 - Mantis Issue 0001043 //$index = 0; //if (!defined('INDEX_FILE')) define('INDEX_FILE', true); // Set to FALSE to hide right blo ... |
|
Topic: WISH: Open Graph meta tags for the next release | |
neralex Replies: 23 Views: 44177 ![]() |
![]() |
We all know it, if we are post a link to a website in facebook or google+, then we get a selection of images. In the most cases we get not the right image or sometimes no image.
Facebook and Google ... |
|
Topic: My fieldset for story Home does not work | |
spasticdonkey Replies: 4 Views: 6068 ![]() |
![]() |
You are right unicornio. It also looks like the code is using double quotes within a double quoted string; without escaping them.. but hard to say 100% with the code provided. Couple of examples below ... | |
Topic: My fieldset for story Home does not work | |
hicuxunicorniobestbuildpc Replies: 4 Views: 6068 ![]() |
![]() |
Hi Guardian
Shouldn't be this line <a href="modules.php?name=Search&query=&topic=$topic"><img style="text-align:right;" src="$tipath$topicimage" ... |
|
Topic: My fieldset for story Home does not work | |
Guardian2003 Replies: 4 Views: 6068 ![]() |
![]() |
Fieldset is for forms and there is no form element in your sample code.
For tables, you should use 'caption'. <table style="border-spacing:0px; padding:0px; width:100%;"&g ... |
|
Topic: My fieldset for story Home does not work | |
jumus Replies: 4 Views: 6068 ![]() |
![]() |
<fieldset>
<legend><b>$title</b><br>$hotimage</legend> <table cellSpacing="0" cellPadding="0" width="100%" border="0"&g ... |
|
Topic: Theme loading javascript above DOC | |
nuken Replies: 23 Views: 24981 ![]() |
![]() |
Try this.
<?php if (!defined('NUKE_FILE')) die ('You can\'t access this file directly...'); $bgcolor1 = "#F8F8F8"; $bgcolor2 = "#F8F8F8"; $bgcolo ... |
|
Topic: Theme loading javascript above DOC | |
derek765 Replies: 23 Views: 24981 ![]() |
![]() |
I did a recent Markup Validation of my site and it seems the
THEME/theme.php is loading that echo script above my DOCTYPE of my website, here is the viewed source code of my website <script ... |
|
Topic: Centering the Menu Navigation | |
derek765 Replies: 3 Views: 14584 ![]() |
![]() |
Hello everyone,
I am having trouble trying to center the Menu Navigation links in the Altered Dark theme. I have edited it to make it move to the right a little bit, but not centered how I would ... |
|
Topic: Problems with theme. | |
nuken Replies: 4 Views: 10846 ![]() |
![]() |
This is a really old theme using the old banners, old db abstraction layer and old out dated code. This theme will need some more work if you want it to validate. That's up to you. See if this works. ... | |
Topic: Problems with theme. | |
derek765 Replies: 4 Views: 10846 ![]() |
![]() |
Here is the whole theme.php
<?php /************************************************************************/ /* PHP-NUKE: WD-Core theme for nuke 5.x-7.x */ /* ... |
|
Topic: NC_MidTown breaks the right block with Ravennuke 2.5 | |
hicuxunicorniobestbuildpc Replies: 8 Views: 15553 ![]() |
![]() |
Guy! I tested all themes from Nukecode with Ravennuke 2.5 and unfortunately none of them work. I can not understand why designers do not update their themes. I undestand everybody wants to do their ow ... | |
Topic: Need help in adding two logo.gif files in header | |
ajrock Replies: 12 Views: 16337 ![]() |
![]() |
Here is the information that you requested. Again, I appreciate any time that you spend on it.
Image 1 -logo.gif 150 x 150 Image 2 - coollogo_com-91899139.gif 837 x 112 <?php /** ... |
|
Topic: Topic Images | |
neralex Replies: 4 Views: 6370 ![]() |
![]() |
it's a theme issue!
for example look into: /themes/fiscubice/story_home.html $tipath$topicimage <a href="modules.php?name=News&new_topic=$topic" title="$topictext&qu ... |
|
Topic: Web Browser issues plse help | |
snyper Replies: 15 Views: 22652 ![]() |
![]() |
Im pretty much a nub at this,.can i put my theme.php on and you could fix?Plsee
<?php /********************************************************/ /* Clan Template for PHP-Nuke ... |
|
Topic: Sub-Forums for RavenNuke 2.4 | |
Palbin Replies: 41 Views: 57429 ![]() |
![]() |
header.php
<?php if (realpath(__FILE__) == realpath($_SERVER['SCRIPT_FILENAME'])) { exit('Access Denied'); } global $ThemeInfo, $theme ... |
|
Topic: Topic Images | |
rugbyleaguer Replies: 17 Views: 20720 ![]() |
![]() |
Looking at that last post I can almost follow what wants to go in but unsure where would any kind person show me what code I need to add and where in the following code?
Here is the Theme code: ... |
|
Topic: How can I add permissions for an admin?! | |
transit Replies: 20 Views: 21403 ![]() |
![]() |
Perfect ![]() The last thing to intergrate this all together is I need to have the words "Site Administration" pop up on the top of the theme header when logged into the admin panel only. Then just si ... |
|
Ravens PHP Scripts And Web Hosting Forum Index Goto page 1, 2, 3, 4, 5, 6, 7 Next |
Powered by phpBB © 2001-2007 phpBB Group
All times are GMT - 6 Hours