Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


Find [My] topics only in CE forum ?

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions
View previous topic :: View next topic  
Author Message
Twistedfate
Expert Cheater
Reputation: 1

Joined: 11 Mar 2016
Posts: 231

PostPosted: Sat Feb 04, 2017 1:34 pm    Post subject: Find [My] topics only in CE forum ? Reply with quote

I want to find all the topics I wrote with history is that possible via ce site?
Back to top
View user's profile Send private message
++METHOS
I post too much
Reputation: 92

Joined: 29 Oct 2010
Posts: 4197

PostPosted: Sat Feb 04, 2017 3:38 pm    Post subject: Reply with quote

Yes. Depending on your browser, edit and run this script via an extension that will allow you to run custom scripts (e.g. Greasemonkey):
Quote:

// ==UserScript==
// @name CE Link Fixer
// @namespace CE Link Fixer
// @include *forum.cheatengine.org/*
// @version 1
// @grant none
// ==/UserScript==

var lianks = document.evaluate(
"//a[contains(@href, 'search_id=egosearch')]",
document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

for (var i = 0; i < lianks.snapshotLength; i++) {
var link = lianks.snapshotItem(i);
link.href = link.href.replace("search_id=egosearch","search_author=%2B%2BMETHOS") //Change %2B%2BMETHOS to your username.
}

(function () {
var links = document.evaluate("//a[contains(@href, 'search_id')]", document, null,
XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);

var author = window.location.href.match(/search_author=(\S+)[$|\/|&]?/i)[1];

for (var i=0; i < links.snapshotLength; i++)
{
var thisLink = links.snapshotItem(i);
thisLink.href = thisLink.href.replace(/search_id=\d+/, "search_author="+author);
}

}());
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 205

Joined: 25 Jan 2006
Posts: 8587
Location: 127.0.0.1

PostPosted: Sat Feb 04, 2017 3:43 pm    Post subject: Reply with quote

Click on the profile button below your post, then in your profile click on 'Find all posts by Twistedfate'.

Optionally you can use Google search to force search for your name within the site.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
STN
I post too much
Reputation: 43

Joined: 09 Nov 2005
Posts: 2676

PostPosted: Sat Feb 04, 2017 7:59 pm    Post subject: Reply with quote

The feature is disabled to reduce load on ce server?. You can use methos's script to bypass that tho


inb4 atomos Nazi rapes it

_________________
Cheat Requests/Tables- Fearless Cheat Engine
https://fearlessrevolution.com


Last edited by STN on Sun Feb 05, 2017 8:57 pm; edited 1 time in total
Back to top
View user's profile Send private message
Twistedfate
Expert Cheater
Reputation: 1

Joined: 11 Mar 2016
Posts: 231

PostPosted: Sat Feb 04, 2017 8:39 pm    Post subject: Reply with quote

Thnx both works atom0s works for 1st page only and methos for all
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General Discussions All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
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 cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites