Author
Message
hackphreik New Member Joined: Jun 29, 2005 Posts: 5
Posted:
Fri Sep 09, 2005 11:15 am
i was wondering if you have this block cuz i tried to made it work with google taps urls and i could not do it.
Maybe raven or someone else can make it and make it a raven download.
thanks for any help.
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
Posted:
Fri Sep 09, 2005 12:05 pm
?? I wrote it and it's in my download section. Sorry if I'm not understanding.
hackphreik New Member Joined: Jun 29, 2005 Posts: 5
Posted:
Fri Sep 09, 2005 5:21 pm
i have that one but it works with nuke url's meaning modules.php bla bla and i like to have it with google taps url's i downloaded this one...
Collapsing Recent Forums Post List Popular [Recommend Download] Recommend
Recent posts list with a twist. Instead of taking up half your home page, this is a cross-browser dhtml collapsing table of your recent posts. In addition, the top entry will change to reveal the hidden posts that are collapsed!
thanks for youe help
Guardian2003 Site Admin Joined: Aug 28, 2003 Posts: 6373 Location: Vsetin, Czech Republic
Posted:
Fri Sep 09, 2005 6:02 pm
I dont understanf either - if you hover your mouse over the forum posts that are scrolling on the front page of this site, you can see the url's are clearly google friendly.
Have you actually got googletap installed?
Raven Site Admin/Owner Joined: Aug 27, 2002 Posts: 16986 Location: Kansas
Posted:
Fri Sep 09, 2005 6:53 pm
You will need to form the urls to conform to your forum urls that I assume are GT'd. If your forums aren't GT'd then the block urls won't be either.
hackphreik New Member Joined: Jun 29, 2005 Posts: 5
Posted:
Sat Sep 10, 2005 12:05 pm
yes i am using GT-NExtGeN_Beta_0.4 and i tried changing the url's but can get it to work the next code is part of your block forums collapsing
Quote:
$content .= " <a href=\"forums.html&file=profile&mode=viewprofile&u=$user_id\"><img alt='' src=\"modules/Forums/images/avatars/noimage.gif\" border =\"0\" width=\"32\" /></a></td>";
}
elseif (eregi("http://", $user_avatar)) {
$content .= " <a href=\"forums.html&file=profile&mode=viewprofile&u=$user_id\"><img alt='' src=\"$user_avatar\" border =\"0\" width=\"32\" /></a></td>";
}
else $content .= " <a href=\"forums.html&file=profile&mode=viewprofile&u=$user_id\"><img alt='' src=\"modules/Forums/images/avatars/$user_avatar\" border =\"0\" width=\"32\" /></a></td>";
}
$content .= "<td align=\"center\"> <a href=\"forums.html&file=profile&mode=viewprofile&u=$user_id\"><b>$username</b></a> <br> <a href=\"forumssearch-search_author-$username.html\">Posts:</a>";
$content .= " <a href=\"forumssearch-search_author-$username.html\">$user_posts</a> </td>";
tickercontents[$cnt] = "<$tr$><$td width=\"60%\" bgcolor=\"$bgcolor1\" class=\"row1\"$><$a href=\"forums.html&file=viewtopic&p=$topic_last_post_id#$topic_last_post_id\" title=\"$topic_title\"$><$span style=\"text-decoration:none;font-style: italic\"$>[$cat_title: $forum_name]<$\/span$><$br /$> $lockTopic$topic_title<$\/a$><$\/td$><$td align=\"center\" bgcolor=\"$bgcolor1\" class=\"row2\" width=\"5%\"$>$topic_replies<$\/td$><$td align=\"center\" bgcolor=\"$bgcolor1\" class=\"row3\" width=\"20%\"$><$a href=\"profile-.html$sifra\"$>$_avtor<$\/a$><$\/td$><$td align=\"center\" bgcolor=\"$bgcolor1\" class=\"row2\" width=\"5%\"$>$topic_views<$\/td$><$td align=\"center\" nowrap bgcolor=\"$bgcolor1\" class=\"row3\"$><$font size=\"-2\" width=\"10%\"$><$i$> $post_time <$\/i$><$\/font$><$br$><$a href=\"profile-.html$user_id\"$>$_username<$\/a$> <$a href=\"forums.html&file=viewtopic&
and some other ones that maybe need to be change too but im not sure
and the next one is from from GT-Forum.php from the folder google taps in GT-NExtGeN_Beta_0.4
Quote: <?php
$urlin = array(
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&start=([0-9]*)&postdays=([0-9]*)&postorder=(desc|asc)&highlight=([A-Za-z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&postdays=([0-9]*)&postorder=(desc|asc)&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&view=(previous|next)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&(t|p)=([0-9]*)&highlight=([A-Za-z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&t=([0-9]*)&(watch|unwatch)=topic&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&(t|p)=([0-9]*)((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&file=viewtopic&(t|p)=([0-9]*)#([0-9]*)((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=editprofile'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=viewprofile&u=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=register&agreed=true&coppa=true'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=register&agreed=true'",
"'(?<!/)modules.php\?name=Forums&file=profile&mode=register'",
"'(?<!/)modules.php\?name=Forums&file=modules&name=Forums&file=posting'",
"'(?<!/)modules.php\?name=Forums&file=faq&mode=bbcode'",
"'(?<!/)modules.php\?name=Forums&file=posting&t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=vote&t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=newtopic&f=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=reply&t=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=editpost&p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=smilies&popup=1'",
"'(?<!/)modules.php\?name=Forums&file=posting&mode=quote&p=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=posting((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&file=groupcp&g=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=search&search_author=([a-zA-Z0-9_-]*)'",
"'(?<!/)modules.php\?name=Forums&file=search&search_id=([0-9]*)&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=search&search_id=(unanswered|egosearch|newposts)'",
"'(?<!/)modules.php\?name=Forums&file=search&mode=results'",
"'(?<!/)modules.php\?name=Forums&file=index&c=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=index&mark=forums'",
"'(?<!/)modules.php\?name=Forums&file=viewonline'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)&topicdays=([0-9]*)&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)&start=([0-9]*)'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)&mark=topics'",
"'(?<!/)modules.php\?name=Forums&file=viewforum&f=([0-9]*)((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&file=([^index][a-zA-Z0-9_-]*)((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums&file=index((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Forums(?!&)'",
"'(?<!/)modules.php\?name=Members_List&file=index((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Private_Messages&file=index&folder=(savebox|inbox|outbox|sentbox)((\")|(&sid=[a-zA-Z0-9]*))'",
"'(?<!/)modules.php\?name=Private_Messages&file=index&mode=post&u=([0-9]*)'",
"'(?<!/)modules.php\?name=Private_Messages&mode=post&u=([0-9]*)'",
"'(?<!/)modules.php\?name=Your_Account&op=([a-z]*)\"'",
);
$urlout = array(
"ftopic-\\1-\\2-days\\3-order\\4-\\5.html",
"ftopic-\\1-days\\2-order\\3-\\4.html",
"ftopic-\\1-\\2.html",
"ftopic-\\1-\\2.html",
"ftopic\\1-\\2-\\3.html",
"ftopic-\\1-\\2-\\3.html",
"ftopic\\1-\\2.html\\3",
"ftopic\\1-\\2.html#\\3\\4",
"forum-editprofile.html",
"forum-userprofile-\\1.html",
"forum-register-coppa.html",
"forum-register-new.html",
"forum-register.html",
"forums-posting.html",
"forum-faq-bbcode.html",
"ftopic-post-\\1.html",
"ftopic-vote-\\1.html",
"ftopic-new-\\1.html",
"ftopic-reply-\\1.html",
"ftopic-edit-\\1.html",
"ftopic-smilies.html",
"ftopic-quote-\\1.html",
"forum-posting.html\\1",
"forums-group\\1.html",
"fsearch-author-\\1.html",
"fsearch-\\1-\\2.html",
"fsearch-\\1.html",
"fsearch-results.html",
"forum-c\\1.html",
"forum-mark.html",
"forum-viewonline.html",
"forum-\\1-days\\2-\\3.html",
"forum-\\1-\\2.html",
"forum-\\1-mark.html",
"forum-\\1.html\\2",
"forums-\\1.html\\2",
"forums.html\\1",
"forums.html",
"members.html\\1",
"messages-\\1.html\\2",
"messages-post-\\1.html",
"messages-post-\\1.html",
"account-\\1.html\"",
);
?>
i really am thank you for your help.
64bitguy The Mouse Is Extension Of Arm Joined: Mar 06, 2004 Posts: 1156 Location: Sanbornton, NH USA
Posted:
Sun Sep 11, 2005 2:30 am
Unfortunately, you can't post URL code here due to a bug in the code/quote functions, but we get the jist.
First, I would ask what version of Nuke this is and what your version of "Patched" is.
Next, I would say to upgrade to GT-NextGen 0.4a
Finally, after upgrading to 0.4a, if you enable block conversion in the mainfile, it should work automatically.
If it doesn't work once you are at 0.4a, post this same code that you just put here in my forums and I'll reply to it with a hard-coded variant that should do the trick for your block.
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